Definition at line 21 of file solar_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.solar_model.SolarDopplerShiftPolynomial.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 |
◆ constants
Python.factory.creator.solar_model.SolarDopplerShiftPolynomial.constants = param.InstanceOf(rf.Constant) |
|
static |
◆ latitude
Python.factory.creator.solar_model.SolarDopplerShiftPolynomial.latitude = param.ArrayWithUnit(dims=1) |
|
static |
◆ num_channels
Python.factory.creator.solar_model.SolarDopplerShiftPolynomial.num_channels = param.Scalar(int) |
|
static |
◆ parameters
Python.factory.creator.base.Creator.parameters |
|
inherited |
◆ solar_azimuth
Python.factory.creator.solar_model.SolarDopplerShiftPolynomial.solar_azimuth = param.ArrayWithUnit(dims=1) |
|
static |
◆ solar_zenith
Python.factory.creator.solar_model.SolarDopplerShiftPolynomial.solar_zenith = param.ArrayWithUnit(dims=1) |
|
static |
◆ surface_height
Python.factory.creator.solar_model.SolarDopplerShiftPolynomial.surface_height = param.ArrayWithUnit(dims=1) |
|
static |
◆ time
Python.factory.creator.solar_model.SolarDopplerShiftPolynomial.time = param.Iterable(rf.Time) |
|
static |
The documentation for this class was generated from the following file: