 | CRPSRadonOverwaterCreateBackgroundTable Method |
Create the table (TB) file used for the overwater radon removal method
Namespace:
Geosoft.Desktop.GXNet
Assembly:
geosoft.desktop.gxnet (in geosoft.desktop.gxnet.dll) Version: 2025.2.0.42
Syntaxpublic static void RadonOverwaterCreateBackgroundTable(
CDB db,
string flight_ref_channel,
string water_back_ref_channel,
string K_ref,
string U_ref,
string Th_ref,
string TC_ref,
string fid_ref,
string table
)
public static void RadonOverwaterCreateBackgroundTable(
CDB db,
string flight_ref_channel,
string water_back_ref_channel,
string K_ref,
string U_ref,
string Th_ref,
string TC_ref,
string fid_ref,
string table
)
Public Shared Sub RadonOverwaterCreateBackgroundTable (
db As CDB,
flight_ref_channel As String,
water_back_ref_channel As String,
K_ref As String,
U_ref As String,
Th_ref As String,
TC_ref As String,
fid_ref As String,
table As String
)
Public Shared Sub RadonOverwaterCreateBackgroundTable (
db As CDB,
flight_ref_channel As String,
water_back_ref_channel As String,
K_ref As String,
U_ref As String,
Th_ref As String,
TC_ref As String,
fid_ref As String,
table As String
)
public:
static void RadonOverwaterCreateBackgroundTable(
CDB^ db,
String^ flight_ref_channel,
String^ water_back_ref_channel,
String^ K_ref,
String^ U_ref,
String^ Th_ref,
String^ TC_ref,
String^ fid_ref,
String^ table
)
public:
static void RadonOverwaterCreateBackgroundTable(
CDB^ db,
String^ flight_ref_channel,
String^ water_back_ref_channel,
String^ K_ref,
String^ U_ref,
String^ Th_ref,
String^ TC_ref,
String^ fid_ref,
String^ table
)
static member RadonOverwaterCreateBackgroundTable :
db : CDB *
flight_ref_channel : string *
water_back_ref_channel : string *
K_ref : string *
U_ref : string *
Th_ref : string *
TC_ref : string *
fid_ref : string *
table : string -> unit
static member RadonOverwaterCreateBackgroundTable :
db : CDB *
flight_ref_channel : string *
water_back_ref_channel : string *
K_ref : string *
U_ref : string *
Th_ref : string *
TC_ref : string *
fid_ref : string *
table : string -> unit
Parameters
- db
- Type: GeoEngine.Core.GXNetCDB
DB Object - flight_ref_channel
- Type: SystemString
Input Flight Reference table column name (.e.g "_RpsFlight_" - water_back_ref_channel
- Type: SystemString
Input Water Background Reference channel name - K_ref
- Type: SystemString
Input Potassium Radon reference channel - U_ref
- Type: SystemString
Input Uranium Radon reference channel - Th_ref
- Type: SystemString
Input Thorium Radon reference channel - TC_ref
- Type: SystemString
Input Total Count Radon reference channel - fid_ref
- Type: SystemString
Reference (e.g. FID) channel name (created) - table
- Type: SystemString
Output Radon reference table name
Remarks
The Radon reference channels are scanned to produce a table of background values.
The table is created for all selected lines.
Ref: See the RPSLEVT.GXC file for details and implementation of the algorithm.
See Also