.copier-answers.yml
.git_archival.txt
.gitattributes
.gitignore
.pre-commit-config.yaml
.prepare_project.sh
.readthedocs.yml
LICENSE
README.md
pyproject.toml
.github/pull_request_template.md
.github/workflows/asv-main.yml
.github/workflows/asv-nightly.yml
.github/workflows/asv-pr.yml
.github/workflows/build-documentation.yml
.github/workflows/linting.yml
.github/workflows/pre-commit-ci.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/smoke-test.yml
.github/workflows/testing-and-coverage.yml
benchmarks/__init__.py
benchmarks/asv.conf.json
benchmarks/benchmarks.py
docs/Makefile
docs/conf.py
docs/index.rst
docs/notebooks.rst
docs/requirements.txt
docs/guide/contributing.rst
docs/guide/directory_scheme.rst
docs/guide/margin_cache_diagram.png
docs/guide/pixel_math.md
docs/notebooks/catalog_size_inspection.ipynb
docs/notebooks/cone_search.ipynb
src/.pylintrc
src/hipscat/__init__.py
src/hipscat/_version.py
src/hipscat/py.typed
src/hipscat.egg-info/PKG-INFO
src/hipscat.egg-info/SOURCES.txt
src/hipscat.egg-info/dependency_links.txt
src/hipscat.egg-info/requires.txt
src/hipscat.egg-info/top_level.txt
src/hipscat/catalog/__init__.py
src/hipscat/catalog/catalog.py
src/hipscat/catalog/catalog_info.py
src/hipscat/catalog/catalog_type.py
src/hipscat/catalog/partition_info.py
src/hipscat/catalog/association_catalog/__init__.py
src/hipscat/catalog/association_catalog/association_catalog.py
src/hipscat/catalog/association_catalog/association_catalog_info.py
src/hipscat/catalog/association_catalog/partition_join_info.py
src/hipscat/catalog/dataset/__init__.py
src/hipscat/catalog/dataset/base_catalog_info.py
src/hipscat/catalog/dataset/catalog_info_factory.py
src/hipscat/catalog/dataset/dataset.py
src/hipscat/catalog/healpix_dataset/__init__.py
src/hipscat/catalog/healpix_dataset/healpix_dataset.py
src/hipscat/catalog/index/__init__.py
src/hipscat/catalog/index/index_catalog.py
src/hipscat/catalog/index/index_catalog_info.py
src/hipscat/catalog/margin_cache/__init__.py
src/hipscat/catalog/margin_cache/margin_cache_catalog_info.py
src/hipscat/catalog/source_catalog/__init__.py
src/hipscat/catalog/source_catalog/source_catalog_info.py
src/hipscat/inspection/__init__.py
src/hipscat/inspection/almanac.py
src/hipscat/inspection/almanac_info.py
src/hipscat/inspection/visualize_catalog.py
src/hipscat/io/__init__.py
src/hipscat/io/parquet_metadata.py
src/hipscat/io/paths.py
src/hipscat/io/validation.py
src/hipscat/io/write_metadata.py
src/hipscat/io/file_io/__init__.py
src/hipscat/io/file_io/file_io.py
src/hipscat/io/file_io/file_pointer.py
src/hipscat/pixel_math/__init__.py
src/hipscat/pixel_math/cone_filter.py
src/hipscat/pixel_math/filter.py
src/hipscat/pixel_math/healpix_pixel.py
src/hipscat/pixel_math/healpix_pixel_convertor.py
src/hipscat/pixel_math/healpix_pixel_function.py
src/hipscat/pixel_math/hipscat_id.py
src/hipscat/pixel_math/margin_bounding.py
src/hipscat/pixel_math/partition_stats.py
src/hipscat/pixel_math/pixel_margins.py
src/hipscat/pixel_math/polygon_filter.py
src/hipscat/pixel_math/validators.py
src/hipscat/pixel_tree/__init__.py
src/hipscat/pixel_tree/pixel_alignment.py
src/hipscat/pixel_tree/pixel_alignment_types.py
src/hipscat/pixel_tree/pixel_node.py
src/hipscat/pixel_tree/pixel_node_type.py
src/hipscat/pixel_tree/pixel_tree.py
src/hipscat/pixel_tree/pixel_tree_builder.py
tests/.pylintrc
tests/conftest.py
tests/data/almanac/catalog.yml
tests/data/almanac/dataset.yml
tests/data/almanac/deprecated.yml
tests/data/almanac/index_catalog.yml
tests/data/almanac/margin_cache.yml
tests/data/almanac/small_sky.yml
tests/data/almanac/small_sky_order1.yml
tests/data/almanac/small_sky_source_catalog.yml
tests/data/almanac/small_sky_to_small_sky_order1.yml
tests/data/almanac_exception/association_missing_join.yml
tests/data/almanac_exception/association_missing_primary.yml
tests/data/almanac_exception/bad_catalog_path.yml
tests/data/almanac_exception/bad_primary_path.yml
tests/data/almanac_exception/bad_type.yml
tests/data/almanac_exception/index_missing_primary.yml
tests/data/almanac_exception/margin_missing_primary.yml
tests/data/almanac_exception/standalone_source_catalog.yml
tests/data/catalog/catalog_info.json
tests/data/dataset/catalog_info.json
tests/data/index_catalog/catalog_info.json
tests/data/margin_cache/catalog_info.json
tests/data/small_sky/_common_metadata
tests/data/small_sky/_metadata
tests/data/small_sky/catalog_info.json
tests/data/small_sky/point_map.fits
tests/data/small_sky/provenance_info.json
tests/data/small_sky/Norder=0/Dir=0/Npix=11.parquet
tests/data/small_sky_order1/README.md
tests/data/small_sky_order1/_common_metadata
tests/data/small_sky_order1/_metadata
tests/data/small_sky_order1/catalog_info.json
tests/data/small_sky_order1/point_map.fits
tests/data/small_sky_order1/provenance_info.json
tests/data/small_sky_order1/Norder=1/Dir=0/Npix=44.parquet
tests/data/small_sky_order1/Norder=1/Dir=0/Npix=45.parquet
tests/data/small_sky_order1/Norder=1/Dir=0/Npix=46.parquet
tests/data/small_sky_order1/Norder=1/Dir=0/Npix=47.parquet
tests/data/small_sky_order1_id_index/_common_metadata
tests/data/small_sky_order1_id_index/_metadata
tests/data/small_sky_order1_id_index/catalog_info.json
tests/data/small_sky_order1_id_index/provenance_info.json
tests/data/small_sky_order1_id_index/index/part.0.parquet
tests/data/small_sky_source/_common_metadata
tests/data/small_sky_source/_metadata
tests/data/small_sky_source/catalog_info.json
tests/data/small_sky_source/point_map.fits
tests/data/small_sky_source_object_index/README.md
tests/data/small_sky_source_object_index/_common_metadata
tests/data/small_sky_source_object_index/_metadata
tests/data/small_sky_source_object_index/catalog_info.json
tests/data/small_sky_source_object_index/provenance_info.json
tests/data/small_sky_source_object_index/index/part.0.parquet
tests/data/small_sky_to_small_sky_order1/_common_metadata
tests/data/small_sky_to_small_sky_order1/_metadata
tests/data/small_sky_to_small_sky_order1/catalog_info.json
tests/data/small_sky_to_small_sky_order1/partition_info.csv
tests/data/small_sky_to_small_sky_order1/partition_join_info.csv
tests/hipscat/conftest.py
tests/hipscat/catalog/test_catalog.py
tests/hipscat/catalog/test_catalog_info.py
tests/hipscat/catalog/test_partition_info.py
tests/hipscat/catalog/association_catalog/test_association_catalog.py
tests/hipscat/catalog/association_catalog/test_association_catalog_info.py
tests/hipscat/catalog/association_catalog/test_partition_join_info.py
tests/hipscat/catalog/dataset/test_base_catalog_info.py
tests/hipscat/catalog/dataset/test_catalog_info_factory.py
tests/hipscat/catalog/dataset/test_dataset.py
tests/hipscat/catalog/index/test_index_catalog.py
tests/hipscat/catalog/index/test_index_catalog_info.py
tests/hipscat/catalog/margin_cache/test_margin_cache_catalog_info.py
tests/hipscat/catalog/source_catalog/test_source_catalog_info.py
tests/hipscat/inspection/test_almanac.py
tests/hipscat/inspection/test_almanac_info.py
tests/hipscat/inspection/test_visualize_catalog.py
tests/hipscat/io/conftest.py
tests/hipscat/io/test_parquet_metadata.py
tests/hipscat/io/test_paths.py
tests/hipscat/io/test_validation.py
tests/hipscat/io/test_write_metadata.py
tests/hipscat/io/file_io/test_file_io.py
tests/hipscat/io/file_io/test_file_pointers.py
tests/hipscat/pixel_math/test_healpix_pixel.py
tests/hipscat/pixel_math/test_healpix_pixel_convertor.py
tests/hipscat/pixel_math/test_healpix_pixel_function.py
tests/hipscat/pixel_math/test_hipscat_id.py
tests/hipscat/pixel_math/test_margin_bounding.py
tests/hipscat/pixel_math/test_partition_stats.py
tests/hipscat/pixel_math/test_pixel_margins.py
tests/hipscat/pixel_tree/conftest.py
tests/hipscat/pixel_tree/test_pixel_alignment.py
tests/hipscat/pixel_tree/test_pixel_node.py
tests/hipscat/pixel_tree/test_pixel_tree.py
tests/hipscat/pixel_tree/test_pixel_tree_builder.py