Click or drag to resize

PeakFittingInGroups Class

Groups the peaks that were found by using a minimal separation factor (based on the FWHM of the peaks). Then fits the peak groups.
Inheritance Hierarchy
SystemObject
  Altaxo.Science.Spectroscopy.PeakFittingPeakFittingBase
    Altaxo.Science.Spectroscopy.PeakFittingPeakFittingInGroups

Namespace: Altaxo.Science.Spectroscopy.PeakFitting
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class PeakFittingInGroups : PeakFittingBase, 
	IPeakFitting, IEquatable<PeakFittingInGroups>

The PeakFittingInGroups type exposes the following members.

Constructors
 NameDescription
Public methodPeakFittingInGroupsInitializes a new instance of the PeakFittingInGroups class
Top
Properties
 NameDescription
Public propertyFitFunction Gets /sets the fit function to use.
(Inherited from PeakFittingBase)
Public propertyFitWidthScalingFactor Gets / sets the scaling factor of the fit width. To calculate the fit width, the scaling factor is multiplied by the FullWidthHalfMaximum of the peak.
(Inherited from PeakFittingBase)
Public propertyIsEvaluatingSeparateVariances 
Public propertyIsMinimalFWHMValueInXUnits
(Inherited from PeakFittingBase)
Public propertyMaximalOrderOfBaselinePolynomial Gets or sets the maximal order of the polynomial that is used for the baseline of each group. If the group only contains one peak, then the MinimalOrderOfBaselinePolynomial is applied. As it contains more peaks, the order is increased, until the MaximalOrderOfBaselinePolynomial is reached if the group contains NumberOfPeaksAtMaximalOrderOfBaselinePolynomial peaks.
Public propertyMaximalRelativeAmplitudeInfluence Gets the maximal relative amplitude influence. If we have two neighbouring peaks, the one peak should not influence the amplitude at the most close point of the other peak (that is included in the fit) by more that this value times the expected height of the other peak at this point.
Public propertyMinimalFWHMValue
(Inherited from PeakFittingBase)
Public propertyMinimalGroupSeparationFWHMFactor 
Public propertyMinimalOrderOfBaselinePolynomial Gets or sets the minimal order of the polynomial that is used for the baseline of each group. The minimal order is applied if the group only contains one peak. As it contains more peaks, the order is increased, until the MaximalOrderOfBaselinePolynomial is reached if the group contains NumberOfPeaksAtMaximalOrderOfBaselinePolynomial peaks.
Public propertyNumberOfPeaksAtMaximalOrderOfBaselinePolynomial Gets or sets the maximal order of the polynomial that is used for the baseline of each group. If the group only contains one peak, then the MinimalOrderOfBaselinePolynomial is applied. As it contains more peaks, the order is increased, until the MaximalOrderOfBaselinePolynomial is reached if the group contains NumberOfPeaksAtMaximalOrderOfBaselinePolynomial peaks.
Top
Methods
 NameDescription
Public methodExecute(Double, Double, IEnumerablePeakDescription, CancellationToken) 
Public methodExecute(Double, Double, Int32, IReadOnlyListValueTupleIReadOnlyListPeakDescription, Int32, Int32, CancellationToken) 
Public methodExecuteForOneGroupExecutes peak fitting for peaks in one group
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Protected methodGetPeakDescriptionList 
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodGroupPeaks 
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToString
(Overrides PeakFittingBase.ToString)
Top
Fields
See Also