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 Baseline class.
bascMake a baseline correction using the Baseline class.
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.