Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | utils/reproject.py: Add more logging and some minor changes | Aaron LI | 2016-10-10 | 1 | -1/+22 |
| | |||||
* | utils/reproject.py: Implement zea2healpix() | Aaron LI | 2016-10-10 | 1 | -0/+240 |
The "zea2healpix()" function reprojects the maps in ZEA (zenithal/azithumal equal area) projection to HEALPix data in Galactic frame with RING ordering. The other two helper functions "_image_to_healpix()" and "_convert_wcs()" are almost copied from the "reproject" project [1]. Thanks! TODO: * Add some more logging * Implement the "inpaint" argument to inpaint the HEALPix map if exists missing pixels [1] reproject: https://github.com/astrofrog/reproject |