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: 2025.2.0.42
Syntax
public static void FullSpectralAnalysis(
	CGXNETCore gxNetShared,
	CDB db,
	int line,
	string spectral_data_channel,
	string livetime_channel,
	string altitude_channel,
	int start_window,
	int end_window,
	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,
	int start_window,
	int end_window,
	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
start_window
Type: SystemInt32
Index of the first window to include in the analysis (0 to N/4)
end_window
Type: SystemInt32
Index of the last window to include in the analysis (3N/4 to N-1)
fit_mode
Type: SystemInt32
<define>RPS_FITMODE</define>
output_channel_suffix
Type: SystemString
Suffix for output channels
Remarks