.flake8
.gitignore
.readthedocs.yaml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE.md
README.rst
codecov.yml
codemeta.json
eagle6_galaxy.png
pyproject.toml
swiftgalaxy_banner.png
swiftgalaxy_logo.png
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/lint_and_test.yml
.github/workflows/python-publish.yml
docs/.nojekyll
docs/Makefile
docs/index.html
docs/make.bat
docs/source/conf.py
docs/source/index.rst
docs/source/_static/custom.css
docs/source/_templates/layout.html
docs/source/additional_coordinates/index.rst
docs/source/citing/index.rst
docs/source/community/index.rst
docs/source/coordinate_transformations/index.rst
docs/source/demonstration_data/index.rst
docs/source/getting_started/eagle6_galaxy.png
docs/source/getting_started/index.rst
docs/source/halo_catalogues/index.rst
docs/source/images/swiftgalaxy_banner.png
docs/source/images/swiftgalaxy_logo.png
docs/source/iterating/index.rst
docs/source/masking/index.rst
docs/source/modules/index.rst
docs/source/modules/swiftgalaxy.demo_data.rst
docs/source/modules/swiftgalaxy.halo_catalogues.rst
docs/source/modules/swiftgalaxy.iterator.rst
docs/source/modules/swiftgalaxy.masks.rst
docs/source/modules/swiftgalaxy.reader.rst
docs/source/modules/swiftgalaxy.rst
docs/source/visualisation/index.rst
examples/README.rst
examples/SWIFTGalaxy_Colibre_QuickStart.ipynb
examples/SWIFTGalaxy_demo.ipynb
swiftgalaxy/__init__.py
swiftgalaxy/__version__.py
swiftgalaxy/demo_data.py
swiftgalaxy/halo_catalogues.py
swiftgalaxy/iterator.py
swiftgalaxy/masks.py
swiftgalaxy/reader.py
swiftgalaxy.egg-info/PKG-INFO
swiftgalaxy.egg-info/SOURCES.txt
swiftgalaxy.egg-info/dependency_links.txt
swiftgalaxy.egg-info/requires.txt
swiftgalaxy.egg-info/top_level.txt
swiftgalaxy/json/caesar_unit_registry.json
tests/conftest.py
tests/test_coordinate_transformations.py
tests/test_copy.py
tests/test_creation.py
tests/test_derived_coordinates.py
tests/test_examples.py
tests/test_halo_catalogues.py
tests/test_iterator.py
tests/test_masking.py
tests/test_str.py
tests/test_version.py
tests/test_visualisation.py