/spec_fiddler

An interactive tool to fiddle with spectra.

Primary LanguagePythonOtherNOASSERTION

spec_fiddler

PyPI Coverage Status Documentation Status

An interactive tool to fiddle with spectra.

Installation

pip install spec_fiddler

How to Use

  • TODO

Contributing

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