orcestra-campaign / book

ORCESTRA documentation
8 stars 42 forks source link

healpix should be healpy on page /hifs.html #462

Closed Lucalino closed 2 months ago

Lucalino commented 2 months ago

There seems to be a typo in the code cell loading python packages.

lkluft commented 2 months ago

Hi Luca, We have replaced healpy with healpix in all our code. The healpix package comes with less overhead (other external dependencies and imports) and is also installable by Windows users.

In most cases, healpix works as a drop-in replacement, meaning you can simply change the import and leave your code as is.