Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | utils: Add function "read_fits_healpix()" | Aaron LI | 2016-10-09 | 1 | -0/+29 |
| | | | | | | This function wraps on the `healpy.read_map()`, but reset the data array to its original dtype in FITS file, as well as return the FITS header in `astropy.io.fits.Header` object. | ||||
* | utils: Add "write_fits_healpix()" to replace "healpy.write_map()" | Aaron LI | 2016-10-05 | 1 | -0/+100 |
NOTE: This "write_fits_healpix()" function only implements the most common case of the HEALPix FITS style. |