| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 | 1 | -3/+51 |
* | 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 | 1 | -5/+13 |
* | utils/reproject.py: Add more logging and some minor changes | Aaron LI | 2016-10-10 | 1 | -1/+22 |
* | 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 | 2 | -11/+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 | 1 | -5/+4 |
* | utils: Add "write_fits_healpix()" to replace "healpy.write_map()" | Aaron LI | 2016-10-05 | 2 | -0/+101 |
* | Add bin/fg21sim and some updates to galactic/synchrotron | Aaron LI | 2016-10-04 | 2 | -4/+34 |
* | Rewrite configs/validate.py to check whole config without break | Aaron LI | 2016-10-04 | 1 | -23/+52 |
* | Remove the "common/data_dir" config item | Aaron LI | 2016-10-04 | 3 | -10/+4 |
* | Fix wrong config syntax and minor changes to ConfigManager | Aaron LI | 2016-10-04 | 2 | -12/+18 |
* | configs/manager.py: Add logging support | Aaron LI | 2016-10-04 | 1 | -2/+6 |
* | configs/manager.py: Add method "get_path()" | Aaron LI | 2016-10-04 | 1 | -0/+21 |
* | configs/manager.py: Add method "read_userconfig()" | Aaron LI | 2016-10-04 | 1 | -3/+35 |
* | configs/validate.py: Explain these checkers differ to Validator's | Aaron LI | 2016-10-04 | 1 | -1/+7 |
* | configs/manager.py: Fix a bug that "_validate()" not working | Aaron LI | 2016-10-04 | 1 | -1/+1 |
* | configs/manager.py: Add "frequencies" property | Aaron LI | 2016-10-04 | 1 | -0/+16 |
* | Update the default config specifications. | Aaron LI | 2016-10-03 | 2 | -6/+14 |
* | Add custom configuration checkers. | Aaron LI | 2016-10-03 | 2 | -0/+95 |
* | Arrange customs errors/exceptions in a module | Aaron LI | 2016-10-03 | 2 | -4/+12 |
* | Update general configurations and synchrotron configs | Aaron LI | 2016-10-03 | 2 | -1/+12 |
* | Add preliminary Galactic synchrotron simulation support. | Aaron LI | 2016-10-03 | 1 | -0/+204 |
* | utils/logging.py: Close handler before removing | Aaron LI | 2016-10-02 | 1 | -0/+3 |
* | configs: Add sample config spec for galactic components | Aaron LI | 2016-10-02 | 1 | -0/+30 |
* | configs: Add new sections to "00-general.conf.spec" | Aaron LI | 2016-10-02 | 1 | -0/+66 |
* | configs/manager.py: Add "getn()" method to get multi-level config value | Aaron LI | 2016-10-02 | 1 | -0/+25 |
* | configs/manager.py: Refactor "get()" method and remove "set()" | Aaron LI | 2016-10-02 | 1 | -8/+1 |
* | configs: Update comments for the logging configs | Aaron LI | 2016-10-02 | 1 | -2/+6 |
* | configs/manager.py: Make "validate()" method private. | Aaron LI | 2016-09-30 | 1 | -8/+8 |
* | configs/manager.py: Update docstrings. | Aaron LI | 2016-09-30 | 1 | -2/+21 |
* | Remove origin sample files: core.py, helpers.py | Aaron LI | 2016-09-30 | 2 | -9/+0 |
* | utils/logging.py: Save existing formatter for new handlers | Aaron LI | 2016-09-29 | 1 | -0/+5 |
* | utils/logging: reset handlers before initialization/reconfiguration | Aaron LI | 2016-09-29 | 2 | -3/+16 |
* | utils/logging.py: Hack the "filemode" arg of "basicConfig()" | Aaron LI | 2016-09-29 | 1 | -1/+4 |
* | utils/healpix.py: Fix logger name | Aaron LI | 2016-09-29 | 1 | -1/+1 |
* | setup_logging(): Add parameter "level" | Aaron LI | 2016-09-29 | 1 | -2/+14 |
* | utils/healpix.py: Add various log INFO messages | Aaron LI | 2016-09-29 | 1 | -6/+22 |
* | Add utility "setup_logging()" to setup/update logging | Aaron LI | 2016-09-29 | 2 | -0/+71 |
* | configs/manager.py: Add "filemode" to the logging dict | Aaron LI | 2016-09-29 | 1 | -1/+3 |
* | configs: Minor adjustment to logging format | Aaron LI | 2016-09-29 | 1 | -1/+1 |
* | configs: Fix ConfigError and disable interpolation | Aaron LI | 2016-09-29 | 1 | -3/+9 |
* | configs: Add default config spec for logging | Aaron LI | 2016-09-29 | 1 | -0/+34 |