Click or drag to resize

PeakDescription Class

Description of one peak
Inheritance Hierarchy
SystemObject
  Altaxo.Science.Spectroscopy.PeakSearchingPeakDescription

Namespace: Altaxo.Science.Spectroscopy.PeakSearching
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class PeakDescription : IEquatable<PeakDescription>

The PeakDescription type exposes the following members.

Constructors
 NameDescription
Public methodPeakDescriptionInitializes a new instance of the PeakDescription class
Top
Properties
 NameDescription
Public propertyAbsoluteHeightOfWidthDetermination 
Public propertyHeightThe peak's total heigth.
Public propertyPositionIndexThe peak position as index of the spectral range.
Public propertyPositionValue Gets the position value. If a x-axis was given for the peak finding algorithm, this will contain the x-value of the position. Otherwise, it would be the same value as the PositionIndex.
Public propertyProminenceThe peak prominence.
Public propertyRelativeHeightOfWidthDeterminationThe relative heigth of the peak that was used to measure the width.
Public propertyWidthPixelsThe peak width.
Public propertyWidthValueThe peak width in x-units.
Top
Methods
 NameDescription
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Top
See Also