Click or drag to resize

YCalibrationByDataSourceExecute Method

Executes the processor.

Namespace: Altaxo.Science.Spectroscopy.Calibration
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public (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, Int32
X-values, y-values and regions of the processed spectrum.

Implements

ISingleSpectrumPreprocessorExecute(Double, Double, Int32)
See Also