ctdam.proc.settings module¶
- class ctdam.proc.settings.Configuration(path, data=None)[source]¶
Bases:
UserDictThe internal representation of the .toml configuration files, that store the ctdam.proc information.
Allows the interaction with these config files to be pretty much equivalent to a basic python dictionary.