Grid Sections
Use the Section Tools > Grid Section(s) menu option or the 3D View > Grid Array Data menu option (geogxnet.dll(Geosoft.GX.GridUtils.GridArrayData;Run)*) to produce grids from a database array channel, correctly oriented in three dimensions.
The option can also be found on the Add to 3D > Grids menu in the 3D Viewer.
Grid Section(s) dialog options
Grid |
Select the lines to grid; available options:
Each grid section name is concatenated using an optional prefix, the channel name, the line name, and the selected display gridding method. Read about crooked section grids. Script Parameter: GRIDCDI.LINES [ "A" : All lines, "S" : Selected lines (default), "D" : Displayed line] |
Data array |
Select the channel containing the data array to grid. The list is populated with the array channels only. Script Parameter: GRIDCDI.DATA |
Depth array |
If the depth increments are loaded onto the data array channel, this entry will be disabled. Otherwise, you can enter the depth array channel specifying the vertical location of each of the data elements to plot. The entry is populated only with channels of the same dimension as the data array. Script Parameter: CDI.DEPTH_ARRAY_CHAN |
Negative depths |
Check this option if the values in the depth array are specified in the same direction as elevation and decrease downward. Script Parameter: CDI.NEGATIVE_DEPTHS_DOWN [0: unchecked (default), 1: checked] |
Elevation |
Use this channel to define topography or a reference elevation. If defined, the depth or relative elevation values are added to the values here to give the true elevation ("Z") of each data value. Script Parameter: CDI.ELEVATION_CHAN |
Prefix of section(s) |
Specify a prefix for the output section grids. Adding a prefix to your output section grids may help you to filter (or sort) your sections. By default, this field is left blank, and no prefix is added to the output section grids. Script Parameter: GRIDCDI.PREFIX |
Display option |
Use the drop-down list option "Display grid" if you want the generated grids to be displayed in the current project workspace in individual grid windows. If the option "Do not display" is selected, the grids will be added to the current project and listed in the Project Explorer, but they will be not opened in the project workspace. Script Parameter: GRIDCOPY.DISPLAY_OPTION ["Do not display" (default), "Display grid"] |
[More] |
Select this button to reveal the parameters under the Display and Grid sections. |
Display |
|
Colour method |
Specify the colour zoning method for rendering colour distributions. Select one of the options below:
Script Parameter: GRIDCDI.METHOD [0 : Default, 1: Linear, 2 : Normal distribution, 3 : Histogram equalization, 5 : Log-Linear, 6 : As last displayed] |
Colours |
Select the colours for rendering the image of the grids. To modify the selection, click on the Colours scheme, and the Select Colour Scheme dialog will appear. Use this dialog to navigate through the scheme categories and to select a colour scheme to best display your grid(s). Script Parameter: GRIDCDI.TABLE |
Brightness |
Specify the brightness of the grid image. The normal brightness is defined at 0. You can change the Brightness value from -100 (black) to 100 (white) using either the slider bar or by entering an exact value. Script Parameter: GRIDCDI.BRIGHTNESS |
Reverse colour distribution |
Check the Reverse colour distribution option to reverse the distribution of the selected colour scheme. For example, the colour scheme used for displaying resistivity data is the inverse of the scheme used for conductivity data. By enabling you to reverse the colour scheme on the fly, the same table can be used to display both. Script Parameter: GRIDCDI.REVERSED [0: unchecked (default), 1: checked] |
Pixel view |
Select the Pixel view option for display purposes. By default, the grid is first interpolated to a smooth image at the screen resolution. If you prefer to honour the grid resolution, the image will appear pixelated, and the colour will change at the actual grid interval rather than the screen resolution. Formerly, this functionality was found under the image filters as " No smoothing (GRD)". Check this box to forgo the smoothing. Script Parameter: GRIDCDI.PIXEL [0: unchecked (default), 1: checked] |
Vertical exaggeration |
Specify a single vertical exaggeration for displaying all the output section grids. Press the calculator button ( If this parameter is not specified, no vertical exaggeration will be preset in the grid(s), and you will be prompted to provide one every time you open any of the generated section grids. Script Parameter: GRIDCDI.VERTICAL_EXAGGERATION |
Grid |
|
Display method |
Select a display method from the drop-down list. The selection includes three gridding methods: Minimum Curvature Gridding, Inverse Distance Weighting, and Direct Gridding. In addition, the pixel plot produces a grid-like output but draws a rectangle around each data point, and so, unlike gridding, preserves both the original location and data values. Script Parameter: GRIDCDI.DISPLAY_METHOD |
Horizontal cell size Vertical cell size |
Depending on the Display method selected, it is possible to set:
Script Parameter: GRIDCDI.CELLSIZE_X Script Parameter: GRIDCDI.CELLSIZE_Z |
[Advanced Gridding Options] |
Select the Advanced Gridding Options button to modify the parameters of the selected gridding method. For more information on the contextual parameters, click the Help button on the Advanced Gridding Options dialog. |
Application Notes
For details on crooked sections, see the topic Crooked Section Grids.
When displaying a 2D view of the sections, for each selected line in the database, the following procedure is used to construct a grid file:
-
The section horizontal axis values are constructed using the accumulated distance calculated from these channels.
-
The section vertical values are taken directly from the Depth channel or property.
-
The azimuth of the grid is calculated based on the first and last (X,Y) locations in the line.
-
The geolocated linking is in effect, and the cursor location is properly tracked between 2D and 3D maps, and databases.
-
The grid is created using either the minimum curvature method, inverse distance weighting, or direct gridding. In addition, the pixel plot produces a grid-like output, but draws a rectangle around each data point, and so, unlike gridding, preserves both the original location and data values.
-
The name of the grid is constructed with the specified prefix, followed by the channel name (data array), line name, and the acronym of the gridding method used.
Calculate the Vertical Exaggeration for the Output Section Grids
When you click the calculator button (), the vertical exaggeration is calculated as per below:
-
For each selected database line, the data extents are used to calculate the section's aspect ratio.
-
A vertical exaggeration (VE) is calculated so that the longest section will be displayed at 2:1 aspect ratio.
The algorithm to calculate the VE from the longest section is:
defaultExaggeration = Math.Round(0.5 * width / height, 3);
This will cause the longest section to be displayed with a 2:1 aspect ratio. If its natural aspect ratio is 2:1, the calculated VE will be 1. All of the other sections will display with a smaller aspect ratio (smaller width at the same height).
You will not be able to see or change the vertical exaggeration that is set in the section grid(s). To specify a different value, run the GX again.
*The GX.NET tools are embedded in the geogxnet.dll file located in the "...\Geosoft\Desktop Applications \bin" folder. If running this GX interactively, bypassing the menu, first change the folder to point to the "bin" directory, then supply the GX.NET tool in the specified format. See the topic Run GX for more details on running a GX.NET interactively.
Got a question? Visit the Seequent forums or Seequent support
© 2024 Seequent, The Bentley Subsurface Company
Privacy | Terms of Use