astronomy-commons / hipscat

Hierarchical Progressive Survey Catalog
https://hipscat.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
14 stars 3 forks source link

point_map.fits uses RING ordering #271

Closed delucchi-cmu closed 1 month ago

delucchi-cmu commented 1 month ago

Bug report

The provided point map uses NESTED, and everywhere in hipscat interprets the ordering as NESTED, but healpy writes, by default, that the pixels are in RING ordering.

We should specify on fits writing that we're using NESTED ordering.

Before submitting Please check the following:

delucchi-cmu commented 1 month ago

Closed by #273