aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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-171-1/+5
* 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
* configs: Switch to use `pkg_resources` to access config specsAaron LI2016-10-151-10/+19
* Add data/snr.py to retrieve Green's Galactic SNRs catalog dataAaron LI2016-10-152-0/+334
* Fix an import; Update one pattern and a commentAaron LI2016-10-141-2/+2
* configs: Support env variable "DEBUG_FG21SIM" for debuggingAaron LI2016-10-141-0/+3
* 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-111-0/+4
* 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-101-3/+51
* utils: zea2healpix(): Average the duplicate pixelsAaron LI2016-10-101-2/+4