Click or drag to resize

NeonCalibrationFindPeaks Method

Finds the peaks, and fits them if allowed in the options.

Namespace: Altaxo.Science.Spectroscopy.Raman
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void FindPeaks(
	NeonCalibrationOptions options,
	CancellationToken cancellationToken
)

Parameters

options  NeonCalibrationOptions
The options.
cancellationToken  CancellationToken
The cancellation token.
Remarks
At the end of this call, the PeakSearchingDescriptions contains the search results, and optionally (if enabled in the options), PeakFittingDescriptions contains the peak fitting results. Additionally, the MeasuredPeaks contains the array of peak positions and heights.
See Also