Click or drag to resize

NeonCalibrationMeasuredWavelengthToWavelengthDifference Property

Gets an interpolation function that maps the measured wavelength to the difference between Nist and measured wavelength.

Namespace: Altaxo.Science.Spectroscopy.Raman
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Func<double, double>? MeasuredWavelengthToWavelengthDifference { get; }

Property Value

FuncDouble, Double
See Also