aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Makefile: remove argument "--upgrade" from pip3Aaron LI2016-10-151-1/+1
* Install non-code files: config specificationsAaron LI2016-10-152-0/+3
* Fix an import; Update one pattern and a commentAaron LI2016-10-142-3/+2
* Add the new dependency: scipyAaron LI2016-10-142-0/+2
* configs: Support env variable "DEBUG_FG21SIM" for debuggingAaron LI2016-10-141-0/+3
* Makefile: Fix quotationAaron LI2016-10-141-2/+2
* Makefile: Add one liner to get the value of any variableAaron LI2016-10-141-0/+7
* configs/validate.py: Check component configs only if enabledAaron LI2016-10-121-22/+26
* configs/validate.py: Add checker for [galactic][freefree] configsAaron LI2016-10-121-0/+18
* Tweak the docstring stylesAaron LI2016-10-112-6/+12
* galactic/freefree: Mask regions where absorption is uncertainAaron LI2016-10-111-4/+25
* utils: healpix2hpx & hpx2healpix: Remove "header" parameterAaron LI2016-10-111-35/+20
* 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