Healpix.jl: an implementation of the Healpix tessellation scheme in Julia

This is the documentation of the Healpix.jl package, an implementation of the Healpix spherical tessellation scheme written entirely in Julia.

This package has the main purpose of providing a Julia-only solution, so that it can easily be used on platforms not supported by the Healpix C++ library (e.g., Windows). This library implements algorithms for converting directions into pixel indices and vice versa. It supports both RING and NESTED schemes, and it employs Julia's powerful type system to avoid mistaking one scheme in place of the other.

Documentation

The documentation was built using Documenter.jl.

Documentation built on 2023-04-27T14:42:40.520 using Julia 1.6.7.

Index