.copier-answers.yml
.git_archival.txt
.gitattributes
.gitignore
.pre-commit-config.yaml
.prepare_project.sh
.readthedocs.yml
.setup_dev.sh
CITATION.bib
LICENSE
README.md
pyproject.toml
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/workflows/add-issue-to-project-tracker.yml
.github/workflows/asv-main.yml
.github/workflows/asv-nightly.yml
.github/workflows/asv-pr.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
.github/workflows/testing-windows.yml
benchmarks/__init__.py
benchmarks/asv.conf.json
benchmarks/benchmarks.py
benchmarks/data/generate_data.ipynb
benchmarks/data/large_catalog/partition_info.csv
benchmarks/data/large_catalog/properties
benchmarks/data/large_catalog/dataset/_common_metadata
benchmarks/data/large_catalog/dataset/_metadata
benchmarks/data/midsize_catalog/partition_info.csv
benchmarks/data/midsize_catalog/properties
benchmarks/data/midsize_catalog/dataset/_common_metadata
benchmarks/data/midsize_catalog/dataset/_metadata
docs/Makefile
docs/citation.rst
docs/conf.py
docs/getting_started.rst
docs/index.rst
docs/notebooks.rst
docs/requirements.txt
docs/_static/custom.css
docs/_static/gaia.png
docs/guide/contributing.rst
docs/guide/directory_scheme.rst
docs/guide/margin_cache_diagram.png
docs/notebooks/catalog_size_inspection.ipynb
docs/notebooks/cone_search.ipynb
docs/notebooks/moc_usage.ipynb
src/.pylintrc
src/hats/__init__.py
src/hats/_version.py
src/hats/py.typed
src/hats.egg-info/PKG-INFO
src/hats.egg-info/SOURCES.txt
src/hats.egg-info/dependency_links.txt
src/hats.egg-info/requires.txt
src/hats.egg-info/top_level.txt
src/hats/catalog/__init__.py
src/hats/catalog/catalog.py
src/hats/catalog/catalog_collection.py
src/hats/catalog/catalog_type.py
src/hats/catalog/partition_info.py
src/hats/catalog/association_catalog/__init__.py
src/hats/catalog/association_catalog/association_catalog.py
src/hats/catalog/dataset/__init__.py
src/hats/catalog/dataset/collection_properties.py
src/hats/catalog/dataset/dataset.py
src/hats/catalog/dataset/table_properties.py
src/hats/catalog/healpix_dataset/__init__.py
src/hats/catalog/healpix_dataset/healpix_dataset.py
src/hats/catalog/index/__init__.py
src/hats/catalog/index/index_catalog.py
src/hats/catalog/map/__init__.py
src/hats/catalog/map/map_catalog.py
src/hats/catalog/margin_cache/__init__.py
src/hats/catalog/margin_cache/margin_catalog.py
src/hats/inspection/__init__.py
src/hats/inspection/visualize_catalog.py
src/hats/io/__init__.py
src/hats/io/parquet_metadata.py
src/hats/io/paths.py
src/hats/io/skymap.py
src/hats/io/validation.py
src/hats/io/file_io/__init__.py
src/hats/io/file_io/file_io.py
src/hats/io/file_io/file_pointer.py
src/hats/loaders/__init__.py
src/hats/loaders/read_hats.py
src/hats/pixel_math/__init__.py
src/hats/pixel_math/healpix_pixel.py
src/hats/pixel_math/healpix_pixel_convertor.py
src/hats/pixel_math/healpix_pixel_function.py
src/hats/pixel_math/healpix_shim.py
src/hats/pixel_math/partition_stats.py
src/hats/pixel_math/pixel_margins.py
src/hats/pixel_math/region_to_moc.py
src/hats/pixel_math/sparse_histogram.py
src/hats/pixel_math/spatial_index.py
src/hats/pixel_math/validators.py
src/hats/pixel_tree/__init__.py
src/hats/pixel_tree/moc_filter.py
src/hats/pixel_tree/moc_utils.py
src/hats/pixel_tree/negative_tree.py
src/hats/pixel_tree/pixel_alignment.py
src/hats/pixel_tree/pixel_alignment_types.py
src/hats/pixel_tree/pixel_tree.py
src/hats/search/__init__.py
src/hats/search/region_search.py
tests/.pylintrc
tests/conftest.py
tests/data/generate_data.ipynb
tests/data/info_only/catalog/properties
tests/data/info_only/collection/collection.properties
tests/data/info_only/dataset/properties
tests/data/info_only/index_catalog/properties
tests/data/info_only/margin_cache/properties
tests/data/small_sky/hats.properties
tests/data/small_sky/partition_info.csv
tests/data/small_sky/point_map.fits
tests/data/small_sky/properties
tests/data/small_sky/skymap.fits
tests/data/small_sky/dataset/_common_metadata
tests/data/small_sky/dataset/_metadata
tests/data/small_sky/dataset/Norder=0/Dir=0/Npix=11.parquet
tests/data/small_sky_healpix13/hats.properties
tests/data/small_sky_healpix13/partition_info.csv
tests/data/small_sky_healpix13/point_map.fits
tests/data/small_sky_healpix13/properties
tests/data/small_sky_healpix13/skymap.fits
tests/data/small_sky_healpix13/dataset/_common_metadata
tests/data/small_sky_healpix13/dataset/_metadata
tests/data/small_sky_healpix13/dataset/Norder=0/Dir=0/Npix=11.parquet
tests/data/small_sky_nested/hats.properties
tests/data/small_sky_nested/partition_info.csv
tests/data/small_sky_nested/point_map.fits
tests/data/small_sky_nested/properties
tests/data/small_sky_nested/skymap.fits
tests/data/small_sky_nested/dataset/_common_metadata
tests/data/small_sky_nested/dataset/_metadata
tests/data/small_sky_nested/dataset/Norder=1/Dir=0/Npix=47.parquet
tests/data/small_sky_nested/dataset/Norder=2/Dir=0/Npix=176.parquet
tests/data/small_sky_nested/dataset/Norder=2/Dir=0/Npix=177.parquet
tests/data/small_sky_nested/dataset/Norder=2/Dir=0/Npix=178.parquet
tests/data/small_sky_nested/dataset/Norder=2/Dir=0/Npix=179.parquet
tests/data/small_sky_nested/dataset/Norder=2/Dir=0/Npix=180.parquet
tests/data/small_sky_nested/dataset/Norder=2/Dir=0/Npix=181.parquet
tests/data/small_sky_nested/dataset/Norder=2/Dir=0/Npix=182.parquet
tests/data/small_sky_nested/dataset/Norder=2/Dir=0/Npix=183.parquet
tests/data/small_sky_nested/dataset/Norder=2/Dir=0/Npix=184.parquet
tests/data/small_sky_nested/dataset/Norder=2/Dir=0/Npix=185.parquet
tests/data/small_sky_nested/dataset/Norder=2/Dir=0/Npix=186.parquet
tests/data/small_sky_nested/dataset/Norder=2/Dir=0/Npix=187.parquet
tests/data/small_sky_npix_alt_suffix/hats.properties
tests/data/small_sky_npix_alt_suffix/partition_info.csv
tests/data/small_sky_npix_alt_suffix/properties
tests/data/small_sky_npix_alt_suffix/dataset/_common_metadata
tests/data/small_sky_npix_alt_suffix/dataset/_metadata
tests/data/small_sky_npix_alt_suffix/dataset/Norder=0/Dir=0/Npix=11.parq
tests/data/small_sky_npix_as_dir/hats.properties
tests/data/small_sky_npix_as_dir/partition_info.csv
tests/data/small_sky_npix_as_dir/properties
tests/data/small_sky_npix_as_dir/dataset/_common_metadata
tests/data/small_sky_npix_as_dir/dataset/_metadata
tests/data/small_sky_npix_as_dir/dataset/Norder=0/Dir=0/Npix=11/part0.parquet
tests/data/small_sky_o1_collection/collection.properties
tests/data/small_sky_o1_collection/small_sky_order1/hats.properties
tests/data/small_sky_o1_collection/small_sky_order1/partition_info.csv
tests/data/small_sky_o1_collection/small_sky_order1/point_map.fits
tests/data/small_sky_o1_collection/small_sky_order1/properties
tests/data/small_sky_o1_collection/small_sky_order1/skymap.fits
tests/data/small_sky_o1_collection/small_sky_order1/dataset/_common_metadata
tests/data/small_sky_o1_collection/small_sky_order1/dataset/_metadata
tests/data/small_sky_o1_collection/small_sky_order1/dataset/Norder=1/Dir=0/Npix=44.parquet
tests/data/small_sky_o1_collection/small_sky_order1/dataset/Norder=1/Dir=0/Npix=45.parquet
tests/data/small_sky_o1_collection/small_sky_order1/dataset/Norder=1/Dir=0/Npix=46.parquet
tests/data/small_sky_o1_collection/small_sky_order1/dataset/Norder=1/Dir=0/Npix=47.parquet
tests/data/small_sky_o1_collection/small_sky_order1_id_index/hats.properties
tests/data/small_sky_o1_collection/small_sky_order1_id_index/properties
tests/data/small_sky_o1_collection/small_sky_order1_id_index/dataset/_common_metadata
tests/data/small_sky_o1_collection/small_sky_order1_id_index/dataset/_metadata
tests/data/small_sky_o1_collection/small_sky_order1_id_index/dataset/index/part.0.parquet
tests/data/small_sky_o1_collection/small_sky_order1_margin/hats.properties
tests/data/small_sky_o1_collection/small_sky_order1_margin/partition_info.csv
tests/data/small_sky_o1_collection/small_sky_order1_margin/properties
tests/data/small_sky_o1_collection/small_sky_order1_margin/dataset/_common_metadata
tests/data/small_sky_o1_collection/small_sky_order1_margin/dataset/_metadata
tests/data/small_sky_o1_collection/small_sky_order1_margin/dataset/Norder=0/Dir=0/Npix=4.parquet
tests/data/small_sky_o1_collection/small_sky_order1_margin/dataset/Norder=0/Dir=0/Npix=7.parquet
tests/data/small_sky_o1_collection/small_sky_order1_margin/dataset/Norder=0/Dir=0/Npix=8.parquet
tests/data/small_sky_o1_collection/small_sky_order1_margin/dataset/Norder=1/Dir=0/Npix=44.parquet
tests/data/small_sky_o1_collection/small_sky_order1_margin/dataset/Norder=1/Dir=0/Npix=45.parquet
tests/data/small_sky_o1_collection/small_sky_order1_margin/dataset/Norder=1/Dir=0/Npix=46.parquet
tests/data/small_sky_o1_collection/small_sky_order1_margin/dataset/Norder=1/Dir=0/Npix=47.parquet
tests/data/small_sky_source/hats.properties
tests/data/small_sky_source/partition_info.csv
tests/data/small_sky_source/point_map.fits
tests/data/small_sky_source/properties
tests/data/small_sky_source/skymap.2.fits
tests/data/small_sky_source/skymap.4.fits
tests/data/small_sky_source/skymap.fits
tests/data/small_sky_source/dataset/_common_metadata
tests/data/small_sky_source/dataset/_metadata
tests/data/small_sky_source/dataset/Norder=0/Dir=0/Npix=4.parquet
tests/data/small_sky_source/dataset/Norder=1/Dir=0/Npix=47.parquet
tests/data/small_sky_source/dataset/Norder=2/Dir=0/Npix=176.parquet
tests/data/small_sky_source/dataset/Norder=2/Dir=0/Npix=177.parquet
tests/data/small_sky_source/dataset/Norder=2/Dir=0/Npix=178.parquet
tests/data/small_sky_source/dataset/Norder=2/Dir=0/Npix=179.parquet
tests/data/small_sky_source/dataset/Norder=2/Dir=0/Npix=180.parquet
tests/data/small_sky_source/dataset/Norder=2/Dir=0/Npix=181.parquet
tests/data/small_sky_source/dataset/Norder=2/Dir=0/Npix=182.parquet
tests/data/small_sky_source/dataset/Norder=2/Dir=0/Npix=183.parquet
tests/data/small_sky_source/dataset/Norder=2/Dir=0/Npix=184.parquet
tests/data/small_sky_source/dataset/Norder=2/Dir=0/Npix=185.parquet
tests/data/small_sky_source/dataset/Norder=2/Dir=0/Npix=186.parquet
tests/data/small_sky_source/dataset/Norder=2/Dir=0/Npix=187.parquet
tests/data/small_sky_source_object_index/hats.properties
tests/data/small_sky_source_object_index/properties
tests/data/small_sky_source_object_index/dataset/_common_metadata
tests/data/small_sky_source_object_index/dataset/_metadata
tests/data/small_sky_source_object_index/dataset/index/part.0.parquet
tests/data/small_sky_to_small_sky_order1/hats.properties
tests/data/small_sky_to_small_sky_order1/partition_info.csv
tests/data/small_sky_to_small_sky_order1/properties
tests/data/square_map/hats.properties
tests/data/square_map/partition_info.csv
tests/data/square_map/point_map.fits
tests/data/square_map/properties
tests/data/square_map/skymap.fits
tests/data/square_map/dataset/_common_metadata
tests/data/square_map/dataset/_metadata
tests/data/square_map/dataset/Norder=1/Dir=0/Npix=0.parquet
tests/data/square_map/dataset/Norder=1/Dir=0/Npix=12.parquet
tests/data/square_map/dataset/Norder=1/Dir=0/Npix=16.parquet
tests/data/square_map/dataset/Norder=1/Dir=0/Npix=20.parquet
tests/data/square_map/dataset/Norder=1/Dir=0/Npix=24.parquet
tests/data/square_map/dataset/Norder=1/Dir=0/Npix=28.parquet
tests/data/square_map/dataset/Norder=1/Dir=0/Npix=32.parquet
tests/data/square_map/dataset/Norder=1/Dir=0/Npix=36.parquet
tests/data/square_map/dataset/Norder=1/Dir=0/Npix=4.parquet
tests/data/square_map/dataset/Norder=1/Dir=0/Npix=40.parquet
tests/data/square_map/dataset/Norder=1/Dir=0/Npix=44.parquet
tests/data/square_map/dataset/Norder=1/Dir=0/Npix=8.parquet
tests/hats/conftest.py
tests/hats/test_packaging.py
tests/hats/catalog/test_catalog.py
tests/hats/catalog/test_partition_info.py
tests/hats/catalog/association_catalog/test_association_catalog.py
tests/hats/catalog/dataset/test_collection_properties.py
tests/hats/catalog/dataset/test_table_properties.py
tests/hats/catalog/index/test_index_catalog.py
tests/hats/catalog/loaders/test_read_hats.py
tests/hats/catalog/margin_cache/test_margin_catalog.py
tests/hats/inspection/test_visualize_catalog.py
tests/hats/io/conftest.py
tests/hats/io/test_parquet_metadata.py
tests/hats/io/test_paths.py
tests/hats/io/test_skymap.py
tests/hats/io/test_validation.py
tests/hats/io/file_io/test_file_io.py
tests/hats/io/file_io/test_file_pointers.py
tests/hats/pixel_math/test_healpix_pixel.py
tests/hats/pixel_math/test_healpix_pixel_convertor.py
tests/hats/pixel_math/test_healpix_pixel_function.py
tests/hats/pixel_math/test_healpix_shim.py
tests/hats/pixel_math/test_partition_stats.py
tests/hats/pixel_math/test_pixel_margins.py
tests/hats/pixel_math/test_sparse_histogram.py
tests/hats/pixel_math/test_spatial_index.py
tests/hats/pixel_tree/conftest.py
tests/hats/pixel_tree/test_moc_filter.py
tests/hats/pixel_tree/test_pixel_alignment.py
tests/hats/pixel_tree/test_pixel_tree.py
tests/hats/pixel_tree/test_pixel_tree_builder.py
tests/hats/search/test_region_search.py