AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
pyproject.toml
docs/Makefile
docs/authors.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/modules.rst
docs/readme.rst
docs/usage.rst
src/spectoprep/__init__.py
src/spectoprep/cli.py
src/spectoprep/spectoprep.py
src/spectoprep.egg-info/PKG-INFO
src/spectoprep.egg-info/SOURCES.txt
src/spectoprep.egg-info/dependency_links.txt
src/spectoprep.egg-info/requires.txt
src/spectoprep.egg-info/top_level.txt
src/spectoprep/modelling/ridge.py
src/spectoprep/pipeline/builder.py
src/spectoprep/pipeline/config.py
src/spectoprep/pipeline/optimizer.py
src/spectoprep/pipeline/utils.py
src/spectoprep/preprocessing/__init__.py
src/spectoprep/preprocessing/baseline.py
src/spectoprep/preprocessing/norml.py
src/spectoprep/preprocessing/scatter.py
src/spectoprep/preprocessing/smoothing.py
src/spectoprep/visualization/plots.py
tests/__init__.py
tests/test_spectoprep.py