Click or drag to resize

PeakSearchingByTopology Class

Executes peak searching based on topological peak properties.
Inheritance Hierarchy
SystemObject
  Altaxo.Science.Spectroscopy.PeakSearchingPeakSearchingByTopology

Namespace: Altaxo.Science.Spectroscopy.PeakSearching
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public class PeakSearchingByTopology : IPeakSearching, 
	IEquatable<PeakSearchingByTopology>

The PeakSearchingByTopology type exposes the following members.

Constructors
 NameDescription
Public methodPeakSearchingByTopologyInitializes a new instance of the PeakSearchingByTopology class
Top
Properties
 NameDescription
Public propertyMaximalNumberOfPeaks Gets/sets a limit for the number of peaks included in the result. If set, only the peaks with the highest amplitudes are included (up to this number).
Public propertyMinimalProminence Gets/sets the minimal required peak prominence. The value is interpreted relative to the y-span of the region (see implementation).
Public propertyPeakEnhancement Gets/sets the peak enhancement method (default is PeakEnhancementNone, i.e. no peak enhancement).
Top
Methods
 NameDescription
Public methodExecute(Double, Double) 
Public methodExecute(Double, Double, Int32) Executes the peak searching algorithm.
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)
Public methodToStringReturns a string that represents the current object.
(Overrides ObjectToString)
Top
See Also