PeakFinderSetWidth(ValueTupleDouble, Double) Method |
Sets the minimal and maximal width value required for all peaks.
The width of a peak is determined at the y-value, which is (prominence x relative height) less than the peak's y-value.
Namespace: Altaxo.Science.Spectroscopy.PeakSearchingAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public PeakFinder SetWidth(
(double Min, double Max) value
)
Parameters
- value ValueTupleDouble, Double
- The minimal and maximal width value required for all peaks.
Return Value
PeakFinderThis instance.
See Also