baselines 0.1.0

Baseline correction algorithms for signals, spectra, and images
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Notices

`baselines` is an independent Rust implementation of baseline correction
algorithms. It is inspired by the scientific literature and uses the public
behavior and documentation of `pybaselines` as a reference.

`pybaselines` is authored by Donald Erb and contributors and is distributed
under the BSD-3-Clause license. See:

- https://pybaselines.readthedocs.io/
- https://pybaselines.readthedocs.io/en/latest/license.html
- https://pybaselines.readthedocs.io/en/latest/citing.html

Algorithm documentation in this crate should cite the original publications
where practical.