Click or drag to resize

NeonCalibrationMeasuredPeaks Property

Array of the peaks measured (i.e. detected from the spectrum), each element of the array consist of the wavelength (nm) of the peak position and the peak height.

Namespace: Altaxo.Science.Spectroscopy.Raman
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public (double , double )[]? MeasuredPeaks { get; }

Property Value

ValueTupleDouble, Double
See Also