NeonCalibrationEvaluate Method |
Namespace: Altaxo.Science.Spectroscopy.RamanAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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 if the evaluation was successful; otherwise,
.
See Also