ISREAExecute(Double, Double, Int32) Method |
Executes the processor.
Namespace: Altaxo.Science.Spectroscopy.BaselineEvaluationAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic (double[] , double[] , int[] ) Execute(
double[] x,
double[] y,
int[]? regions
)
Parameters
- x Double
- The x-values of the spectrum.
- y Double
- The y-values of the 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,
Double,
Int32X-values, y-values, and regions of the processed spectrum.
Implements
ISingleSpectrumPreprocessorExecute(Double, Double, Int32)
See Also