aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* utils: Update documentations, also fix stylesAaron LI2016-10-112-35/+53
* Update bin/fg21sim to support Galactic free-free componentAaron LI2016-10-112-4/+28
* galactic: Add free-free component simulationAaron LI2016-10-113-0/+247
* galactic/synchrotron: Merge up/downgrade Nside to load methodAaron LI2016-10-111-45/+29
* configs: Note that input templates should be HEALPix full-sky mapsAaron LI2016-10-101-0/+4
* configs: Change default Nside to 1024Aaron LI2016-10-101-2/+2
* utils/healpix.py: log that HPX indices calculation may take a while.Aaron LI2016-10-101-0/+1
* utils: zea2heapix(): Set value NaN for missing pixelsAaron LI2016-10-101-5/+9
* utils: zea2healpix(): Implement inpainting missing pixelsAaron LI2016-10-102-3/+54
* utils: zea2healpix(): Average the duplicate pixelsAaron LI2016-10-101-2/+4
* utils: zea2healpix() also return the mask arrayAaron LI2016-10-102-10/+18
* utils/reproject.py: Add more logging and some minor changesAaron LI2016-10-101-1/+22
* Add excutable script "bin/zea2healpix"Aaron LI2016-10-102-0/+89
* utils/reproject.py: Implement zea2healpix()Aaron LI2016-10-102-0/+241
* utils: Preseve the dtype when read/write FITS filesAaron LI2016-10-104-24/+17
* Use newly added "read_fits_healpix()"Aaron LI2016-10-092-15/+8
* utils/fits.py: read_fits_healpix() also accept HDUAaron LI2016-10-091-4/+9
* utils: Add function "read_fits_healpix()"Aaron LI2016-10-092-1/+30
* utils/healpix.py: fix logging import; minor style fixesAaron LI2016-10-091-10/+5
* Update to use the "write_fits_healpix()" functionAaron LI2016-10-052-22/+7
* utils: Add "write_fits_healpix()" to replace "healpy.write_map()"Aaron LI2016-10-052-0/+101
* Integrate pytest for test support.Aaron LI2016-10-043-3/+29
* Add bin/fg21sim and some updates to galactic/synchrotronAaron LI2016-10-044-4/+102
* Makefile: Add --upgrade to pip3 and add a creditAaron LI2016-10-041-1/+3
* Sync requirements.txt with setup.pyAaron LI2016-10-041-2/+1
* Rewrite configs/validate.py to check whole config without breakAaron LI2016-10-041-23/+52
* Remove the "common/data_dir" config itemAaron LI2016-10-043-10/+4
* Fix wrong config syntax and minor changes to ConfigManagerAaron LI2016-10-042-12/+18
* configs/manager.py: Add logging supportAaron LI2016-10-041-2/+6
* configs/manager.py: Add method "get_path()"Aaron LI2016-10-041-0/+21
* configs/manager.py: Add method "read_userconfig()"Aaron LI2016-10-041-3/+35
* configs/validate.py: Explain these checkers differ to Validator'sAaron LI2016-10-041-1/+7
* configs/manager.py: Fix a bug that "_validate()" not workingAaron LI2016-10-041-1/+1
* configs/manager.py: Add "frequencies" propertyAaron LI2016-10-041-0/+16
* Makefile: Add variable "VENV" to control virtualenvAaron LI2016-10-031-8/+18
* bin/{healpix2hpx,hpx2healpix}: Use argparse choicesAaron LI2016-10-032-4/+6
* README.rst: Minor update to the descriptionAaron LI2016-10-031-2/+2
* Update the default config specifications.Aaron LI2016-10-032-6/+14
* Add custom configuration checkers.Aaron LI2016-10-032-0/+95
* Arrange customs errors/exceptions in a moduleAaron LI2016-10-032-4/+12
* Update general configurations and synchrotron configsAaron LI2016-10-032-1/+12
* Add preliminary Galactic synchrotron simulation support.Aaron LI2016-10-031-0/+204
* utils/logging.py: Close handler before removingAaron LI2016-10-021-0/+3
* configs: Add sample config spec for galactic componentsAaron LI2016-10-021-0/+30
* configs: Add new sections to "00-general.conf.spec"Aaron LI2016-10-021-0/+66
* configs/manager.py: Add "getn()" method to get multi-level config valueAaron LI2016-10-021-0/+25
* configs/manager.py: Refactor "get()" method and remove "set()"Aaron LI2016-10-021-8/+1
* configs: Update comments for the logging configsAaron LI2016-10-021-2/+6
* Rewrite the Makefile to add virtualenv support.Aaron LI2016-09-302-7/+24
* configs/manager.py: Make "validate()" method private.Aaron LI2016-09-301-8/+8