Click or drag to resize

PeakFinderSetRelativeHeight Method

Sets the relative height value that is used to determine the width of the peaks. The width of a peak is determined at the y-value that is (prominence × relative height) below the peak's y-value.

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

Parameters

value  Double
The relative height value.

Return Value

PeakFinder
This instance.
See Also