Click or drag to resize

PeakFittingByIncrementalPeakAdditionMinimalRelativeHeight Property

Gets/sets the minimal relative height. The addition of new peaks is stopped if the fitting residual falls below this value.

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

Property Value

Double
Minimal relative height of peaks to be added.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionMust be >=0, nameof(MinimalRelativeHeight)
See Also