Click or drag to resize

PeakFinderSetProminence(Double) Method

Sets the minimum prominence values required for each peak. 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.PeakSearching
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public PeakFinder SetProminence(
	double[] value
)

Parameters

value  Double
The minimal prominence values required for each peak.

Return Value

PeakFinder
This instance.
See Also