Click or drag to resize

Altaxo.Science.Spectroscopy.BaselineEvaluation Namespace

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

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 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 classArPLS Implements the asymmetrically reweighted penalized least squares algorithm proposed by Baek et al. [1].
Public classArPLSSerializationSurrogate0 XML serialization surrogate for ArPLS.
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 classPolynomialDetrending Detrends spectra by fitting a polynomial to the spectrum and subtracting the fitted curve.
Public classPolynomialDetrendingSerializationSurrogate0 XML serialization surrogate for PolynomialDetrending.
Public classSNIP_Linear Base type for SNIP (Statistics-sensitive Non-linear Iterative Procedure) baseline estimation methods.
Public classSNIP_LinearSerializationSurrogate0 XML serialization surrogate for SNIP_Linear.
Public classSNIP_LogLog Base type for SNIP (Statistics-sensitive Non-linear Iterative Procedure) baseline estimation methods.
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 classXToXLine Baseline evaluation using a straight line between two x-axis anchor points.
Interfaces
 InterfaceDescription
Public interfaceIBaselineEvaluation Interface for baseline evaluation algorithms for simple (1D) spectra.