Click or drag to resize

CRPSFullSpectralAnalysis Method

Apply Medusa's Full Spectral Analysis algorithm to extract the radionuclide channels from the spectral data

Namespace:  Geosoft.Desktop.GXNetX
Assembly:  geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2026.1.0.24
Syntax
public static void FullSpectralAnalysis(
	CGXNETCore gxNetShared,
	CDB db,
	int line,
	string spectral_data_channel,
	string livetime_channel,
	string altitude_channel,
	string mcf_file,
	int fit_mode,
	string output_channel_suffix
)

public static void FullSpectralAnalysis(
	CGXNETCore gxNetShared,
	CDB db,
	int line,
	string spectral_data_channel,
	string livetime_channel,
	string altitude_channel,
	string mcf_file,
	int fit_mode,
	string output_channel_suffix
)

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)
spectral_data_channel
Type: SystemString
Spectral data channel name
livetime_channel
Type: SystemString
Livetime channel name - assumes 1.0 if left blank
altitude_channel
Type: SystemString
Altitude (e.g. radar altimeter) channel name - assumes 0 if left blank
mcf_file
Type: SystemString
MCF file
fit_mode
Type: SystemInt32
<define>RPS_FITMODE</define>
output_channel_suffix
Type: SystemString
Suffix for output channels
Remarks