Create Depth Response Curve Plot
Use the Create Depth Response Curve Plot option (Geosoft.uxo.gxnet.dll(Geosoft.GX.UXO.UxaDepthResponseCurvePlot;Run)*) to calculate a depth response curve for a target of interest (TOI) based on its orientation and a database of signature library polarizations.
Expand to see the locations (menus) where this option is available.
UX-Analyze extension:
- AGC Survey Prep
- AGC Expert User
Create Depth Response Curve Plot dialog options
Sensor | |||||||||||||||||
Configuration | Select the sensor configuration. The default values are read from the sensor configuration table; refer to the Application Notes below. Script Parameter: UXANALYZE.FWDMODEL_SENSORNAME | ||||||||||||||||
Height above ground (m) | Specify the height of the sensor above the ground surface, i.e., the "Height of Transmitter Assembly above ground". This is used to determine the height of the receiver coils above the ground, which is the sum of "Height of Transmitter Assembly above ground" and "Height of Z Coil above the Transmitter Assembly". For example:
The height should be between 0 and 2 metres. Script Parameter: UXANALYZE.FWDMODEL_HEIGHT | ||||||||||||||||
Target of Interest | |||||||||||||||||
Library database | Use the browse button or the drop-down arrow to select the signature library database. The library database must have the following channels:
A warning tooltip will be displayed if the pulse length of the library data and the sensor configuration differ by more than 15%. Script Parameter: UXANALYZE.LIBRARYGDB | ||||||||||||||||
Group | Select the database group that contains the TOI library items. Script Parameter: UXANALYZE.LIBRARYGROUP | ||||||||||||||||
Description channel | Select the channel that contains the items' names or descriptions. This channel must contain unique values for each library item. Script Parameter: UXANALYZE.LIBRARYID | ||||||||||||||||
TOI | Select the TOI from the list. The list is populated from the values in the Description channel. Script Parameter: UXANALYZE.FWDMODEL_TOI | ||||||||||||||||
Depth | Enter the TOI depth below the ground surface. Default value: 0.5m Script Parameter: UXANALYZE.FWDMODEL_ITEM_DEPTH | ||||||||||||||||
Orientation | Pick one of the following options for the orientation, which defines the TOI rotation angles:
Script Parameter: UXANALYZE.FWDMODEL_ORIENTATION | ||||||||||||||||
Plot - Depth Response Curve | |||||||||||||||||
Gate | Select the time gate to plot. The corresponding time will be shown in the contextual field Time of gate (ms). Default as defined in the sensor configuration table; it will be the gate value for the corresponding <LowGateTime>. Script Parameter: UXANALYZE.FWDMODEL_GATE | ||||||||||||||||
Data to plot | Select what data you want to plot. The option shown depends on the selected sensor (and its coil combinations):
Script Parameter: UXANALYZE.FWDMODEL_DATA_TO_PLOT | ||||||||||||||||
X - Depth (m) | Specify the depth range for the Depth Response Curve plot. Default minimum and maximum values are 0.0 and 1.0, respectively. Script Parameters:
| ||||||||||||||||
Y - Signal amplitude (mV) | Specify the signal amplitude range for the Depth Response Curve plot. Default minimum and maximum values are 0.01 and 1000, respectively. Script Parameters:
| ||||||||||||||||
Plot - Polarization Curves | |||||||||||||||||
X - Time (ms) | Specify the time range for the Polarization plot. Defaults as defined in the sensor configuration table; they are the minimum and maximum values from the <GateTime>. Script Parameters:
| ||||||||||||||||
Y - Polarization (m3/s) | Specify the polarization range for the Polarization plot. Default minimum and maximum values are 0.005 and 1000, respectively. Script Parameters:
| ||||||||||||||||
Created by | Enter your name or initials. Script Parameter: UXANALYZE.CREATEDBY | ||||||||||||||||
Created on | Select the format of the plot creation date, or select "None" to not display the date. Script Parameter: UXANALYZE.CREATEDON | ||||||||||||||||
Output plot prefix | Specify the prefix for the output files. For example, if the prefix is "Test", the output plot will be saved as Test_DepthResponse.png (under .\UXANALYZE_wrk\Depth Response Models), and it will contain:
Script Parameter: UXANALYZE.FWDMODEL_MAPPREFIX | ||||||||||||||||
Save result to a CSV file | Check this option to save the following information into the Test_DepthResponse.csv file (under .\UXANALYZE_wrk\Depth Response Models):
Script Parameter: UXANALYZE.FWDMODEL_SAVE_CSV put for each sensor a fixed offset distance (both along line and perpendicular to the line direction) | ||||||||||||||||
[More /Less] |
| ||||||||||||||||
Data chip size | Specify the window (grid) size over which the sensor response is calculated (see the Application Notes below for further details).
| ||||||||||||||||
Sample intervals | Specify the cell spacing of the grid (see the Application Notes below for further details).
|
Application Notes
For a sensor configuration and target of interest (TOI), the depth response curve is calculated for the time gate you select. You can choose to plot the minimum (peak) value or the sum of the responses for either:
- Coaxial – Tx-Rx coil pairs that have the same normal vectors; that is, the coils are oriented in the same direction.
- Monostatic – Tx-Rx coil pairs that are coaxial (same orientation) and coincident (same location).
The sensor response is calculated over a grid below the sensor. The default size of the area is retrieved from the sensor configuration in the sensor table file (SensorTableAdvanced.xml) from the following entries:
<CartWidth>
<CartLength>
Sensor Table
The sensor configuration parameters are read from the sensor table file "SensorTableAdvanced.xml" located in the "C:\Program Files\Geosoft\Desktop Applications \etc" folder.
To add new sensors or configurations to the table, you can use the Add Sensor Configuration tool. The edited file is then saved in the "%USERPROFILE%\Documents\Geosoft\Desktop Applications \etc" folder.
UX-Analyze Configuration File
The UX-Analyze configuration file "uxa.config" is located in the "C:\Program Files\Geosoft\Desktop Applications \etc" folder, and it contains various default or standard settings for the tools. (It is recommended that you edit this file only if directed by Seequent Support.)

<!--create depth response curve plot-->
<depthResponse>
<map>
<title fontSize="5" />
<axisX fontSizeTitle="4" fontSizeLabel="3" />
<axisY fontSizeTitle="4" fontSizeLabel="3" />
<legend fontSize="3" />
<resolution value="600" />
<depthResponse>
<profiles>
<profile style='1' pitch='1' width='0.5' colour='R0G0B255' />
<profile style='1' pitch='1' width='0.5' colour='R0G255B0' />
<profile style='1' pitch='1' width='0.5' colour='R255G0B0' />
</profiles>
</depthResponse>
<polarizability>
<profiles>
<profile style='1' pitch='1' width='0.5' colour='R0G0B255' />
<profile style='1' pitch='1' width='0.5' colour='R0G255B0' />
<profile style='1' pitch='1' width='0.5' colour='R255G0B0' />
</profiles>
</polarizability>
<toi>
<profiles>
<profile style='1' pitch='1.5' width='0.25' colour='R0G0B0' />
</profiles>
</toi>
</map>
</depthResponse>
*The GX tool will search in the "gx" folder. The GX.Net tools, however, are embedded in the Geosoft.uxo.gxnet.dll located in the bin folder. If running this GX interactively, bypassing the menu, first change the folder to point to the bin folder, then supply the GX.Net tool in the specified format.
Got a question? Visit the Seequent forums or Seequent support
© 2024 Seequent, The Bentley Subsurface Company
Privacy | Terms of Use