ISingleSpectrumPreprocessorExecute Method |
Executes the processor.
Namespace: Altaxo.Science.SpectroscopyAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax (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 null (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.
See Also