Click or drag to resize

PeakFinderSetWLen Method

Sets the width of the search window for the neighbouring values around a peak (in points). Used for calculation of the peaks prominences, thus it is only used if one of the parameters 'prominence' or 'width' is given.

Namespace: Altaxo.Science.Spectroscopy.PeakSearching
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public PeakFinder SetWLen(
	int value
)

Parameters

value  Int32
width of the search window for the neighbouring values around a peak (in points).

Return Value

PeakFinder
This instance.
See Also