 | CRPSStabilizeSpectra Method |
Calculate the A1 stabilization factor and output the stabilized spectra used for Full Spectrum Analysis
Namespace:
Geosoft.Desktop.GXNetX
Assembly:
geosoft.desktop.gxnetx (in geosoft.desktop.gxnetx.dll) Version: 2026.1.0.24
Syntaxpublic static void StabilizeSpectra(
CGXNETCore gxNetShared,
CDB db,
int line,
string data_channel,
string mcf_file,
string A1_channel,
string AverageSpectrum_channel,
string output_channel
)
public static void StabilizeSpectra(
CGXNETCore gxNetShared,
CDB db,
int line,
string data_channel,
string mcf_file,
string A1_channel,
string AverageSpectrum_channel,
string output_channel
)
Public Shared Sub StabilizeSpectra (
gxNetShared As CGXNETCore,
db As CDB,
line As Integer,
data_channel As String,
mcf_file As String,
A1_channel As String,
AverageSpectrum_channel As String,
output_channel As String
)
Public Shared Sub StabilizeSpectra (
gxNetShared As CGXNETCore,
db As CDB,
line As Integer,
data_channel As String,
mcf_file As String,
A1_channel As String,
AverageSpectrum_channel As String,
output_channel As String
)
public:
static void StabilizeSpectra(
CGXNETCore^ gxNetShared,
CDB^ db,
int line,
String^ data_channel,
String^ mcf_file,
String^ A1_channel,
String^ AverageSpectrum_channel,
String^ output_channel
)
public:
static void StabilizeSpectra(
CGXNETCore^ gxNetShared,
CDB^ db,
int line,
String^ data_channel,
String^ mcf_file,
String^ A1_channel,
String^ AverageSpectrum_channel,
String^ output_channel
)
static member StabilizeSpectra :
gxNetShared : CGXNETCore *
db : CDB *
line : int *
data_channel : string *
mcf_file : string *
A1_channel : string *
AverageSpectrum_channel : string *
output_channel : string -> unit
static member StabilizeSpectra :
gxNetShared : CGXNETCore *
db : CDB *
line : int *
data_channel : string *
mcf_file : string *
A1_channel : string *
AverageSpectrum_channel : string *
output_channel : 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) - data_channel
- Type: SystemString
Input (unstabilized) spectrum channel name - mcf_file
- Type: SystemString
MCF file - A1_channel
- Type: SystemString
Output A1 factor channel name (optional, can be blank) - AverageSpectrum_channel
- Type: SystemString
Output averaged spectrum channel name (optional, can be blank) - output_channel
- Type: SystemString
Output (stabilized) spectrum channel name
Remarks
Calculate the A1 stabilization factor and output the stabilized spectra used for Full Spectrum Analysis.
The stabilization factor is calculated on a per-line basis.
The number of array elements in the output stabilized spectrum channel is less than the number of elements in the input
See Also