Altaxo. |
[Missing <summary> documentation for "N:Altaxo.Science.Spectroscopy.BaselineEvaluation"]
| Class | Description | |
|---|---|---|
| AirPLS | Implements the adaptive iteratively reweighted penalized least squares algorithm proposed by Zhang et al. [1]. | |
| AirPLSSerializationSurrogate0 | XML serialization surrogate for AirPLS. | |
| ALS | Implements the Asymmetric Least Squares method for baseline estimation, proposed by Eilers and Boelens (2005) [1]. | |
| ALSSerializationSurrogate0 | XML serialization surrogate for ALS. | |
| ArPLS | Implements the asymmetrically reweighted penalized least squares algorithm proposed by Baek et al. [1]. | |
| ArPLSSerializationSurrogate0 | XML serialization surrogate for ArPLS. | |
| ISREA | 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. | |
| ISREASerializationSurrogate0 | 2024-04-16 V0 initial version. | |
| PolynomialDetrending | Detrends spectra by fitting a polynomial to the spectrum and subtracting the fitted curve. | |
| PolynomialDetrendingSerializationSurrogate0 | XML serialization surrogate for PolynomialDetrending. | |
| SNIP_Linear | Base type for SNIP (Statistics-sensitive Non-linear Iterative Procedure) baseline estimation methods. | |
| SNIP_LinearSerializationSurrogate0 | XML serialization surrogate for SNIP_Linear. | |
| SNIP_LogLog | Base type for SNIP (Statistics-sensitive Non-linear Iterative Procedure) baseline estimation methods. | |
| SNIP_LogLogSerializationSurrogate0 | XML serialization surrogate for SNIP_LogLog. | |
| SSProb | 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. | |
| SSProbSerializationSurrogate0 | 2024-04-16 V0 initial version. | |
| XToXLine | Baseline evaluation using a straight line between two x-axis anchor points. |
| Interface | Description | |
|---|---|---|
| IBaselineEvaluation | Interface for baseline evaluation algorithms for simple (1D) spectra. |