spectrochempy.snip
- snip(dataset, snip_width=50)[source][source]
Perform Simple Non-Iterative Peak (SNIP) detection algorithm.
See Ryan et al. [1988] .
- Parameters:
- Returns:
NDDataset
– The baseline corrected dataset.
See also
Baseline
Manual baseline correction processor.
get_baseline
Compute a baseline using the
Baseline
class.basc
Make a baseline correction using the
Baseline
class.asls
Perform an Asymmetric Least Squares Smoothing baseline correction.
rubberband
Perform a Rubberband baseline correction.
autosub
Perform an automatic subtraction of reference.
detrend
Remove polynomial trend along a dimension from dataset.