An interactive tool to fiddle with spectra.
- Documentation: https://spec-fiddler.readthedocs.io.
pip install spec_fiddler
- TODO
Contributions are welcome, feel free to open an Issue or Pull Request.
Pull requests must be for the develop
branch.
git clone https://github.com/Jerry-Ma/spec_fiddler
cd spec_fiddler
git checkout develop
python -m venv .venv
source .venv/bin/activate
pip install .[test]
pre-commit install
pytest