Click or drag to resize

CRPSRadonOverwaterCreateBackgroundTable Method

Create the table (TB) file used for the overwater radon removal method

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.2.0.42
Syntax
public static void RadonOverwaterCreateBackgroundTable(
	CGXNETCore gxNetShared,
	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(
	CGXNETCore gxNetShared,
	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
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
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