Click or drag to resize

CRPSRadioElementGroundExposureRate Method

Applies ground level exposure rate

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2025.2.0.42
Syntax
public static void RadioElementGroundExposureRate(
	CGXNETCore gxNetShared,
	CDB db,
	int line,
	string K,
	string U,
	string Th,
	string Exposure
)

public static void RadioElementGroundExposureRate(
	CGXNETCore gxNetShared,
	CDB db,
	int line,
	string K,
	string U,
	string Th,
	string Exposure
)

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
Type: SystemString
Input Potassium corrected channel
U
Type: SystemString
Input Uranium corrected channel
Th
Type: SystemString
Input Thorium corrected channel
Exposure
Type: SystemString
Output ground level exposure rate channel
Remarks
Ground exposure rate gives the measure of the rate of ionizations produced in air by photon radiation, which is the amount of exposure received. E = 1.505𝐾(%) + 0.653𝑒𝑈(𝑝𝑝𝑚)+ 0.287𝑒𝑇ℎ(𝑝𝑝𝑚) where: 𝐾 = Corrected Potassium 𝑒𝑈 = Corrected Uranium 𝑒𝑇ℎ = Corrected Thorium Ref: See the RPSCORR.GXC file for details and implementation of the algorithm.
See Also