chemotools.baseline#
Baseline correction methods for spectral preprocessing. These methods remove baseline drift and offset to isolate the chemical signal.
Import from this module:
from chemotools.baseline import (
AirPls,
ArPls,
AsLs,
ConstantBaselineCorrection,
CubicSplineCorrection,
LinearCorrection,
NonNegative,
PolynomialCorrection,
SubtractReference,
)
Available Classes#
Class |
Description |
|---|---|
Adaptive iteratively reweighted penalized least squares |
|
Asymmetrically reweighted penalized least squares |
|
Asymmetric least squares smoothing |
|
Subtract a constant baseline value |
|
Fit and subtract cubic spline baseline |
|
Linear baseline correction |
|
Enforce non-negative values |
|
Polynomial baseline fitting and subtraction |
|
Subtract a reference spectrum |
See Also#
Baseline Methods Overview - Complete documentation with examples and visual guides