aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/utils/healpix.py
Commit message (Expand)AuthorAgeFilesLines
* utils/healpix: Minor cleanupsAaron LI2019-01-291-22/+36
* Use UTC time instead of local timeAaron LI2019-01-291-10/+7
* utils: Merge fits.py into io.pyAaron LI2017-08-131-1/+1
* utils/healpix.py: Fix the import issueAaron LI2016-11-091-1/+1
* healpix.py: Change all "indices" to "indexes"Aaron LI2016-10-251-17/+17
* healpix.py: Implement "ang2pix_ring" and "pix2ang_ring" with JITAaron LI2016-10-251-0/+213
* healpix.py: Optimize "_calc_hpx_indicies()" and "_calc_hpx_row_idx()"_Aaron LI2016-10-251-60/+68
* utils: healpix2hpx & hpx2healpix: Remove "header" parameterAaron LI2016-10-111-35/+20
* utils: Update documentations, also fix stylesAaron LI2016-10-111-32/+40
* utils/healpix.py: log that HPX indices calculation may take a while.Aaron LI2016-10-101-0/+1
* utils: Preseve the dtype when read/write FITS filesAaron LI2016-10-101-3/+6
* Use newly added "read_fits_healpix()"Aaron LI2016-10-091-3/+3
* utils/healpix.py: fix logging import; minor style fixesAaron LI2016-10-091-10/+5
* utils/healpix.py: Fix logger nameAaron LI2016-09-291-1/+1
* utils/healpix.py: Add various log INFO messagesAaron LI2016-09-291-6/+22
* utils/healpix.py: remove duplicated headerAaron LI2016-09-271-2/+0
* utils/healpix.py: HEALPix data and HPX projection conversionsAaron LI2016-09-271-0/+340