Click or drag to resize

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
Syntax
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
)

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