NeonCalibrationFindCoarseMatchFast Method |
Finds a coarse match between the peaks in the measured Neon spectrum and the Nist table.
Namespace: Altaxo.Science.Spectroscopy.RamanAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public (double NistWL_Left, double MeasWL_Left, double NistWL_Right, double MeasWL_Right)? FindCoarseMatchFast(
NeonCalibrationOptions options,
CancellationToken cancellationToken
)
Parameters
- options NeonCalibrationOptions
- The options used for calculation.
- cancellationToken CancellationToken
- Token to cancel the finding process.
Return Value
NullableValueTupleDouble,
Double,
Double,
DoubleA tuple of wavelength (in nm): Nist wavelength and Meas wavelength at the left of the range, Nist wavelength and meas wavelength at the right of the range.
See Also