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.PeakSearchingAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public PeakFinder SetDistance(
double value
)
Parameters
- value Double
- The minimal horizontal distance required between neighbouring peaks (in points).
Return Value
PeakFinderThis instance.
See Also