Click or drag to resize

PeakFinderSetDistance Method

Sets the minimal horizontal distance (>= 1) between neighbouring peaks, required for all peaks. Smaller peaks are removed first until the condition is fulfilled for all remaining peaks.

Namespace: Altaxo.Science.Spectroscopy.PeakSearching
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public PeakFinder SetDistance(
	double value
)

Parameters

value  Double
The minimal horizontal distance required between neighbouring peaks (in points).

Return Value

PeakFinder
This instance.
See Also