Click or drag to resize

PeakFittingInGroupsExecute(Double, Double, IEnumerablePeakDescription, CancellationToken) Method

Fits peaks in groups for the specified spectrum.

Namespace: Altaxo.Science.Spectroscopy.PeakFitting
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public List<PeakDescription> Execute(
	double[] xArray,
	double[] yArray,
	IEnumerable<PeakDescription> peakDescriptions,
	CancellationToken cancellationToken
)

Parameters

xArray  Double
The x-values of the spectrum.
yArray  Double
The y-values of the spectrum.
peakDescriptions  IEnumerablePeakDescription
The peak descriptions to fit.
cancellationToken  CancellationToken
A token that can cancel the operation.

Return Value

ListPeakDescription
The fitted peak descriptions.
See Also