Click or drag to resize

PeakFittingInGroupsNumberOfPeaksAtMaximalOrderOfBaselinePolynomial 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 NumberOfPeaksAtMaximalOrderOfBaselinePolynomial { get; init; }

Property Value

Int32
The number of peaks in the group at which the maximal order of the baseline polynomial is reached.
See Also