Click or drag to resize

CRPSRadonOverwaterBackgroundCorrection Method

Overwater Radon correction method: Calculate radon correction levels from the reference channel

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.2.0.42
Syntax
public static void RadonOverwaterBackgroundCorrection(
	CGXNETCore gxNetShared,
	CDB db,
	int line,
	string K_bg,
	string U_bg,
	string Th_bg,
	string TC_bg,
	string K_ref,
	string U_ref,
	string Th_ref,
	string TC_ref,
	string K_rad,
	string U_rad,
	string Th_rad,
	string TC_rad
)

public static void RadonOverwaterBackgroundCorrection(
	CGXNETCore gxNetShared,
	CDB db,
	int line,
	string K_bg,
	string U_bg,
	string Th_bg,
	string TC_bg,
	string K_ref,
	string U_ref,
	string Th_ref,
	string TC_ref,
	string K_rad,
	string U_rad,
	string Th_rad,
	string TC_rad
)

Parameters

gxNetShared
Type: GeoEngine.Core.GXNetXCGXNETCore
A shared CGXNETCore
db
Type: GeoEngine.Core.GXNetXCDB
DB Object
line
Type: SystemInt32
Line to process (NULLSYMB for all selected lines)
K_bg
Type: SystemString
Input Potassium channel
U_bg
Type: SystemString
Input Uranium channel
Th_bg
Type: SystemString
Input Thorium channel
TC_bg
Type: SystemString
Input Total Count channel
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
K_rad
Type: SystemString
Output Potassium channel
U_rad
Type: SystemString
Output Uranium channel
Th_rad
Type: SystemString
Output Thorium channel
TC_rad
Type: SystemString
Output Total Count channel
Remarks
Radon water background correction channel: K_rad = K_bg - KREF Output Potassium Radon background correction channel U_rad = U_bg - UREF Output Uranium Radon background correction channel Th_rad = TH_bg - THREF Output Thorium Radon background correction channel TC_rad = TC_bg - TCREF Output Total Count Radon background correction channe where K_bg = Input Potassium levelled count channel U_bg = Input Uranium levelled count channel TH_bg = Input Thorium levelled count channel TC_bg = Input Total Count levelled count channel and KREF = Input Radon background reference channel UREF = Input Radon background reference channel THREF = Input Radon background reference channel TCREF = Input Radon background reference channel Ref: See the RPSLEVT.GXC file for details and implementation of the algorithm.
See Also