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
# Fixtures

Golden fixture files in this directory are generated from `pybaselines` for
behavioral comparison only. They must record the `pybaselines` version and must
not include copied implementation code.

Generate fixtures with:

```sh
python3 scripts/generate_pybaselines_fixtures.py
python3 scripts/generate_pybaselines_2d_fixtures.py
```