aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/configs/manager.py
Commit message (Expand)AuthorAgeFilesLines
* configs/manager: Add update() methodAaron LI2019-02-271-0/+4
* configs/manager: Various more cleanupsAaron LI2019-02-271-21/+11
* configs/manager: Clean up save()Aaron LI2019-02-271-11/+7
* configs/manager: Minor cleanupsAaron LI2019-01-281-23/+15
* configs/manager: Tweak a bitAaron LI2018-12-221-5/+4
* configs/manager: Fix the loading of config specAaron LI2018-10-311-2/+1
* configs: Merge config specs into one single fileAaron LI2018-10-301-17/+2
* configs: Add parameter "reset" to "read_userconfig()"Aaron LI2017-10-241-12/+20
* configs: add __getitem__() and __setitem__() methodsAaron LI2017-10-241-1/+8
* configs: remove "filemode" optionAaron LI2017-10-161-3/+1
* configs/manager.py: Add missing cosmology parametersAaron LI2017-10-041-0/+2
* configs: Use lower case for logging levelsAaron LI2017-10-041-8/+2
* configs: update "frequencies" property to be a numpy arrayAaron LI2017-08-281-6/+7
* configs: Use "utf-8" encoding to allow unicode in config filesAaron LI2017-08-271-6/+11
* configs/manager.py: Add formatter for handlersAaron LI2017-07-221-1/+8
* Fix parameter names about cosmologyAaron LI2017-07-211-2/+2
* configs/manager.py: Add property "cosmology"Aaron LI2017-07-211-0/+15
* configs/manager.py: get_path() return None if value is an empty stringAaron LI2017-07-211-2/+5
* galactic/synchrotron: Update to support sky.pyAaron LI2017-05-211-16/+32
* configs: Use separate section "foregrounds" to config componentsAaron LI2017-05-161-1/+17
* webui: configs: Some minor fixesAaron LI2016-11-221-5/+6
* Add logging message on backing up old fileAaron LI2016-11-211-0/+1
* 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/manager.py: Implement the "save()" methodAaron LI2016-11-081-6/+19
* configs: Change "logging/filemode" to boolean "logging/appendmode"Aaron LI2016-11-071-1/+1
* 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
* 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
* configs/manager.py: Update docstring and commentAaron LI2016-10-191-3/+9
* configs/manager.py: Fix the bug that breaks specifications loadingAaron LI2016-10-171-1/+4
* 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
* configs: Support env variable "DEBUG_FG21SIM" for debuggingAaron LI2016-10-141-0/+3
* Fix wrong config syntax and minor changes to ConfigManagerAaron LI2016-10-041-8/+14
* 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/manager.py: Fix a bug that "_validate()" not workingAaron LI2016-10-041-1/+1