| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use keyword "BUNIT" and unit "K" | Aaron LI | 2017-06-13 | 1 | -1/+1 |
* | configs: Default to disable all foregrounds | Aaron LI | 2017-06-13 | 1 | -4/+4 |
* | configs: extragalactic/halos: change "radius_halo" to "radius" | Aaron LI | 2017-06-01 | 1 | -5/+4 |
* | fg21sim/clusters: Save progress on halo simulation | Aaron LI | 2017-06-01 | 1 | -1/+1 |
* | configs: Add sigma8 to specifications | Aaron LI | 2017-06-01 | 1 | -0/+2 |
* | Add clusters/formation.py: Simulate cluster merging history | Aaron LI | 2017-06-01 | 1 | -0/+4 |
* | halo.py: Force a minimal value on acceleration coefficient | Aaron LI | 2017-06-01 | 1 | -1/+1 |
* | clusters/halo: Add missing config "buffer_np" | Aaron LI | 2017-06-01 | 1 | -0/+5 |
* | Add "[extragalactic/halos]" configurations | Aaron LI | 2017-06-01 | 1 | -0/+44 |
* | galactic/snr: Update to support the sky.py | Aaron LI | 2017-05-22 | 1 | -1/+1 |
* | configs/checkers: Check SNR simulation resolution against pixel size | Aaron LI | 2017-05-21 | 1 | -0/+7 |
* | galactic/synchrotron: Update to support sky.py | Aaron LI | 2017-05-21 | 1 | -16/+32 |
* | configs : Drop "output/filetype"; only support FITS | Aaron LI | 2017-05-17 | 1 | -6/+3 |
* | configs: New "sky" section, and remove "common" section | Aaron LI | 2017-05-16 | 3 | -37/+67 |
* | configs: Use separate section "foregrounds" to config components | Aaron LI | 2017-05-16 | 3 | -29/+61 |
* | galactic/snr.py: Small cleanup; Update default resolution | Aaron LI | 2016-12-13 | 1 | -1/+1 |
* | Minor updates | Aaron LI | 2016-11-26 | 1 | -0/+5 |
* | webui: configs: Some minor fixes | Aaron LI | 2016-11-22 | 1 | -5/+6 |
* | configs: Change default logging level to "DEBUG" | Aaron LI | 2016-11-21 | 1 | -1/+1 |
* | Add logging message on backing up old file | Aaron LI | 2016-11-21 | 1 | -0/+1 |
* | configs: Add new option "output/manifest" | Aaron LI | 2016-11-20 | 1 | -0/+3 |
* | configs: Update logging message format | Aaron LI | 2016-11-17 | 1 | -1/+1 |
* | 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 |