Click or drag to resize

PeakFinderSetWidth(ValueTupleDouble, Double) Method

Sets the minimal and maximal width values required for each peak. The width of a peak is determined at the y-value, which is (prominence x relative height) less than the peak's y-value.

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

Parameters

value  ValueTupleDouble, Double
The minimal and maximal width values required for each peak.

Return Value

PeakFinder
This instance.
See Also