spectrochempy.snip
- snip(dataset, snip_width=50)[source]
Perform Simple Non-Iterative Peak (SNIP) detection algorithm.
See Ryan et al. [1988] .
- Parameters:
- Returns:
NDDataset– The baseline corrected dataset.
See also
BaselineManual baseline correction processor.
get_baselineCompute a baseline using the
Baselineclass.bascMake a baseline correction using the
Baselineclass.aslsPerform an Asymmetric Least Squares Smoothing baseline correction.
rubberbandPerform a Rubberband baseline correction.
autosubPerform an automatic subtraction of reference.
detrendRemove polynomial trend along a dimension from dataset.