HEALPix

· design · Source ↗

TLDR

  • Wikipedia article on HEALPix, the equal-area sphere-pixelisation algorithm built for CMB cosmology maps and now used in astronomy pipelines including Gaia.

Key Takeaways

  • HEALPix (Hierarchical Equal Area isoLatitude Pixelisation) divides the sphere into equal-area pixels whose centers lie on rings of constant latitude, enabling fast spherical harmonic transforms.
  • Devised in 1997 by Krzysztof Górski at the Theoretical Astrophysics Center in Copenhagen; maps the sphere to 12 quadrilateral diamond facets via a hybrid Lambert cylindrical + Collignon projection.
  • The H=4, K=3 projection can fold into a perfect cube (“cubing the sphere”), making the Arctic Circle a square – a geometric property that simplifies hierarchical subdivision.
  • Adopted as the HPX keyword in the FITS World Coordinate System standard (IAU, 2006) and used by the ESA Gaia mission for source identification across its full-sky catalog.
  • Implementations exist in C, C++, Fortran90, Python (healpy, astropy-healpix), Java, JavaScript/TypeScript, and Julia, supporting resolutions down to 0.4 milliarcseconds.

Hacker News Comment Review

  • No substantive HN discussion yet.

Original | Discuss on HN