Standardize input of dictionary-like options
To try and solve #62 (closed) and also as @isobel.romero-shaw mentioned somewhere else the channel-type
list was a bit confusing, this (attempts) to standardize things a little.
- The two input options
channel-dict
andsampler-kwargs
are specified through a python-dictionary in the ini file. - A standardized way of converting the string to a dict is given. This should allow us to then improve it in future (e.g., allow no strings if needed)
- It removes the use of
eval
toast.literal_eval
which is safer