Click or drag to resize

NeonCalibrationCreateSpectrumWithNanometerXAxis Method

From the raw spectrum in x and y, the preprocessed spectrum, in which the x-axis is converted to nanometer, is created and stored in _xPreprocessed_nm and _yPreprocessed.

Namespace: Altaxo.Science.Spectroscopy.Raman
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void CreateSpectrumWithNanometerXAxis(
	NeonCalibrationOptions options,
	double[] x,
	double[] y,
	CancellationToken cancellationToken
)

Parameters

options  NeonCalibrationOptions
The options.
x  Double
The x-values of the spectrum.
y  Double
The y-values of the spectrum.
cancellationToken  CancellationToken
The cancellation token.
Remarks
At the end of this call, the arrays _xPreprocessed_nm, _yPreprocessed contains the preprocessed spectrum.
See Also