.copier-answers.yml
.gitignore
.pre-commit-config.yaml
.readthedocs.yml
LICENSE
README.md
conftest.py
pyproject.toml
.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/index.rst
docs/requirements.txt
docs/guide/contributing.rst
docs/guide/directory_scheme.rst
docs/notebooks/README.md
nb/example.ipynb
src/.pylintrc
src/hipscat/__init__.py
src/hipscat/_version.py
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_parameters.py
src/hipscat/catalog/partition_info.py
src/hipscat/inspection/__init__.py
src/hipscat/inspection/visualize_catalog.py
src/hipscat/io/__init__.py
src/hipscat/io/paths.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/README.md
src/hipscat/pixel_math/__init__.py
src/hipscat/pixel_math/healpix_pixel.py
src/hipscat/pixel_math/healpix_pixel_convertor.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_tree/__init__.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/small_sky/catalog_info.json
tests/data/small_sky/partition_info.csv
tests/data/small_sky/point_map.fits
tests/data/small_sky/Norder=0/Dir=0/Npix=11.parquet
tests/data/small_sky_order1/catalog_info.json
tests/data/small_sky_order1/partition_info.csv
tests/data/small_sky_order1/point_map.fits
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/hipscat/conftest.py
tests/hipscat/catalog/test_catalog.py
tests/hipscat/catalog/test_catalog_parameters.py
tests/hipscat/catalog/test_partition_info.py
tests/hipscat/inspection/test_visualize_catalog.py
tests/hipscat/io/conftest.py
tests/hipscat/io/test_paths.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_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_node.py
tests/hipscat/pixel_tree/test_pixel_tree.py
tests/hipscat/pixel_tree/test_pixel_tree_builder.py
tests/hipscat/util/test_healpix_pixel_convertor.py