 | 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
Syntaxpublic 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
)
Public Shared Sub FullSpectralAnalysis (
gxNetShared As CGXNETCore,
db As CDB,
line As Integer,
spectral_data_channel As String,
livetime_channel As String,
altitude_channel As String,
start_window As Integer,
end_window As Integer,
fit_mode As Integer,
output_channel_suffix As String
)
Public Shared Sub FullSpectralAnalysis (
gxNetShared As CGXNETCore,
db As CDB,
line As Integer,
spectral_data_channel As String,
livetime_channel As String,
altitude_channel As String,
start_window As Integer,
end_window As Integer,
fit_mode As Integer,
output_channel_suffix As String
)
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
)
static member FullSpectralAnalysis :
gxNetShared : CGXNETCore *
db : CDB *
line : int *
spectral_data_channel : string *
livetime_channel : string *
altitude_channel : string *
start_window : int *
end_window : int *
fit_mode : int *
output_channel_suffix : string -> unit
static member FullSpectralAnalysis :
gxNetShared : CGXNETCore *
db : CDB *
line : int *
spectral_data_channel : string *
livetime_channel : string *
altitude_channel : string *
start_window : int *
end_window : int *
fit_mode : int *
output_channel_suffix : 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) - 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
See Also