.gitignore
CONTRIBUTING.md
LICENSE
README.md
pyproject.toml
requirements.txt
setup.cfg
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/push.yml
croissant/__init__.py
croissant/beam.py
croissant/constants.py
croissant/dpss.py
croissant/healpix.py
croissant/rotations.py
croissant/simulator.py
croissant/sky.py
croissant/sphtransform.py
croissant_sim.egg-info/PKG-INFO
croissant_sim.egg-info/SOURCES.txt
croissant_sim.egg-info/dependency_links.txt
croissant_sim.egg-info/requires.txt
croissant_sim.egg-info/top_level.txt
docs/math.md
notebooks/example_sim.ipynb
notebooks/test_analytic_beams.ipynb
tests/__init__.py
tests/test_beam.py
tests/test_dpss.py
tests/test_healpix.py
tests/test_rotations.py
tests/test_simulator.py
tests/test_sphtransform.py