Definition at line 103 of file forward_model.py.
◆ __call__()
def Python.factory.creator.base.Creator.__call__ |
( |
|
self, |
|
|
|
kwargs |
|
) |
| |
|
inherited |
Turns creators into callables so that they can be evaluated by ConfigParam as any other callable without it
needing to know any details of this class.
Definition at line 164 of file base.py.
◆ create()
def Python.factory.creator.forward_model.ForwardModel.create |
( |
|
self, |
|
|
|
kwargs |
|
) |
| |
◆ deregister_to_receive()
def Python.factory.creator.base.Creator.deregister_to_receive |
( |
|
self, |
|
|
|
RfType = None |
|
) |
| |
|
inherited |
◆ param()
def Python.factory.creator.base.Creator.param |
( |
|
self, |
|
|
|
param_name, |
|
|
|
kwargs |
|
) |
| |
|
inherited |
◆ receive()
def Python.factory.creator.base.Creator.receive |
( |
|
self, |
|
|
|
rf_obj |
|
) |
| |
|
inherited |
◆ register_parameter()
def Python.factory.creator.base.Creator.register_parameter |
( |
|
self, |
|
|
|
param_name, |
|
|
|
param_def |
|
) |
| |
|
inherited |
◆ register_to_receive()
def Python.factory.creator.base.Creator.register_to_receive |
( |
|
self, |
|
|
|
RfType |
|
) |
| |
|
inherited |
◆ common_store
Python.factory.creator.base.Creator.common_store |
|
inherited |
◆ config_def
Python.factory.creator.base.Creator.config_def |
|
inherited |
◆ instrument
Python.factory.creator.forward_model.ForwardModel.instrument = param.InstanceOf(rf.Instrument) |
|
static |
◆ parameters
Python.factory.creator.base.Creator.parameters |
|
inherited |
◆ radiative_transfer
Python.factory.creator.forward_model.ForwardModel.radiative_transfer = param.InstanceOf(rf.RadiativeTransfer) |
|
static |
◆ spec_win
Python.factory.creator.forward_model.ForwardModel.spec_win = param.InstanceOf(rf.SpectralWindow) |
|
static |
◆ spectrum_effect
Python.factory.creator.forward_model.ForwardModel.spectrum_effect = param.ObjectVector("vector_spectrum_effect") |
|
static |
◆ spectrum_sampling
Python.factory.creator.forward_model.ForwardModel.spectrum_sampling = param.InstanceOf(rf.SpectrumSampling) |
|
static |
The documentation for this class was generated from the following file: