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 
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 
Public classALSBase Implements the Asymmetric Least Squares method for baseline estimation, proposed by Eilers and Boelens 2005 [1].
Public classALSMethodsBase Base class of ALS based methods, like AirPLSBase, ALSBase and ArPLSBase.
Public classArPLS Implements the asymmetrically reweighted penalized least squares algorithm proposed by Baek et al [1].
Public classArPLSSerializationSurrogate0 
Public classArPLSBase Implements the asymmetrically reweighted penalized least squares algorithm proposed by Baek et al [1].
Public classBaselineEstimationNone Does nothing (null operation).
Public classBaselineEstimationNoneSerializationSurrogate0 
Public classISREA This class detrends a spectrum. This is done by fitting a smoothing spline through the spectrum. Then the spectral data that lies above the spline are reduced in amplitude toward the spline. The process is repeated until the resulting curve changes no more.
Public classISREASerializationSurrogate0 2024-04-16 V0 initial version.
Public classISREABase This class detrends a spectrum. This is done by fitting a smoothing spline through the spectrum. Then the spectral data that lies above the spline are reduced in amplitude toward the spline. The process is repeated until the resulting curve changes no more.
Public classPolynomialDetrending This class detrends all spectra. This is done by fitting a polynomial to the spectrum (x value is simply the index of data point), and then subtracting the fit curve from the spectrum. The degree of the polynomial can be choosen between 0 (the mean is subtracted), 1 (a fitted straight line is subtracted).
Public classPolynomialDetrendingSerializationSurrogate0 
Public classPolynomialDetrendingBase This class detrends all spectra. This is done by fitting a polynomial to the spectrum (x value is simply the index of data point), and then subtracting the fit curve from the spectrum. The degree of the polynomial can be choosen between 0 (the mean is subtracted), 1 (a fitted straight line is subtracted).
Public classSNIP_Base 
Public classSNIP_Linear SNIP algorithm for background estimation on linear (unmodified) data. SNIP = Statistical sensitive Non-Linear Iterative Procedure.
Public classSNIP_LinearSerializationSurrogate0 
Public classSNIP_LogLog SNIP algorithm for background estimation (SNIP = Statistical sensitive Non-Linear Iterative Procedure). Before execution of the algorithm, the data are twice logarithmized, as described in Ref.[1], and backtransformed afterwards.
Public classSNIP_LogLogSerializationSurrogate0 
Public classSSProb 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.
Public classSSProbSerializationSurrogate0 2024-04-16 V0 initial version.
Public classSSProbBase 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.
Public classXToXLine 
Public classXToXLineSerializationSurrogate0 
Public classXToXLineBase 
Interfaces
 InterfaceDescription
Public interfaceIBaselineEstimation Interface to all baseline estimation algorithms for simple (1D) spectra.
Enumerations
 EnumerationDescription
Public enumerationSmoothnessSpecification Specification how the smoothness of the spline is specified.