|
def | __call__ (self, kwargs) |
|
def | create (self, gas_name=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 | ref_atm_data (self) |
|
def | register_parameter (self, param_name, param_def) |
|
def | register_to_receive (self, RfType) |
|
Definition at line 31 of file absorber.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.absorber.GasVmrAprioriMetL1b.create |
( |
|
self, |
|
|
|
gas_name = 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 |
◆ ref_atm_data()
def Python.factory.creator.absorber.ReferenceAtmFileMixin.ref_atm_data |
( |
|
self | ) |
|
|
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 |
◆ altitude
Python.factory.creator.absorber.GasVmrAprioriMetL1b.altitude = param.ObjectVector("altitude") |
|
static |
◆ common_store
Python.factory.creator.base.Creator.common_store |
|
inherited |
◆ config_def
Python.factory.creator.base.Creator.config_def |
|
inherited |
◆ gas_name
Python.factory.creator.absorber.GasVmrAprioriMetL1b.gas_name = param.Scalar(str, required=False) |
|
static |
◆ l1b
Python.factory.creator.absorber.GasVmrAprioriMetL1b.l1b = param.InstanceOf(rf.Level1b) |
|
static |
◆ met
Python.factory.creator.absorber.GasVmrAprioriMetL1b.met = param.InstanceOf(rf.Meteorology) |
|
static |
◆ parameters
Python.factory.creator.base.Creator.parameters |
|
inherited |
◆ pressure
Python.factory.creator.absorber.GasVmrAprioriMetL1b.pressure = param.InstanceOf(rf.Pressure) |
|
static |
◆ reference_atm_file
Python.factory.creator.absorber.GasVmrAprioriMetL1b.reference_atm_file = param.Scalar(str, required=False) |
|
static |
◆ temp_avg_window
Python.factory.creator.absorber.GasVmrAprioriMetL1b.temp_avg_window = param.Scalar(int, default=11) |
|
static |
The documentation for this class was generated from the following file: