Click or drag to resize

NeonCalibrationPeakMatchings Property

Gets the peak matchings, i.e. the correspondence between official Nist peak position, and measured peak position.

Namespace: Altaxo.Science.Spectroscopy.Raman
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public List<(double NistWL, double MeasWL, double MeasWLStdDev)> PeakMatchings { get; }

Property Value

ListValueTupleDouble, Double, Double
See Also