NeonCalibrationEvaluate Method |
Namespace: Altaxo.Science.Spectroscopy.RamanAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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
BooleanTrue if the evaluation was successfull; otherwise, if no peaks could be matched, false.
See Also