Click or drag to resize

MultipleSpectraPeakFittingResultGetParametersForOnePeakInclusiveBaselineForSpectrum Method

Gets the parameters for one peak of one spectrum, including the baseline parameters.

Namespace: Altaxo.Science.Spectroscopy.PeakFitting.MultipleSpectra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public double[] GetParametersForOnePeakInclusiveBaselineForSpectrum(
	int idxSpectrum,
	int idxPeak
)

Parameters

idxSpectrum  Int32
The index of the spectrum.
idxPeak  Int32
The index of the peak.

Return Value

Double
The parameters for the specified peak and spectrum, including baseline parameters.
See Also