 | 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
Syntaxpublic 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
)
Public Shared Sub RadioElementGroundExposureRate (
gxNetShared As CGXNETCore,
db As CDB,
line As Integer,
K As String,
U As String,
Th As String,
Exposure As String
)
Public Shared Sub RadioElementGroundExposureRate (
gxNetShared As CGXNETCore,
db As CDB,
line As Integer,
K As String,
U As String,
Th As String,
Exposure As String
)
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
)
static member RadioElementGroundExposureRate :
gxNetShared : CGXNETCore *
db : CDB *
line : int *
K : string *
U : string *
Th : string *
Exposure : string -> unit
static member RadioElementGroundExposureRate :
gxNetShared : CGXNETCore *
db : CDB *
line : int *
K : string *
U : string *
Th : string *
Exposure : string -> unit
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