|
def | __call__ (self, kwargs) |
|
def | create (self, channel_index=None, kwargs) |
|
def | create (self, kwargs) |
|
def | deregister_to_receive (self, RfType=None) |
|
def | param (self, param_name, kwargs) |
|
def | receive (self, rf_obj) |
|
def | register_parameter (self, param_name, param_def) |
|
def | register_to_receive (self, RfType) |
|
Definition at line 8 of file l1b.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() [1/2]
def Python.factory.creator.l1b.ValueFromLevel1b.create |
( |
|
self, |
|
|
|
channel_index = None , |
|
|
|
kwargs |
|
) |
| |
◆ create() [2/2]
def Python.factory.creator.base.Creator.create |
( |
|
self, |
|
|
|
kwargs |
|
) |
| |
|
inherited |
◆ 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 |
◆ array_fields
list Python.factory.creator.l1b.ValueFromLevel1b.array_fields |
|
static |
Initial value:= [
'stokes_coefficient',
]
Definition at line 18 of file l1b.py.
◆ array_with_unit_fields
list Python.factory.creator.l1b.ValueFromLevel1b.array_with_unit_fields |
|
static |
Initial value:= [
'latitude',
'longitude',
'sounding_zenith',
'sounding_azimuth',
'solar_zenith',
'solar_azimuth',
'relative_azimuth',
'altitude',
'relative_velocity',
'signal',
'spectral_coefficient',
]
Definition at line 23 of file l1b.py.
◆ common_store
Python.factory.creator.base.Creator.common_store |
|
inherited |
◆ config_def
Python.factory.creator.base.Creator.config_def |
|
inherited |
◆ field
Python.factory.creator.l1b.ValueFromLevel1b.field = param.Scalar(str) |
|
static |
◆ l1b
◆ list_fields
list Python.factory.creator.l1b.ValueFromLevel1b.list_fields |
|
static |
Initial value:
Definition at line 14 of file l1b.py.
◆ parameters
Python.factory.creator.base.Creator.parameters |
|
inherited |
The documentation for this class was generated from the following file: