MultipleSpectraPeakFittingResultGetParametersForOnePeakInclusiveBaselineForSpectrum Method |
Gets the parameters for one peak of one spectrum, including the baseline parameters.
Namespace: Altaxo.Science.Spectroscopy.PeakFitting.MultipleSpectraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic double[] GetParametersForOnePeakInclusiveBaselineForSpectrum(
int idxSpectrum,
int idxPeak
)
Parameters
- idxSpectrum Int32
- The index of the spectrum.
- idxPeak Int32
- The index of the peak.
Return Value
DoubleThe parameters for the specified peak and spectrum, including baseline parameters.
See Also