.gitignore
LICENSE
MANIFEST.in
README.md
pyproject.toml
tox.ini
.github/workflows/publish_to_pypi.yml
.github/workflows/test.yml
.vscode/launch.json
images/brillouin-imaging-napari-screenshot.png
src/brillouin_imaging/__init__.py
src/brillouin_imaging/_reader.py
src/brillouin_imaging/_sample_data.py
src/brillouin_imaging/_spectra_tools.py
src/brillouin_imaging/_version.py
src/brillouin_imaging/napari.yaml
src/brillouin_imaging/test.py
src/brillouin_imaging.egg-info/PKG-INFO
src/brillouin_imaging.egg-info/SOURCES.txt
src/brillouin_imaging.egg-info/dependency_links.txt
src/brillouin_imaging.egg-info/entry_points.txt
src/brillouin_imaging.egg-info/requires.txt
src/brillouin_imaging.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_reader.py
tests/test_sample_data.py
tests/test_spectra_tools.py