aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* extragalactic/clusters.py: Use "Fnu_to_Tb_fast()"Aaron LI2016-10-241-13/+15
* convert.py: Optimize "Fnu_to_Tb()" and "Sb_to_Tb()"Aaron LI2016-10-243-0/+67
* extragalactic/clusters.py: Fix multiple bugs (Test OK)Aaron LI2016-10-221-10/+45
* foregrounds.py: Add new component extragalactic/clustersAaron LI2016-10-221-3/+5
* Support new simulation component: extragalactic/clustersAaron LI2016-10-223-0/+695
* Add utils/random.py: Custom random utilitiesAaron LI2016-10-221-0/+51
* galactic/snr.py: Fix wrong astropy quantity operationAaron LI2016-10-221-1/+1
* galactic/snr.py: Add one reference and update docstringAaron LI2016-10-221-5/+12
* configs/10-galactic.conf.spec: Fix/update the descriptionAaron LI2016-10-221-4/+12
* bin/fg21sim-download-cluster-data: Add catalog descriptionAaron LI2016-10-211-0/+37
* Install the new bin/fg21sim-download-cluster-dataAaron LI2016-10-201-0/+1
* Add bin/fg21sim-download-cluster-dataAaron LI2016-10-201-0/+131
* configs/manager.py: Update docstring and commentAaron LI2016-10-191-3/+9
* foregrounds.py: Fix the too-long FITS keyword with commentAaron LI2016-10-181-2/+3
* configs: Remove the unused config "ordering"Aaron LI2016-10-181-3/+1
* galactic/{freefree,synchrotron}.py: Fix small bugsAaron LI2016-10-182-2/+2
* foregrounds.py: Fix two small bugs and test is OKAaron LI2016-10-181-4/+5
* bin/fg21sim: Rewrite to use the interface from foreground.pyAaron LI2016-10-181-44/+5
* Add "foregrounds.py" as the interface to foregrounds simulationAaron LI2016-10-182-3/+205
* galactic/synchrotron.py: Add preocess(), postprocess, _make_filepath()Aaron LI2016-10-181-41/+75
* galactic/freefree.py: Add preocess(), postprocess, _make_filepath()Aaron LI2016-10-181-52/+90
* galctic/snr.py: Add "preprocess()" and "postprocess()" methodsAaron LI2016-10-181-70/+86
* galactic/snr.py: Fix the existence check of dir of catalog ouputAaron LI2016-10-171-1/+1
* galactic: Move the "simulate()" method; Add "UNIT" keywordAaron LI2016-10-172-26/+28
* galactic/snr.py: Create dir if necessary and adhere clobber configAaron LI2016-10-171-0/+11
* galactic/snr.py: Fix various issues, and works almost OK.Aaron LI2016-10-171-7/+22
* bin/fg21sim: Add one debug before logging availableAaron LI2016-10-171-0/+3
* configs/manager.py: Fix the bug that breaks specifications loadingAaron LI2016-10-171-1/+4
* configs/validate.py: Add "check_galactic_snr()" for "galactic/snr"Aaron LI2016-10-171-0/+16
* bin/fg21sim: Support new component "galactic/snr"Aaron LI2016-10-172-1/+15
* galactic/snr.py: Implemented missing but necessary functionalitiesAaron LI2016-10-172-26/+165
* utils/grid.py: Implement "map_grid_to_healpix()"Aaron LI2016-10-171-9/+29
* Add utils/grid.py: Make coordinate grids for SNRsAaron LI2016-10-171-0/+157
* galactic: Add new component "galactic/snr": supernova remnantsAaron LI2016-10-172-0/+256
* configs: Add new section "[galactic][snr]" for SNRs simulationAaron LI2016-10-171-1/+19
* Force "DEBUG" log level if env variable "DEBUG_FG21SIM" setAaron LI2016-10-172-2/+10
* utils/logging.py: Small updates to the docstrings and commentsAaron LI2016-10-171-14/+16
* configs/manager.py: Change __init__() to load user configAaron LI2016-10-171-9/+15
* configs/manager.py: Various updates to docstring and comments.Aaron LI2016-10-171-23/+44
* utils/draw.py: List the functions taken from "scikit-image"Aaron LI2016-10-171-2/+8
* Fix the reStructuredText citation syntaxAaron LI2016-10-172-4/+4
* utils/draw.py: Add disclaimer about the license: Modified BSDAaron LI2016-10-151-4/+41
* configs: Update get_path() to take care None and non-string valueAaron LI2016-10-151-3/+24
* Add utils/convert.py: Implement brightness temperature conversionAaron LI2016-10-151-0/+63
* Add utils/draw.py: draw circles and ellipsesAaron LI2016-10-151-0/+128
* Add requirement "pandas" as "galactic/snr.py" will use itAaron LI2016-10-152-0/+2
* configs: Switch to use `pkg_resources` to access config specsAaron LI2016-10-151-10/+19
* Install 'bin/fg21sim-download-snr-data' and update requirements.Aaron LI2016-10-152-0/+5
* Add the executable bin/fg21sim-download-snr-dataAaron LI2016-10-151-0/+86
* Add data/snr.py to retrieve Green's Galactic SNRs catalog dataAaron LI2016-10-152-0/+334