Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | utils: zea2healpix() also return the mask array | Aaron LI | 2016-10-10 | 1 | -5/+5 |
| | | | | | | | The mask array has values 0, 1, and 2, which indicate the different statuses of the reprojected HEALPix pixels. Also update the executable script to use the new return results. | ||||
* | Add excutable script "bin/zea2healpix" | Aaron LI | 2016-10-10 | 1 | -0/+88 |
The script takes the two ZEA-projected FITS images, reproject them to the full-sky HEALPix map in Galactic frame with RING ordering. TODO: * Add argument "--inpaint" after implement the inpainting function. |