Click or drag to resize

PeakFittingOfMultipleSpectraByIncrementalPeakAdditionOptions Class

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

Namespace: Altaxo.Science.Spectroscopy.PeakFitting.MultipleSpectra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public class PeakFittingOfMultipleSpectraByIncrementalPeakAdditionOptions : IEquatable<PeakFittingOfMultipleSpectraByIncrementalPeakAdditionOptions>

The PeakFittingOfMultipleSpectraByIncrementalPeakAdditionOptions type exposes the following members.

Constructors
 NameDescription
Public methodPeakFittingOfMultipleSpectraByIncrementalPeakAdditionOptionsInitializes a new instance of the PeakFittingOfMultipleSpectraByIncrementalPeakAdditionOptions 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 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