PeakFittingOfMultipleSpectraByIncrementalPeakAdditionMinimalRelativeHeight Property |
Gets/sets the minimal relative height (relative to the maximum of the y-span of all spectra).
The addition of new peaks is stopped if the fitting residual falls below this value.
Namespace: Altaxo.Science.Spectroscopy.PeakFitting.MultipleSpectraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax public double MinimalRelativeHeight { get; init; }
Property Value
Double
Minimal relative height of peaks to be added.
Exceptions See Also