Click or drag to resize

NeonCalibrationGetSplineMeasuredWavelengthToWavelengthDifference Method

Creates a spline that corresponds the measured wavelength to the wavelength difference between the official Nist wavelength 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 static Func<double, double> GetSplineMeasuredWavelengthToWavelengthDifference(
	NeonCalibrationOptions options,
	List<(double NistWL, double MeasWL, double MeasWLStdDev)> PeakMatchings
)

Parameters

options  NeonCalibrationOptions

[Missing <param name="options"/> documentation for "M:Altaxo.Science.Spectroscopy.Raman.NeonCalibration.GetSplineMeasuredWavelengthToWavelengthDifference(Altaxo.Science.Spectroscopy.Raman.NeonCalibrationOptions,System.Collections.Generic.List{System.ValueTuple{System.Double,System.Double,System.Double}})"]

PeakMatchings  ListValueTupleDouble, Double, Double

[Missing <param name="PeakMatchings"/> documentation for "M:Altaxo.Science.Spectroscopy.Raman.NeonCalibration.GetSplineMeasuredWavelengthToWavelengthDifference(Altaxo.Science.Spectroscopy.Raman.NeonCalibrationOptions,System.Collections.Generic.List{System.ValueTuple{System.Double,System.Double,System.Double}})"]

Return Value

FuncDouble, Double

[Missing <returns> documentation for "M:Altaxo.Science.Spectroscopy.Raman.NeonCalibration.GetSplineMeasuredWavelengthToWavelengthDifference(Altaxo.Science.Spectroscopy.Raman.NeonCalibrationOptions,System.Collections.Generic.List{System.ValueTuple{System.Double,System.Double,System.Double}})"]

See Also