LICENSE
README.md
pyproject.toml
src/xrheed/__init__.py
src/xrheed/loaders.py
src/xrheed/xarray_accessors.py
src/xrheed.egg-info/PKG-INFO
src/xrheed.egg-info/SOURCES.txt
src/xrheed.egg-info/dependency_links.txt
src/xrheed.egg-info/requires.txt
src/xrheed.egg-info/top_level.txt
src/xrheed/conversion/__init__.py
src/xrheed/conversion/base.py
src/xrheed/conversion/image.py
src/xrheed/kinematics/__init__.py
src/xrheed/kinematics/cache_utils.py
src/xrheed/kinematics/ewald.py
src/xrheed/kinematics/lattice.py
src/xrheed/plotting/__init__.py
src/xrheed/plotting/base.py
src/xrheed/plotting/overview.py
src/xrheed/plotting/profiles.py
src/xrheed/plugins/__init__.py
src/xrheed/plugins/dsnp_arpes_bmp.py
src/xrheed/plugins/dsnp_arpes_raw.py
src/xrheed/preparation/__init__.py
src/xrheed/preparation/alignment.py
src/xrheed/preparation/filters.py
tests/test_conversion.py
tests/test_data_loading.py
tests/test_ewald.py
tests/test_lattice.py
tests/test_preparation.py