Skip to content

Switch from healpy to astropy_healpix for pixel area

Leo P. Singer requested to merge leo-singer/ligo.skymap:hp-to-ah into master

This is part of a gradual transition from healpy to astropy_healpix. This patch migrates the following function calls:

  • hp.nside2pixarea -> ah.nside_to_pixel_area

Merge request reports