Click or drag to resize

Altaxo.Science.Spectroscopy.BaselineEstimation Namespace

[Missing <summary> documentation for "N:Altaxo.Science.Spectroscopy.BaselineEstimation"]

Classes
 ClassDescription
Public classAirPLS Implements the adaptive iteratively reweighted penalized least squares algorithm proposed by Zhang et al. [1].
Public classAirPLSSerializationSurrogate0 XML serialization surrogate for AirPLS.
Public classAirPLSBase Implements the adaptive iteratively reweighted penalized least squares algorithm proposed by Zhang et al. [1].
Public classALS Implements the Asymmetric Least Squares method for baseline estimation, proposed by Eilers and Boelens (2005) [1].
Public classALSSerializationSurrogate0 XML serialization surrogate for ALS.
Public classALSBase Implements the Asymmetric Least Squares method for baseline estimation, proposed by Eilers and Boelens (2005) [1].
Public classALSMethodsBase Base type for asymmetric least squares (ALS)-based baseline estimation methods, such as AirPLSBase, ALSBase, and ArPLSBase.
Public classArPLS Implements the asymmetrically reweighted penalized least squares algorithm proposed by Baek et al. [1].
Public classArPLSSerializationSurrogate0 XML serialization surrogate for ArPLS.
Public classArPLSBase Implements the asymmetrically reweighted penalized least squares algorithm proposed by Baek et al. [1].
Public classBaselineEstimationNone Baseline estimation implementation that performs no baseline estimation.
Public classBaselineEstimationNoneSerializationSurrogate0 XML serialization surrogate for BaselineEstimationNone.
Public classISREA Detrends a spectrum by fitting a smoothing spline through the spectrum. Points above the spline are reduced in amplitude towards the spline, iteratively, until the curve converges.
Public classISREASerializationSurrogate0 2024-04-16 V0 initial version.
Public classISREABase Detrends a spectrum by fitting a smoothing spline through the spectrum. Points above the spline are reduced in amplitude towards the spline, iteratively, until the curve converges.
Public classPolynomialDetrending Detrends spectra by fitting a polynomial to the spectrum and subtracting the fitted curve.
Public classPolynomialDetrendingSerializationSurrogate0 XML serialization surrogate for PolynomialDetrending.
Public classPolynomialDetrendingBase Detrends spectra by fitting a polynomial to the spectrum and subtracting the fitted curve.
Public classSNIP_Base Base type for SNIP (Statistics-sensitive Non-linear Iterative Procedure) baseline estimation methods.
Public classSNIP_Linear SNIP algorithm for background estimation on linear (unmodified) data. SNIP = Statistics-sensitive Non-linear Iterative Procedure.
Public classSNIP_LinearSerializationSurrogate0 XML serialization surrogate for SNIP_Linear.
Public classSNIP_LogLog SNIP algorithm for background estimation (SNIP = Statistics-sensitive Non-linear Iterative Procedure). Before execution of the algorithm, the data are transformed by applying a double logarithm, as described in Ref. [1], and are back-transformed afterwards.
Public classSNIP_LogLogSerializationSurrogate0 XML serialization surrogate for SNIP_LogLog.
Public classSSProb 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.
Public classSSProbSerializationSurrogate0 2024-04-16 V0 initial version.
Public classSSProbBase 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.
Public classXToXLine Baseline estimation method that uses a straight line between the two anchor positions X0 and X1.
Public classXToXLineSerializationSurrogate0 XML serialization surrogate for XToXLine.
Public classXToXLineBase Base type for baseline estimation methods that use a straight line between two x-axis anchor points.
Interfaces
 InterfaceDescription
Public interfaceIBaselineEstimation Interface for baseline estimation algorithms for simple (1D) spectra.