Click or drag to resize

PeakFittingOfMultipleSpectraByIncrementalPeakAdditionMinimalRelativeHeight Property

Gets/sets the minimal relative height (relative to the maximum y-span across all spectra). The addition of new peaks is stopped if the fitting residual falls below this value.

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

Property Value

Double
Minimal relative height of peaks to be added.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionMust be >= 0.
See Also