Click or drag to resize

PeakFittingInGroupsMaximalOrderOfBaselinePolynomial Property

Gets or sets the maximal order of the polynomial used as the baseline for each group. If the group contains only one peak, then MinimalOrderOfBaselinePolynomial is applied. As the number of peaks increases, the order is increased until MaximalOrderOfBaselinePolynomial is reached when the group contains NumberOfPeaksAtMaximalOrderOfBaselinePolynomial peaks.

Namespace: Altaxo.Science.Spectroscopy.PeakFitting
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public int MaximalOrderOfBaselinePolynomial { get; init; }

Property Value

Int32
See Also