aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/utils/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* PEP8 fixAaron LI2018-10-311-2/+2
* cosmology: Avoid the circular importing issueAaron LI2017-07-311-1/+0
* Add `fg21sim.share` module to hold globally shared "CONFIGS" & "COSMO"Aaron LI2017-07-311-2/+0
* Use all uppercase to identify the global CONFIGS and COSMOAaron LI2017-07-221-1/+1
* utils: Import Cosmology and make "cosmo" a global instanceAaron LI2017-07-211-1/+4
* utils/__init__.py: Only import "setup_logging" from "logging.py"Aaron LI2016-10-291-3/+0
* utils/reproject.py: Implement zea2healpix()Aaron LI2016-10-101-0/+1
* utils: Add function "read_fits_healpix()"Aaron LI2016-10-091-1/+1
* utils: Add "write_fits_healpix()" to replace "healpy.write_map()"Aaron LI2016-10-051-0/+1
* Add utility "setup_logging()" to setup/update loggingAaron LI2016-09-291-0/+1
* utils/healpix.py: HEALPix data and HPX projection conversionsAaron LI2016-09-271-0/+4