Click or drag to resize

PeakFittingOfMultipleSpectraByIncrementalPeakAdditionFixedPeakPositions Property

Gets a list of fixed peak positions. While the designated positions are fixed and will not participate in the fitting process, the designated FWHM values are intended for calculation of the initial peak parameter values and to calculate the parameter boundaries.

Namespace: Altaxo.Science.Spectroscopy.PeakFitting.MultipleSpectra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public IReadOnlyList<(double Position, double InitialFWHMValue, double? MinimalFWHMValue, double? MaximalFWHMValue)> FixedPeakPositions { get; init; }

Property Value

IReadOnlyListValueTupleDouble, Double, NullableDouble, NullableDouble
See Also