.coveragerc
.gitignore
.pre-commit-config.yaml
.python-version
.readthedocs.yml
CODE_OF_CONDUCT.md
CONTRIBUTING.rst
LICENSE
README.rst
pyproject.toml
uv.lock
.github/dependabot.yml
.github/labels.yml
.github/release-drafter.yml
.github/workflows/auto-merge-precommit.yml
.github/workflows/auto_merge.yml
.github/workflows/check-build.yml
.github/workflows/deploy.yaml
.github/workflows/labeler.yml
.github/workflows/release-draft.yml
.github/workflows/tests.yaml
docs/Makefile
docs/conf.py
docs/contributing.rst
docs/environment.yml
docs/faqs.rst
docs/index.rst
docs/readme.rst
docs/requirements.txt
docs/spelling_wordlist.txt
docs/tutorials.rst
docs/reference/index.rst
docs/reference/tuesday.rst
docs/templates/class.rst
docs/templates/module.rst
docs/tutorials/computing_and_plotting_power_spectra.ipynb
src/tuesday/__init__.py
src/tuesday/_version.py
src/tuesday/py.typed
src/tuesday/core/__init__.py
src/tuesday/core/units.py
src/tuesday/core/instrument_models/__init__.py
src/tuesday/core/instrument_models/ska.py
src/tuesday/core/plotting/__init__.py
src/tuesday/core/plotting/powerspectra.py
src/tuesday/core/plotting/sliceplots.py
src/tuesday/core/postprocessing/__init__.py
src/tuesday/core/postprocessing/line_intensities.py
src/tuesday/core/summaries/__init__.py
src/tuesday/core/summaries/powerspectra.py
src/tuesday/core/summaries/psclasses.py
src/tuesday/simulators/__init__.py
src/tuesday/simulators/py21cmfast/lightcones.py
src/tuesday/simulators/py21cmfast/postprocessing/__init__.py
src/tuesday/simulators/py21cmfast/postprocessing/line_intensities.py
src/tuesday/simulators/py21cmfast/summaries/__init__.py
src/tuesday/simulators/py21cmfast/summaries/luminosity_functions.py
src/tuesday/simulators/py21cmfast/summaries/tau.py
src/tuesday_eor.egg-info/PKG-INFO
src/tuesday_eor.egg-info/SOURCES.txt
src/tuesday_eor.egg-info/dependency_links.txt
src/tuesday_eor.egg-info/requires.txt
src/tuesday_eor.egg-info/top_level.txt
tests/__init__.py
tests/test_dataclasses.py
tests/test_plotting_boxes.py
tests/test_plotting_ps.py
tests/test_ps.py
tests/test_simulators/test_py21cmfast/test_lightcones.py