In [4]:
    
from tardis.io.config_reader import Configuration
    
The configuration can be read this way. It will be validated by the json-schema schemas (including filling out default configuration options that had not been specified).
In [14]:
    
conf = Configuration.from_yaml('tardis_example.yml')
    
Despite the very simple nature of tardis_example.yml, the output does contain all the default values
In [18]:
    
conf.plasma
    
    Out[18]:
In [ ]: