update_config#

This script is used to update the default config files in the ClearMap package.

It will detect if a default config file is missing and create it, or merge it with the existing one. If a parameter was altered by the user, it will not be overwritten.

This module will be extended to support conversion from one ClearMap configuration version to another.

deep_merge_dicts(a, b, path=None)[source]#
merge_config(source_cfg, dest_cfg)[source]#
remove_extra_keys(a, b)[source]#

remove keys from a if not in b

update_default_config()[source]#