PeakFinderSetWidth(Double) Method |
Sets the minimal width value required for each peak.
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[] value
)
Parameters
- value Double
- The minimal width value required for each peak.
Return Value
PeakFinderThis instance.
See Also