Click or drag to resize

MultipleSpectraPeakFittingResultGetFullParameterSetForSpectrum Method

Gets the full parameter set for one spectrum. This includes all peak parameters and 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[] GetFullParameterSetForSpectrum(
	int idxSpectrum
)

Parameters

idxSpectrum  Int32
The index of the spectrum.

Return Value

Double
The full parameter set for the specified spectrum.
See Also