Click or drag to resize

PeakFittingInGroupsMaximalOrderOfBaselinePolynomial Property

Gets or sets the maximal order of the polynomial that is used for the baseline of each group. If the group only contains one peak, then the MinimalOrderOfBaselinePolynomial is applied. As it contains more peaks, the order is increased, until the MaximalOrderOfBaselinePolynomial is reached if the group contains NumberOfPeaksAtMaximalOrderOfBaselinePolynomial peaks.

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

Property Value

Int32
The maximal order of the baseline polynomial.
See Also