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.PeakSearchingAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public PeakFinder SetWLen(
int value
)
Parameters
- value Int32
- width of the search window for the neighbouring values around a peak (in points).
Return Value
PeakFinderThis instance.
See Also