PeakFinderSetThreshold(ValueTupleDouble, Double) Method |
Sets the minimal and maximal threshold value required for each peak.
Threshold is defined as minimum difference value between the peak height and its immediate neightbouring points.
Namespace: Altaxo.Science.Spectroscopy.PeakSearchingAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public PeakFinder SetThreshold(
(double , double )[] value
)
Parameters
- value ValueTupleDouble, Double
- The minimal and maximal threshold values required for each peak.
Return Value
PeakFinderThis instance.
See Also