.copier-answers.yml
.git_archival.txt
.gitattributes
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
.setup_dev.sh
LICENSE
README.md
pyproject.toml
requirements-dev.txt
requirements.txt
.github/dependabot.yml
.github/pull_request_template.md
.github/ISSUE_TEMPLATE/0-general_issue.md
.github/ISSUE_TEMPLATE/1-bug_report.md
.github/ISSUE_TEMPLATE/2-feature_request.md
.github/ISSUE_TEMPLATE/README.md
.github/workflows/README.md
.github/workflows/asv-main.yml
.github/workflows/asv-nightly.yml
.github/workflows/asv-pr.yml
.github/workflows/build-documentation.yml
.github/workflows/pre-commit-ci.yml
.github/workflows/publish-benchmarks-pr.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/smoke-test.yml
.github/workflows/testing-and-coverage.yml
benchmarks/README.md
benchmarks/__init__.py
benchmarks/asv.conf.json
benchmarks/benchmarks.py
docs/Makefile
docs/conf.py
docs/index.rst
docs/notebooks.rst
docs/quickstart.rst
docs/requirements.txt
docs/notebooks/README.md
docs/notebooks/intro_notebook.ipynb
docs/pre_executed/README.md
examples/configs/des_dr2_mag_auto_dered.yml
examples/configs/lsst_dp02_cmodel_mag_dered.yml
examples/configs/lsst_dp1_cmodel_mag_dered.yml
examples/demo_catalog/demo_all.py
examples/demo_catalog/configs/demo_hats.yml
examples/demo_catalog/configs/demo_parquet.yml
examples/demo_catalog/data/input/demo_part_0.parquet
examples/demo_catalog/data/input/demo_part_1.parquet
examples/demo_catalog/output/.gitignore
examples/notebooks/demo_notebook.ipynb
src/science_catalogs/__init__.py
src/science_catalogs/_version.py
src/science_catalogs/catalog.py
src/science_catalogs/cli.py
src/science_catalogs/example_benchmarks.py
src/science_catalogs/executor.py
src/science_catalogs/processing.py
src/science_catalogs.egg-info/PKG-INFO
src/science_catalogs.egg-info/SOURCES.txt
src/science_catalogs.egg-info/dependency_links.txt
src/science_catalogs.egg-info/entry_points.txt
src/science_catalogs.egg-info/requires.txt
src/science_catalogs.egg-info/scm_file_list.json
src/science_catalogs.egg-info/scm_version.json
src/science_catalogs.egg-info/top_level.txt
src/science_catalogs/utils/__init__.py
src/science_catalogs/utils/config.py
src/science_catalogs/utils/dust.py
src/science_catalogs/utils/io_readers.py
src/science_catalogs/utils/partitioning.py
src/science_catalogs/utils/writers.py
tests/test_build_catalog.py
tests/test_cli.py
tests/test_config.py
tests/test_example_configs.py
tests/test_prepared_catalog.py
tests/test_processing.py
tests/data/README.md
tests/data/des_dr2_sample_1000.fits
tests/data/lsst_dp02_scrambled_sample_1000.parq
tests/data/lsst_dp1_scrambled_sample_1000.parq
tests/science_catalogs/conftest.py
tests/science_catalogs/test_packaging.py