PeakFittingTogetherExecute(Double, Double, IEnumerablePeakDescription, CancellationToken) Method |
Fits the specified peaks together for a single spectrum.
Namespace: Altaxo.Science.Spectroscopy.PeakFittingAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
ListPeakDescriptionThe fitted peak descriptions.
See Also