Click or drag to resize

PeakFinderSetThreshold(Double) Method

Sets the minimal threshold value required for each peak. Threshold is defined as minimum difference value between the peak height and its immediate neightbouring points.

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

Parameters

value  Double
The minimal threshold value required for each peak.

Return Value

PeakFinder
This instance.
See Also