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, which is (prominence x relative height) below 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 SetRelativeHeight(
	double value
)

Parameters

value  Double
The relative height value.

Return Value

PeakFinder

[Missing <returns> documentation for "M:Altaxo.Science.Spectroscopy.PeakSearching.PeakFinder.SetRelativeHeight(System.Double)"]

See Also