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.PeakSearchingAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic PeakFinder SetRelativeHeight(
double value
)
Parameters
- value Double
- The relative height value.
Return Value
PeakFinderThis instance.
See Also