aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim
Commit message (Expand)AuthorAgeFilesLines
* 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
* utils: zea2healpix() also return the mask arrayAaron LI2016-10-101-5/+13
* utils/reproject.py: Add more logging and some minor changesAaron LI2016-10-101-1/+22
* utils/reproject.py: Implement zea2healpix()Aaron LI2016-10-102-0/+241
* utils: Preseve the dtype when read/write FITS filesAaron LI2016-10-102-11/+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-051-5/+4
* utils: Add "write_fits_healpix()" to replace "healpy.write_map()"Aaron LI2016-10-052-0/+101
* Add bin/fg21sim and some updates to galactic/synchrotronAaron LI2016-10-042-4/+34
* 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