Click or drag to resize

PeakSearchingAndFittingOutputOptions Class

Options to choose which data will be included in the results of a peak searching and fitting operation.
Inheritance Hierarchy
SystemObject
  Altaxo.Science.SpectroscopyPeakSearchingAndFittingOutputOptions

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

The PeakSearchingAndFittingOutputOptions type exposes the following members.

Constructors
 NameDescription
Public methodPeakSearchingAndFittingOutputOptionsInitializes a new instance of the PeakSearchingAndFittingOutputOptions class
Top
Properties
 NameDescription
Public propertyOutputFitCurve Gets a value indicating whether the fit curve of the peak fitting(s) is included in the output.
Public propertyOutputFitCurveAsSeparatePeaks 
Public propertyOutputFitCurveAsSeparatePeaksSamplingFactor Gets/sets the sampling factor of the separate peak curves. A sampling factor of 1 samples the fit curve at the same positions at the fitted curve, a factor of 2 takes one additional point inbetween to original points, etc.
Public propertyOutputFitCurveSamplingFactor Gets/sets the sampling factor of the fit curve. A sampling factor of 1 samples the fit curve at the same positions at the fitted curve, a factor of 2 takes one additional point inbetween to original points, etc.
Public propertyOutputPreprocessedCurve Gets a value indicating whether the preprocessed spectrum (i.e. the spectrum that is used for peak fitting) is included in the output.
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