Click or drag to resize

YCalibrationOptionsCurveShape Property

Gets the intensity curve of the calibration source. This is usually a peak function, for instance a Gaussian shape with one or more terms (and a baseline polynomial).

Namespace: Altaxo.Science.Spectroscopy.Calibration
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public IScalarFunctionDD CurveShape { get; init; }

Property Value

IScalarFunctionDD
See Also