Click or drag to resize

PeakSearchingAndFittingOptions Class

Options for peak searching (determination of approximate peak positions) and peak fitting.
Inheritance Hierarchy
SystemObject
  Altaxo.Science.SpectroscopyPeakSearchingAndFittingOptions

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

The PeakSearchingAndFittingOptions type exposes the following members.

Constructors
 NameDescription
Public methodPeakSearchingAndFittingOptionsInitializes a new instance of the PeakSearchingAndFittingOptions class
Top
Properties
 NameDescription
Public propertyOutputOptions Gets/set the options that determine which data to include in the output of a peak searching and fitting operation.
Public propertyPeakFitting Gets/sets the peak fitting method.
Public propertyPeakSearching Gets/sets the peak searching method (method to find approximate peak positions).
Public propertyPreprocessing Gets/sets the methods for spectral preprocessing.
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)
Public methodToString
(Overrides ObjectToString)
Top
See Also