Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.Science Namespaces
Altaxo.Science.Spectroscopy.PeakFitting
PeakDescription Class
PeakDescription Properties
FirstFitPoint Property
FirstFitPosition Property
FitFunction Property
FitFunctionParameter Property
LastFitPoint Property
LastFitPosition Property
Notes Property
PeakGroupNumber Property
PeakParameter Property
PeakParameterCovariances Property
PositionAreaHeightFWHM Property
SearchDescription Property
SigmaSquare Property
SumChiSquare Property
Peak
Description
Position
Area
Height
FWHM Property
Gets the position, the area, the height and the Full Width Half Maximum of the fitted peak.
Namespace:
Altaxo.Science.Spectroscopy.PeakFitting
Assembly:
AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
Copy
public
(
double
Position,
double
Area,
double
Height,
double
FWHM)
PositionAreaHeightFWHM
{
get
; }
Property Value
ValueTuple
Double
,
Double
,
Double
,
Double
Exceptions
Exception
Condition
InvalidOperationException
FitFunction or PeakParameter is null (in instance of {this.GetType()}).
See Also
Reference
PeakDescription Class
Altaxo.Science.Spectroscopy.PeakFitting Namespace
Altaxo can be downloaded from
SourceForge
. Source code available on
Github
.
(C) Dr. Dirk Lellinger and all contributors to the source code 2002 -
Send comments on this topic to
dlellinger@users.sourceforge.net