aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 0.6.0, prepare for a new releasev0.6.0Aaron LI2017-08-271-5/+5
* configs: Update default values of some optionsAaron LI2017-08-272-7/+9
* Update README.rstAaron LI2017-08-271-11/+10
* configs: Use "utf-8" encoding to allow unicode in config filesAaron LI2017-08-271-6/+11
* freefree.py: Fix bug: "comp" -> "compID"Aaron LI2017-08-271-1/+1
* configs: Delete obsolete checks on "{halphamap,dustmap}_unit"Aaron LI2017-08-271-4/+0
* configs: synchrotron: default to not add smallscalesAaron LI2017-08-271-3/+5
* freefree.py: Remove units of "halphamap" and "dustmap"Aaron LI2017-08-272-19/+4
* clusters/halo.py: Update injection rate calculationAaron LI2017-08-261-10/+5
* configs: Import ConfigManager by defaultAaron LI2017-08-261-1/+1
* Update logging messages; also remove creator __name__Aaron LI2017-08-262-7/+9
* get-healpix-patch: Add argument "--sigma-npix" (default: 2.0)Aaron LI2017-08-261-4/+8
* sky.py: Replace @header.setter with method "merge_header()"Aaron LI2017-08-262-13/+5
* configs: Clean up unused options; clean up checkers as wellAaron LI2017-08-263-8/+4
* get-healpix-patch: Update against sky.pyAaron LI2017-08-261-4/+9
* sky.py: Allow to set "header"; add "add_history()"Aaron LI2017-08-261-0/+23
* foregrounds.py: Simulate components one by one; Add timersAaron LI2017-08-261-47/+58
* Return the list of filepath to the written sky filesAaron LI2017-08-264-3/+34
* snr.py: Update to use "sky" moduleAaron LI2017-08-261-114/+39
* freefree.py: Update to use "sky" module; cleanupsAaron LI2017-08-261-104/+59
* synchrotron.py: Update to use "sky" module; significant cleanupsAaron LI2017-08-261-111/+69
* clusters/main.py: Update sky header; update comments etc.Aaron LI2017-08-261-5/+7
* configs: Remove unused option "unit", and minor cleanupsAaron LI2017-08-261-9/+4
* configs: Remove option "save"; all enabled components will be savedAaron LI2017-08-265-20/+4
* sky.py: Add more numeric special methodsAaron LI2017-08-261-0/+52
* config: Change "output/use_float" to "output/float32"Aaron LI2017-08-262-3/+3
* foregrounds.py: Remove foreground components combinationAaron LI2017-08-263-131/+19
* sky.py: Rename load() -> open(), read() -> load()Aaron LI2017-08-263-24/+30
* galactic/synchrotron.py: Take absolute value on spectral indexAaron LI2017-08-231-1/+2
* clusters/halo.py: Rewrite electron acceleration coefficient calcAaron LI2017-08-143-28/+56
* clusters/main.py: Use OrderedDict to easy keys manipulationAaron LI2017-08-141-29/+31
* clusters/halo.py: Simplify two coefficients usageAaron LI2017-08-141-7/+5
* clusters: Rename property "injection_rate" and save into halos dataAaron LI2017-08-142-37/+38
* Use "GalaxyClusters" from main.py, and remove clusters.pyAaron LI2017-08-143-735/+3
* Make "frequencies" optional in the simulate() methodAaron LI2017-08-143-12/+46
* Fix the warning on scipy.ndimage.zoom output shape calculationAaron LI2017-08-142-2/+6
* Fix several bugsAaron LI2017-08-132-12/+7
* sky.py: Fix the "pixelsize" propertyAaron LI2017-08-131-16/+16
* clusters/main.py: Implement "simulate_frequency()" and "simulate()"Aaron LI2017-08-131-0/+46
* utils/convert.py: Add function "JyPerPix_to_K()"Aaron LI2017-08-131-0/+17
* clusters: Halo templates are normalized to have mean of 1Aaron LI2017-08-132-4/+12
* clusters/main.py: Add method "_outfilepath()"Aaron LI2017-08-131-0/+21
* sky.py: Implement "add()" method for SkyPatch classAaron LI2017-08-131-9/+87
* clusters/main.py: Set sky header propertiesAaron LI2017-08-132-4/+6
* Move Zhixian MA to the AuthorsAaron LI2017-08-131-6/+2
* sky.py: Add "add_header()" methodAaron LI2017-08-131-0/+9
* sky.py: Overload common arithmetic operatorsAaron LI2017-08-131-0/+58
* utils/io.py: Default float32=False to preserve the data typeAaron LI2017-08-131-4/+4
* sky.py: Add parameter "clobber" to "write()" methodAaron LI2017-08-131-4/+12
* sky.py: Update against the SkyBase class, various cleanupsAaron LI2017-08-131-88/+26