PeakAdditionOrder Enumeration |
For peak fitting by incremental peak addition, this enumeration
determines the order in which the peaks are added.
Namespace: Altaxo.Science.Spectroscopy.PeakFittingAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax public enum PeakAdditionOrder
Members Member name | Value | Description |
---|
Height | 0 |
By the height of the peak.
|
Area | 1 |
By the area of the peak (estimated from height x FWHM).
|
SquaredHeightTimesWidth | 2 |
By height² x FWHM.
|
See Also