spectrochempy.basc
- basc(dataset, *ranges, **kwargs)[source]
- Compute a baseline corrected dataset 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 corrected dataset
 - See also - Baseline
- Manual baseline correction processor. 
- get_baseline
- Compute a baseline using the - Baselineclass.
- asls
- Perform an Asymmetric Least Squares Smoothing baseline correction. 
- snip
- Perform a Simple Non-Iterative Peak (SNIP) detection algorithm. 
- rubberband
- Perform a Rubberband baseline correction. 
- autosub
- Perform an automatic subtraction of reference. 
- detrend
- Remove polynomial trend along a dimension from dataset. 
 - Notes - For more flexibility and functionality, it is advised to use the Baseline class processor instead.