Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | galactic/snr: Update to support the sky.py | Aaron LI | 2017-05-22 | 1 | -1/+1 |
| | | | | Also fix a typo in configs/checkers.py | ||||
* | configs/checkers: Check SNR simulation resolution against pixel size | Aaron LI | 2017-05-21 | 1 | -0/+7 |
| | |||||
* | configs: New "sky" section, and remove "common" section | Aaron LI | 2017-05-16 | 1 | -23/+27 |
| | | | | * Update checkers accordingly | ||||
* | configs: Use separate section "foregrounds" to config components | Aaron LI | 2017-05-16 | 1 | -15/+26 |
| | | | | Also update copyright information. | ||||
* | configs/checkers.py: Add checker "check_extragalactic_clusters()" | Aaron LI | 2016-11-17 | 1 | -9/+28 |
| | |||||
* | configs/checkers.py: Check missing before validating the values | Aaron LI | 2016-11-11 | 1 | -4/+12 |
| | |||||
* | configs/checkers.py: Add "check_common()" | Aaron LI | 2016-11-07 | 1 | -0/+25 |
| | |||||
* | configs: Rename "validate.py" and update "validate_configs()" | Aaron LI | 2016-11-04 | 1 | -0/+179 |
* Rename "validate.py" to "checkers.py", to avoid the confusion with the "validate" module from "configobj"; * Rename function "validate_configs()" to "check_configs()"; * "check_configs()": add optional parameter "raise_exception"; * "check_configs()": update to return both the result and errors dict. |