| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | configs/checkers.py: Add checker "check_extragalactic_clusters()" | Aaron LI | 2016-11-17 | 1 | -9/+28 |
* | configs/manager.py: Make a backup when output file already exists | Aaron LI | 2016-11-16 | 1 | -4/+15 |
* | configs/manager.py: Also dump the "userconfig" value | Aaron LI | 2016-11-16 | 1 | -1/+4 |
* | configs/manager.py: Keep configuration file comments | Aaron LI | 2016-11-15 | 1 | -6/+12 |
* | configs/manager.py: Expand "~" when read userconfig | Aaron LI | 2016-11-15 | 1 | -0/+3 |
* | configs/checkers.py: Check missing before validating the values | Aaron LI | 2016-11-11 | 1 | -4/+12 |
* | configs/manager.py: Implement the "save()" method | Aaron LI | 2016-11-08 | 1 | -6/+19 |
* | configs/checkers.py: Add "check_common()" | Aaron LI | 2016-11-07 | 1 | -0/+25 |
* | configs: Add parameters "min" and "max" to float-type options | Aaron LI | 2016-11-07 | 3 | -10/+10 |
* | configs: Change "logging/filemode" to boolean "logging/appendmode" | Aaron LI | 2016-11-07 | 2 | -4/+4 |
* | configs/manager.py: Replace a filter with list comprehension | Aaron LI | 2016-11-07 | 1 | -4/+1 |
* | configs/manager.py: Support flattening dumped configs (nested dict) | Aaron LI | 2016-11-06 | 1 | -6/+98 |
* | webui: websocket.py: Implement "set" action for "_handle_configs()" | Aaron LI | 2016-11-04 | 1 | -5/+5 |
* | configs/manager.py: Add method "check_all()" using "check_configs()" | Aaron LI | 2016-11-04 | 1 | -0/+31 |
* | Update to use renamed "check_configs()" instead of "validate_configs()" | Aaron LI | 2016-11-04 | 1 | -1/+1 |
* | configs: Rename "validate.py" and update "validate_configs()" | Aaron LI | 2016-11-04 | 1 | -24/+36 |
* | configs/manager.py: Implement "setn()" to set an option value | Aaron LI | 2016-11-04 | 1 | -6/+86 |
* | configs/manager.py: getn(): remove par. "sep"; handle exception | Aaron LI | 2016-11-03 | 1 | -12/+16 |
* | configs/manager.py: Reset before loading user config file again | Aaron LI | 2016-11-03 | 1 | -12/+10 |
* | configs/manager.py: Add method "reset()" and attribute "userconfig" | Aaron LI | 2016-11-03 | 1 | -1/+16 |
* | configs/manager.py: Keep a copy of default configs; Add "dump()" | Aaron LI | 2016-11-02 | 1 | -5/+42 |
* | extragalactic/pointsource (#3) | Jason Ma | 2016-10-27 | 1 | -0/+42 |
* | configs/00-general.conf.spec: Add new option "checksum" | Aaron LI | 2016-10-27 | 1 | -0/+6 |
* | Support new simulation component: extragalactic/clusters | Aaron LI | 2016-10-22 | 1 | -0/+41 |
* | configs/10-galactic.conf.spec: Fix/update the description | Aaron LI | 2016-10-22 | 1 | -4/+12 |
* | configs/manager.py: Update docstring and comment | Aaron LI | 2016-10-19 | 1 | -3/+9 |
* | configs: Remove the unused config "ordering" | Aaron LI | 2016-10-18 | 1 | -3/+1 |
* | configs/manager.py: Fix the bug that breaks specifications loading | Aaron LI | 2016-10-17 | 1 | -1/+4 |
* | configs/validate.py: Add "check_galactic_snr()" for "galactic/snr" | Aaron LI | 2016-10-17 | 1 | -0/+16 |
* | bin/fg21sim: Support new component "galactic/snr" | Aaron LI | 2016-10-17 | 1 | -1/+5 |
* | 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 | 1 | -2/+6 |
* | 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 |
* | configs: Update get_path() to take care None and non-string value | Aaron LI | 2016-10-15 | 1 | -3/+24 |
* | configs: Switch to use `pkg_resources` to access config specs | Aaron LI | 2016-10-15 | 1 | -10/+19 |
* | Fix an import; Update one pattern and a comment | Aaron LI | 2016-10-14 | 1 | -2/+2 |
* | configs: Support env variable "DEBUG_FG21SIM" for debugging | Aaron LI | 2016-10-14 | 1 | -0/+3 |
* | 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 |
* | galactic: Add free-free component simulation | Aaron LI | 2016-10-11 | 1 | -0/+19 |
* | 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 |
* | 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 | 2 | -5/+0 |
* | 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 |