Click or drag to resize

PeakFittingInGroupsMinimalOrderOfBaselinePolynomial Property

Gets or sets the minimal order of the polynomial that is used for the baseline of each group. The minimal order is applied if the group only contains one peak. 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 MinimalOrderOfBaselinePolynomial { get; init; }

Property Value

Int32
The minimal order of the baseline polynomial.
See Also