LibHealpix.jl v0.2.1

Given the rather large discussion thread about the need for an astro/space topic, I figured I might as well get the ball rolling.

I have recently put a lot of effort into revamping and modernizing my LibHealpix.jl package. This is a wrapper of libchealpix and libhealpix_cxx for working with Healpix maps including:

  • spherical harmonic transforms
  • Mollweide projection
  • FITS I/O

This wrapper has not quite reached feature parity with healpy, but I’ve been using it in my own research for some time now. And we can get some pretty pictures:

Github: GitHub - mweastwood/LibHealpix.jl: A Julia wrapper of the Healpix library.
Documentation: Home · LibHealpix.jl

11 Likes

Is the code for the image present in the GitHub?