distroi.model.model module#
A module defining the functionalities of a full model.
Defines the implementation of a model, from which observables for matching to observational data can be calculated.
- class distroi.model.model.Model#
Bases:
objectDefines a model consisting of a single radiative transfer component and possible additional geometric components.
- components#
Dictionary containing the names of model components within the Model scope and the corresponding component objects.
- Type:
dict of str to RTComp or GeomComp
- params#
Dictionary containing the names of model parameters within the Model scope and the corresponding parameter objects.
- Type:
dict of str to Param