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.3448.0 (4.8.3448.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 the options that determine which data to include in the output of a peak searching and fitting operation.
Public propertyPeakFitting Gets the peak fitting method.
Public propertyPeakSearching Gets the peak searching method (method used to find approximate peak positions).
Public propertyPreprocessing Gets the options and 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 methodToStringReturns a string that represents the current object.
(Overrides ObjectToString)
Top
See Also