| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | configs: Add new section "[galactic][snr]" for SNRs simulation | Aaron LI | 2016-10-17 | 1 | -1/+19 |
* | Force "DEBUG" log level if env variable "DEBUG_FG21SIM" set | Aaron LI | 2016-10-17 | 2 | -2/+10 |
* | utils/logging.py: Small updates to the docstrings and comments | Aaron LI | 2016-10-17 | 1 | -14/+16 |
* | configs/manager.py: Change __init__() to load user config | Aaron LI | 2016-10-17 | 1 | -9/+15 |
* | configs/manager.py: Various updates to docstring and comments. | Aaron LI | 2016-10-17 | 1 | -23/+44 |
* | utils/draw.py: List the functions taken from "scikit-image" | Aaron LI | 2016-10-17 | 1 | -2/+8 |
* | Fix the reStructuredText citation syntax | Aaron LI | 2016-10-17 | 2 | -4/+4 |
* | utils/draw.py: Add disclaimer about the license: Modified BSD | Aaron LI | 2016-10-15 | 1 | -4/+41 |
* | configs: Update get_path() to take care None and non-string value | Aaron LI | 2016-10-15 | 1 | -3/+24 |
* | Add utils/convert.py: Implement brightness temperature conversion | Aaron LI | 2016-10-15 | 1 | -0/+63 |
* | Add utils/draw.py: draw circles and ellipses | Aaron LI | 2016-10-15 | 1 | -0/+128 |
* | Add requirement "pandas" as "galactic/snr.py" will use it | Aaron LI | 2016-10-15 | 2 | -0/+2 |
* | configs: Switch to use `pkg_resources` to access config specs | Aaron LI | 2016-10-15 | 1 | -10/+19 |
* | Install 'bin/fg21sim-download-snr-data' and update requirements. | Aaron LI | 2016-10-15 | 2 | -0/+5 |
* | Add the executable bin/fg21sim-download-snr-data | Aaron LI | 2016-10-15 | 1 | -0/+86 |
* | Add data/snr.py to retrieve Green's Galactic SNRs catalog data | Aaron LI | 2016-10-15 | 2 | -0/+334 |
* | Makefile: remove argument "--upgrade" from pip3 | Aaron LI | 2016-10-15 | 1 | -1/+1 |
* | Install non-code files: config specifications | Aaron LI | 2016-10-15 | 2 | -0/+3 |
* | Fix an import; Update one pattern and a comment | Aaron LI | 2016-10-14 | 2 | -3/+2 |
* | Add the new dependency: scipy | Aaron LI | 2016-10-14 | 2 | -0/+2 |
* | configs: Support env variable "DEBUG_FG21SIM" for debugging | Aaron LI | 2016-10-14 | 1 | -0/+3 |
* | Makefile: Fix quotation | Aaron LI | 2016-10-14 | 1 | -2/+2 |
* | Makefile: Add one liner to get the value of any variable | Aaron LI | 2016-10-14 | 1 | -0/+7 |
* | configs/validate.py: Check component configs only if enabled | Aaron LI | 2016-10-12 | 1 | -22/+26 |
* | configs/validate.py: Add checker for [galactic][freefree] configs | Aaron LI | 2016-10-12 | 1 | -0/+18 |
* | Tweak the docstring styles | Aaron LI | 2016-10-11 | 2 | -6/+12 |
* | galactic/freefree: Mask regions where absorption is uncertain | Aaron LI | 2016-10-11 | 1 | -4/+25 |
* | utils: healpix2hpx & hpx2healpix: Remove "header" parameter | Aaron LI | 2016-10-11 | 1 | -35/+20 |
* | utils: Update documentations, also fix styles | Aaron LI | 2016-10-11 | 2 | -35/+53 |
* | Update bin/fg21sim to support Galactic free-free component | Aaron LI | 2016-10-11 | 2 | -4/+28 |
* | galactic: Add free-free component simulation | Aaron LI | 2016-10-11 | 3 | -0/+247 |
* | galactic/synchrotron: Merge up/downgrade Nside to load method | Aaron LI | 2016-10-11 | 1 | -45/+29 |
* | configs: Note that input templates should be HEALPix full-sky maps | Aaron LI | 2016-10-10 | 1 | -0/+4 |
* | configs: Change default Nside to 1024 | Aaron LI | 2016-10-10 | 1 | -2/+2 |
* | utils/healpix.py: log that HPX indices calculation may take a while. | Aaron LI | 2016-10-10 | 1 | -0/+1 |
* | utils: zea2heapix(): Set value NaN for missing pixels | Aaron LI | 2016-10-10 | 1 | -5/+9 |
* | utils: zea2healpix(): Implement inpainting missing pixels | Aaron LI | 2016-10-10 | 2 | -3/+54 |
* | utils: zea2healpix(): Average the duplicate pixels | Aaron LI | 2016-10-10 | 1 | -2/+4 |
* | utils: zea2healpix() also return the mask array | Aaron LI | 2016-10-10 | 2 | -10/+18 |
* | utils/reproject.py: Add more logging and some minor changes | Aaron LI | 2016-10-10 | 1 | -1/+22 |
* | Add excutable script "bin/zea2healpix" | Aaron LI | 2016-10-10 | 2 | -0/+89 |
* | utils/reproject.py: Implement zea2healpix() | Aaron LI | 2016-10-10 | 2 | -0/+241 |
* | utils: Preseve the dtype when read/write FITS files | Aaron LI | 2016-10-10 | 4 | -24/+17 |
* | Use newly added "read_fits_healpix()" | Aaron LI | 2016-10-09 | 2 | -15/+8 |
* | utils/fits.py: read_fits_healpix() also accept HDU | Aaron LI | 2016-10-09 | 1 | -4/+9 |
* | utils: Add function "read_fits_healpix()" | Aaron LI | 2016-10-09 | 2 | -1/+30 |
* | utils/healpix.py: fix logging import; minor style fixes | Aaron LI | 2016-10-09 | 1 | -10/+5 |
* | Update to use the "write_fits_healpix()" function | Aaron LI | 2016-10-05 | 2 | -22/+7 |
* | utils: Add "write_fits_healpix()" to replace "healpy.write_map()" | Aaron LI | 2016-10-05 | 2 | -0/+101 |
* | Integrate pytest for test support. | Aaron LI | 2016-10-04 | 3 | -3/+29 |