Click or drag to resize

IEnsemblePreprocessorExecute(Double, MatrixDouble, Int32) Method

Executes the processor for an ensemble of spectra.

Namespace: Altaxo.Science.Spectroscopy.EnsembleProcessing
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
(double[] , Matrix<double> y, int[] , IEnsembleProcessingAuxiliaryData? auxiliaryData) Execute(
	double[] x,
	Matrix<double> y,
	int[]? regions
)

Parameters

x  Double
The x-values of the spectrum.
y  MatrixDouble
The spectra. Each row of the matrix represents a spectrum.
regions  Int32
The spectral regions. Can be (if the array is one region). Each element in this array is the start index of a new spectral region.

Return Value

ValueTupleDouble, MatrixDouble, Int32, IEnsembleProcessingAuxiliaryData
X-values, y-values, and regions of the processed spectra, plus optional auxiliary data.

Implements

ISingleSpectrumPreprocessorExecute(Double, MatrixDouble, Int32)
See Also