EnsembleProcessingNoneExecute(Double, MatrixDouble, Int32) Method |
Executes the processor for an ensemble of spectra.
Namespace: Altaxo.Science.Spectroscopy.EnsembleProcessingAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic (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,
IEnsembleProcessingAuxiliaryDataX-values, y-values, and regions of the processed spectra, plus optional auxiliary data.
Implements
IEnsemblePreprocessorExecute(Double, MatrixDouble, Int32)ISingleSpectrumPreprocessorExecute(Double, MatrixDouble, Int32)
See Also