Click or drag to resize

NeonCalibrationEvaluate Method

Evaluates the Neon calibration. After the calibration is evaluated, properties like PeakMatchings and MeasuredWavelengthToWavelengthDifference are useable.

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

Parameters

options  NeonCalibrationOptions
The calibration options.
x  Double
The array of x-values of the Neon spectrum.
y  Double
The array of y-values of the Neon spectrum.
cancellationToken  CancellationToken
The cancellation token.

Return Value

Boolean
True if the evaluation was successfull; otherwise, if no peaks could be matched, false.
See Also