export horizon to raster
The export horizon to raster module is used in conjunction with gridding and horizons with rectilinear grids of geologic data. A large number of formats are supported such as Surfer and ESRI grids. For some formats, each cell in your grid should be the same size. This will require you to adjust the extents of your grid and set the grid resolution according to:
Cell size = (Max:xy - Min:xy) / (grid-resolution - 1)
NOTE: You must select rectilinear gridding in gridding and horizons.
Ports
| Direction | Name | Type | Description |
|---|---|---|---|
| Input | Geology Export Output | Vistas Data | Information required for direct exporting of geology to other software. |
Properties
| Property | Type | Description |
|---|---|---|
| Filename | String | The filename to create using the selected format. |
| Account For Hierarchy | Boolean | Forces hierarchy on multiple surfaces. Use this if the surfaces represent a geologic hierarchy. |
| Reverse Hierarchy | Boolean | Determines whether the surfaces will define layers in a normal (top to bottom) manner or reversed (if on). |
| Minimum Thickness | Double | Forces layers thinner than the specified value to have a minimum thickness and therefore not pinch-out completely. |
| Output All Surfaces | Boolean | Determines if only the first surface is output or whether all should be included. |
| Selected Format | Choice | Allows the user to select the desired output type from a set list of available raster formats. |
| Translate By Origin | Boolean | Causes the output to be written in the user’s coordinate space. When turned off, the output will be written around the origin. |