aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/configs
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* configs: Switch to use `pkg_resources` to access config specsAaron LI2016-10-151-10/+19
* Fix an import; Update one pattern and a commentAaron LI2016-10-141-2/+2
* configs: Support env variable "DEBUG_FG21SIM" for debuggingAaron LI2016-10-141-0/+3
* configs/validate.py: Check component configs only if enabledAaron LI2016-10-121-22/+26
* configs/validate.py: Add checker for [galactic][freefree] configsAaron LI2016-10-121-0/+18
* galactic: Add free-free component simulationAaron LI2016-10-111-0/+19
* configs: Note that input templates should be HEALPix full-sky mapsAaron LI2016-10-101-0/+4
* configs: Change default Nside to 1024Aaron LI2016-10-101-2/+2
* Rewrite configs/validate.py to check whole config without breakAaron LI2016-10-041-23/+52
* Remove the "common/data_dir" config itemAaron LI2016-10-042-5/+0
* Fix wrong config syntax and minor changes to ConfigManagerAaron LI2016-10-042-12/+18
* configs/manager.py: Add logging supportAaron LI2016-10-041-2/+6
* configs/manager.py: Add method "get_path()"Aaron LI2016-10-041-0/+21
* configs/manager.py: Add method "read_userconfig()"Aaron LI2016-10-041-3/+35
* configs/validate.py: Explain these checkers differ to Validator'sAaron LI2016-10-041-1/+7
* configs/manager.py: Fix a bug that "_validate()" not workingAaron LI2016-10-041-1/+1
* configs/manager.py: Add "frequencies" propertyAaron LI2016-10-041-0/+16
* Update the default config specifications.Aaron LI2016-10-032-6/+14
* Add custom configuration checkers.Aaron LI2016-10-032-0/+95
* Arrange customs errors/exceptions in a moduleAaron LI2016-10-031-4/+1
* Update general configurations and synchrotron configsAaron LI2016-10-032-1/+12
* configs: Add sample config spec for galactic componentsAaron LI2016-10-021-0/+30
* configs: Add new sections to "00-general.conf.spec"Aaron LI2016-10-021-0/+66