Click or drag to resize

SSProb Class

This class detrends a spectrum. This is done by fitting a smoothing spline through the spectrum. Then the spectral data that lies significantly above the spline are excluded from the spline. The process is repeated until the resulting curve changes no more.
Inheritance Hierarchy
SystemObject
  Altaxo.Science.Spectroscopy.BaselineEstimationSSProbBase
    Altaxo.Science.Spectroscopy.BaselineEstimationSSProb

Namespace: Altaxo.Science.Spectroscopy.BaselineEstimation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public class SSProb : SSProbBase, IBaselineEstimation, 
	ISingleSpectrumPreprocessor, IEquatable<SSProb>

The SSProb type exposes the following members.

Constructors
 NameDescription
Public methodSSProbInitializes a new instance of the SSProb class
Top
Properties
 NameDescription
Public propertyInterpolationFunctionOptions
(Inherited from SSProbBase)
Public propertyRelativeProbabilityThreshold
(Inherited from SSProbBase)
Public propertySmoothnessSpecifiedBy Determines how the smoothness of the spline is specified, together with SmoothnessValue.
(Inherited from SSProbBase)
Public propertySmoothnessValue Determines the smoothness of the spline. This value has different meaning depending on the value of SmoothnessSpecifiedBy.
(Inherited from SSProbBase)
Top
Methods
 NameDescription
Public methodExecute(Double, Double, Int32)
(Inherited from SSProbBase)
Public methodExecute(ReadOnlySpanDouble, ReadOnlySpanDouble, SpanDouble) Executes the baseline estimation algorithm with the provided spectrum.
(Inherited from SSProbBase)
Public methodExport
(Inherited from SSProbBase)
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
Remarks
Reference: developed by D. Lellinger (currently, no paper is available).
See Also