Click or drag to resize

MultiplicativeScatterCorrectionProcess Method

Processes the spectra in matrix xMatrix.

Namespace: Altaxo.Science.Spectroscopy.EnsembleMeanScale
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void Process(
	IMatrix<double> xMatrix,
	int[] regions,
	IVector<double> xMean,
	IVector<double> xScale
)

Parameters

xMatrix  IMatrixDouble
The matrix of spectra. Each spectrum is a row of the matrix.
regions  Int32
Vector of spectal regions. Each element is the index of the start of a new region.
xMean  IVectorDouble
Output: On return, contains the ensemble mean of the spectra.
xScale  IVectorDouble
Not used.

Implements

IEnsembleMeanScalePreprocessorProcess(IMatrixDouble, Int32, IVectorDouble, IVectorDouble)
See Also