Definition at line 35 of file rt.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.rt.TwostreamRt.create |
( |
|
self, |
|
|
|
kwargs |
|
) |
| |
Definition at line 48 of file rt.py.
◆ 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 |
◆ atmosphere
Python.factory.creator.rt.TwostreamRt.atmosphere = param.InstanceOf(rf.RtAtmosphere) |
|
static |
Definition at line 37 of file rt.py.
◆ common_store
Python.factory.creator.base.Creator.common_store |
|
inherited |
◆ config_def
Python.factory.creator.base.Creator.config_def |
|
inherited |
◆ full_quadrature
Python.factory.creator.rt.TwostreamRt.full_quadrature = param.Scalar(bool, default=True) |
|
static |
Definition at line 43 of file rt.py.
◆ observation_azimuth
Definition at line 41 of file rt.py.
◆ observation_zenith
Definition at line 40 of file rt.py.
◆ parameters
Python.factory.creator.base.Creator.parameters |
|
inherited |
◆ solar_zenith
Definition at line 39 of file rt.py.
◆ stokes_coefficient
Python.factory.creator.rt.TwostreamRt.stokes_coefficient = param.Array(dims=2) |
|
static |
Definition at line 38 of file rt.py.
◆ use_solar_sources
Python.factory.creator.rt.TwostreamRt.use_solar_sources = param.Scalar(bool, default=True) |
|
static |
Definition at line 45 of file rt.py.
◆ use_thermal_emission
Python.factory.creator.rt.TwostreamRt.use_thermal_emission = param.Scalar(bool, default=False) |
|
static |
Definition at line 46 of file rt.py.
The documentation for this class was generated from the following file:
- Python/factory/creator/rt.py