LICENCE
README.md
pyproject.toml
octavius/__init__.py
octavius/config.yaml
octavius/internals.yaml
octavius/log.py
octavius/run_octavius.py
octavius/version.py
octavius.egg-info/PKG-INFO
octavius.egg-info/SOURCES.txt
octavius.egg-info/dependency_links.txt
octavius.egg-info/entry_points.txt
octavius.egg-info/requires.txt
octavius.egg-info/top_level.txt
octavius/aggregate_properties/__init__.py
octavius/aggregate_properties/aggregate_computations.py
octavius/aggregate_properties/aggregate_helpers.py
octavius/aggregate_properties/group_linking.py
octavius/aggregate_properties/properties_core.py
octavius/aggregate_properties/properties_local_environment.py
octavius/aggregate_properties/properties_ptype_specific.py
octavius/data_management/__init__.py
octavius/data_management/conventions.py
octavius/data_management/csr.py
octavius/data_management/data_structures.py
octavius/data_management/pack_catalogue_data.py
octavius/data_management/parallel_reading.py
octavius/data_management/parallel_writing.py
octavius/data_management/physics.py
octavius/data_management/pipeline_management.py
octavius/data_management/snapshot_readers.py
octavius/external_halo_sources/__init__.py
octavius/external_halo_sources/ahf.py
octavius/external_halo_sources/halo_data_structures.py
octavius/external_halo_sources/hbt_herons.py
octavius/galaxy_finding/__init__.py
octavius/galaxy_finding/fof6d_algorithm.py
octavius/galaxy_finding/galaxy_finding.py
octavius/photometry/__init__.py
octavius/photometry/dust_curves.py
octavius/photometry/photometry_computations.py
octavius/photometry/photometry_helpers.py
octavius/photometry/photometry_tables.py
octavius/photometry/properties_photometry.py
octavius/utils/__init__.py
octavius/utils/generate_snapshots.py
octavius/utils/helpers.py
octavius/utils/loader.py
octavius/utils/toolbox.py
tests/test_catalogue.py
tests/test_computations.py
tests/test_csr.py
tests/test_imports.py
tests/test_parallelism.py
tests/test_photometry.py
tests/test_pipeline.py