Click or drag to resize

SSProb Class

Detrends a spectrum by fitting a smoothing spline through the spectrum. Spectral data points that lie significantly above the spline are excluded from the spline fit. The process is repeated until the result no longer changes.
Inheritance Hierarchy
SystemObject
  Altaxo.Science.Spectroscopy.BaselineEstimationSSProbBase
    Altaxo.Science.Spectroscopy.BaselineEvaluationSSProb

Namespace: Altaxo.Science.Spectroscopy.BaselineEvaluation
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public class SSProb : SSProbBase, IBaselineEvaluation, 
	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 Gets the interpolation function options used to create the smoothing spline.
(Inherited from SSProbBase)
Public propertyRelativeProbabilityThreshold Gets or sets a relative threshold that controls how aggressively points above the spline are excluded.
(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. The meaning of this value depends on SmoothnessSpecifiedBy.
(Inherited from SSProbBase)
Top
Methods
 NameDescription
Public methodExecute(Double, Double, Int32) Executes the processor.
Public methodExecute(ReadOnlySpanDouble, ReadOnlySpanDouble, SpanDouble)
(Inherited from SSProbBase)
Public methodExport Writes this instance to XML.
(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