Warning

You are reading the documentation related to the development version. Go here if you are looking for the documentation of the stable release.

spectrochempy.rubberband

rubberband(dataset)[source]

Rubberband baseline correction.

The algorithm is faster than the AsLS method, but it is less controllable as there is no parameter to tune.

Parameters

dataset (NDDataset) – The input data.

Returns

NDDataset – The baseline corrected dataset.

See also

Baseline

Manual baseline correction processor.

get_baseline

Compuute a baseline using the Baseline class.

basc

Make a baseline correction using the Baseline class.

asls

Perform an Asymmetric Least Squares Smoothing baseline correction.

snip

Perform a Simple Non-Iterative Peak (SNIP) detection algorithm.

autosub

Perform an automatic subtraction of reference.

detrend

Remove polynomial trend along a dimension from dataset.