aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/configs
Commit message (Expand)AuthorAgeFilesLines
...
* clusters/halo: Add missing config "buffer_np"Aaron LI2017-06-011-0/+5
* Add "[extragalactic/halos]" configurationsAaron LI2017-06-011-0/+44
* galactic/snr: Update to support the sky.pyAaron LI2017-05-221-1/+1
* configs/checkers: Check SNR simulation resolution against pixel sizeAaron LI2017-05-211-0/+7
* galactic/synchrotron: Update to support sky.pyAaron LI2017-05-211-16/+32
* configs : Drop "output/filetype"; only support FITSAaron LI2017-05-171-6/+3
* configs: New "sky" section, and remove "common" sectionAaron LI2017-05-163-37/+67
* configs: Use separate section "foregrounds" to config componentsAaron LI2017-05-163-29/+61
* galactic/snr.py: Small cleanup; Update default resolutionAaron LI2016-12-131-1/+1
* Minor updatesAaron LI2016-11-261-0/+5
* webui: configs: Some minor fixesAaron LI2016-11-221-5/+6
* configs: Change default logging level to "DEBUG"Aaron LI2016-11-211-1/+1
* Add logging message on backing up old fileAaron LI2016-11-211-0/+1
* configs: Add new option "output/manifest"Aaron LI2016-11-201-0/+3
* configs: Update logging message formatAaron LI2016-11-171-1/+1
* configs/checkers.py: Add checker "check_extragalactic_clusters()"Aaron LI2016-11-171-9/+28
* configs/manager.py: Make a backup when output file already existsAaron LI2016-11-161-4/+15
* configs/manager.py: Also dump the "userconfig" valueAaron LI2016-11-161-1/+4
* configs/manager.py: Keep configuration file commentsAaron LI2016-11-151-6/+12
* configs/manager.py: Expand "~" when read userconfigAaron LI2016-11-151-0/+3
* configs/checkers.py: Check missing before validating the valuesAaron LI2016-11-111-4/+12
* configs/manager.py: Implement the "save()" methodAaron LI2016-11-081-6/+19
* configs/checkers.py: Add "check_common()"Aaron LI2016-11-071-0/+25
* configs: Add parameters "min" and "max" to float-type optionsAaron LI2016-11-073-10/+10
* configs: Change "logging/filemode" to boolean "logging/appendmode"Aaron LI2016-11-072-4/+4
* configs/manager.py: Replace a filter with list comprehensionAaron LI2016-11-071-4/+1
* configs/manager.py: Support flattening dumped configs (nested dict)Aaron LI2016-11-061-6/+98
* webui: websocket.py: Implement "set" action for "_handle_configs()"Aaron LI2016-11-041-5/+5
* configs/manager.py: Add method "check_all()" using "check_configs()"Aaron LI2016-11-041-0/+31
* Update to use renamed "check_configs()" instead of "validate_configs()"Aaron LI2016-11-041-1/+1
* configs: Rename "validate.py" and update "validate_configs()"Aaron LI2016-11-041-24/+36
* configs/manager.py: Implement "setn()" to set an option valueAaron LI2016-11-041-6/+86
* configs/manager.py: getn(): remove par. "sep"; handle exceptionAaron LI2016-11-031-12/+16
* configs/manager.py: Reset before loading user config file againAaron LI2016-11-031-12/+10
* configs/manager.py: Add method "reset()" and attribute "userconfig"Aaron LI2016-11-031-1/+16
* configs/manager.py: Keep a copy of default configs; Add "dump()"Aaron LI2016-11-021-5/+42
* extragalactic/pointsource (#3)Jason Ma2016-10-271-0/+42
* configs/00-general.conf.spec: Add new option "checksum"Aaron LI2016-10-271-0/+6
* Support new simulation component: extragalactic/clustersAaron LI2016-10-221-0/+41
* configs/10-galactic.conf.spec: Fix/update the descriptionAaron LI2016-10-221-4/+12
* configs/manager.py: Update docstring and commentAaron LI2016-10-191-3/+9
* configs: Remove the unused config "ordering"Aaron LI2016-10-181-3/+1
* configs/manager.py: Fix the bug that breaks specifications loadingAaron LI2016-10-171-1/+4
* configs/validate.py: Add "check_galactic_snr()" for "galactic/snr"Aaron LI2016-10-171-0/+16
* bin/fg21sim: Support new component "galactic/snr"Aaron LI2016-10-171-1/+5
* configs: Add new section "[galactic][snr]" for SNRs simulationAaron LI2016-10-171-1/+19
* Force "DEBUG" log level if env variable "DEBUG_FG21SIM" setAaron LI2016-10-171-2/+6
* configs/manager.py: Change __init__() to load user configAaron LI2016-10-171-9/+15
* configs/manager.py: Various updates to docstring and comments.Aaron LI2016-10-171-23/+44
* configs: Update get_path() to take care None and non-string valueAaron LI2016-10-151-3/+24