spectrochempy.get_baseline
- get_baseline(dataset, *ranges, **kwargs)[source]
Compute a baseline using the Baseline class processor.
If no ranges is provided, the features limits are used. See
Baselinefor detailed information on the parameters.- Parameters:
- Returns:
NDDataset– The computed baseline
See also
BaselineManual baseline correction processor.
bascMake a baseline correction using the
Baselineclass.aslsPerform an Asymmetric Least Squares Smoothing baseline correction.
snipPerform a Simple Non-Iterative Peak (SNIP) detection algorithm.
rubberbandPerform a Rubberband baseline correction.
autosubPerform an automatic subtraction of reference.
detrendRemove polynomial trend along a dimension from dataset.
Notes
For more flexibility and functionality, it is advised to use the Baseline class processor instead.