.gitignore
.readthedocs.yaml
LICENSE
README.md
pyproject.toml
setup.py
.github/workflows/build_documentation.yml
.github/workflows/linting.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/smoke-test.yml
.github/workflows/testing-and-coverage.yml
docs/Makefile
docs/conf.py
docs/demos.rst
docs/index.rst
docs/requirements.txt
docs/_static/css/notebooks.css
docs/api/hpmcm.cell.rst
docs/api/hpmcm.classify.rst
docs/api/hpmcm.cluster.rst
docs/api/hpmcm.footprint.rst
docs/api/hpmcm.input_tables.rst
docs/api/hpmcm.match.rst
docs/api/hpmcm.match_utils.rst
docs/api/hpmcm.object.rst
docs/api/hpmcm.output_tables.rst
docs/api/hpmcm.package_utils.rst
docs/api/hpmcm.rst
docs/api/hpmcm.shear_data.rst
docs/api/hpmcm.shear_match.rst
docs/api/hpmcm.shear_utils.rst
docs/api/hpmcm.table.rst
docs/api/hpmcm.utils.rst
docs/api/hpmcm.viz_utils.rst
docs/api/hpmcm.wcs_match.rst
docs/source/cli.rst
docs/source/contributing.rst
docs/source/installation.rst
docs/source/overview.rst
examples/CellBased.ipynb
examples/CompareCatTypes.ipynb
examples/CompareSN.ipynb
examples/CompareSkyCoverage.ipynb
examples/CompareToObjectTable.ipynb
examples/MatchEffic.ipynb
examples/Meta.ipynb
examples/ShearData.ipynb
examples/ShearMatchEffic.ipynb
nb/CleanData.ipynb
nb/CleanObject.ipynb
src/hpmcm/__init__.py
src/hpmcm/_version.py
src/hpmcm/cell.py
src/hpmcm/classify.py
src/hpmcm/cluster.py
src/hpmcm/footprint.py
src/hpmcm/input_tables.py
src/hpmcm/match.py
src/hpmcm/match_utils.py
src/hpmcm/object.py
src/hpmcm/output_tables.py
src/hpmcm/package_utils.py
src/hpmcm/shear_data.py
src/hpmcm/shear_match.py
src/hpmcm/shear_utils.py
src/hpmcm/table.py
src/hpmcm/utils.py
src/hpmcm/viz_utils.py
src/hpmcm/wcs_match.py
src/hpmcm.egg-info/PKG-INFO
src/hpmcm.egg-info/SOURCES.txt
src/hpmcm.egg-info/dependency_links.txt
src/hpmcm.egg-info/entry_points.txt
src/hpmcm.egg-info/requires.txt
src/hpmcm.egg-info/top_level.txt
src/hpmcm/cli/__init__.py
src/hpmcm/cli/commands.py
src/hpmcm/cli/options.py
src/hpmcm/html_templates/bootstrap.min.css
src/hpmcm/html_templates/plot_group_index.html
src/hpmcm/html_templates/plot_group_table.html
tests/conftest.py
tests/test_cli.py
tests/test_shear_match.py
tests/test_wcs_match.py