Click or drag to resize

NeonCalibrationCoarseMatch Property

Gets the coarse match that is used to calculate a linear interpolation that converts between Nist wavelengths (WL) and measured wavelengths and vice versa.

Namespace: Altaxo.Science.Spectroscopy.Raman
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public (double NistWL_Left, double MeasWL_Left, double NistWL_Right, double MeasWL_Right)? CoarseMatch { get; }

Property Value

NullableValueTupleDouble, Double, Double, Double
See Also