Click or drag to resize

PeakDescriptionGetPositionAreaHeightFWHMOfSpectrum Method

Gets the position, area, height, and full width at half maximum (FWHM) of the fitted peak for a given spectrum.

Namespace: Altaxo.Science.Spectroscopy.PeakFitting.MultipleSpectra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public (double Position, double Area, double Height, double FWHM) GetPositionAreaHeightFWHMOfSpectrum(
	int idxSpectrum
)

Parameters

idxSpectrum  Int32
The index of the spectrum.

Return Value

ValueTupleDouble, Double, Double, Double
The position, area, height and FWHM of the fitted peak.
Exceptions
ExceptionCondition
InvalidOperationExceptionFitFunction is .
See Also