.gitignore
.pre-commit-config.yaml
.readthedocs.yaml
CITATION.cff
LICENSE
README.md
pyproject.toml
.github/workflows/ci.yml
.github/workflows/release.yml
benchmarks/__main__.py
benchmarks/script_sphtfunc.py
docs/Makefile
docs/requirements.txt
docs/benchmarks/chart-darkbackground-n10000000.png
docs/benchmarks/chart-default-n10000000.png
docs/source/conf.py
docs/source/getting_started.md
docs/source/index.rst
docs/source/installation.md
docs/source/api/clustering.rst
docs/source/api/pixelfunc.rst
docs/source/api/query_disc.rst
docs/source/api/sphtfunc.rst
docs/source/development/changelog.md
docs/source/development/contributing.md
docs/source/examples/basic_usage.md
docs/source/user_guide/pixelization.md
jax_healpy/__init__.py
jax_healpy/_query_disc.py
jax_healpy/pixelfunc.py
jax_healpy/sphtfunc.py
jax_healpy.egg-info/PKG-INFO
jax_healpy.egg-info/SOURCES.txt
jax_healpy.egg-info/dependency_links.txt
jax_healpy.egg-info/requires.txt
jax_healpy.egg-info/top_level.txt
jax_healpy/clustering/__init__.py
jax_healpy/clustering/_clustering.py
jax_healpy/clustering/_kmeans.py
tests/conftest.py
tests/clustering/test_kmeans.py
tests/data/GAL_PlanckMasks_64.npz
tests/data/cl_wmap_band_iqumap_r9_7yr_W_v4_udgraded32_II_lmax64_rmmono_3iter.fits
tests/pixelfunc/conftest.py
tests/pixelfunc/test.py
tests/pixelfunc/test_ang_pix.py
tests/pixelfunc/test_ang_vec.py
tests/pixelfunc/test_interp.py
tests/pixelfunc/test_neighbours.py
tests/pixelfunc/test_ring_nest.py
tests/pixelfunc/test_ud_grade.py
tests/pixelfunc/test_vec_pix.py
tests/query_disc/test_query_disc.py
tests/sphtfunc/__init__.py
tests/sphtfunc/conftest.py
tests/sphtfunc/test_map_alm.py