PeakFinderSetProminence(Double) Method |
Sets the minimal prominence value required for all peaks.
Prominence is defined as the smaller of the two difference values between the peak height and the height of the neighbouring valleys.
Namespace: Altaxo.Science.Spectroscopy.PeakSearchingAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public PeakFinder SetProminence(
double value
)
Parameters
- value Double
- The minimal prominence value required for all peaks.
Return Value
PeakFinderThis instance.
See Also