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.MultipleSpectraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic double MinimalRelativeHeight { get; init; }Property Value
DoubleMinimal relative height of peaks to be added.
Exceptions
See Also