ReFRACtor
Python.factory.creator.rt.LsiRt Class Reference
+ Inheritance diagram for Python.factory.creator.rt.LsiRt:
+ Collaboration diagram for Python.factory.creator.rt.LsiRt:

Public Member Functions

def __call__ (self, 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)
 

Public Attributes

 common_store
 
 config_def
 
 parameters
 

Static Public Attributes

 atmosphere = param.InstanceOf(rf.RtAtmosphere)
 
 dedicated_twostream = param.Scalar(bool, default=True)
 
 full_quadrature = param.Scalar(bool, default=True)
 
 lsi_config_file = param.Scalar(str)
 
 num_high_streams = param.Scalar(int)
 
 num_low_streams = param.Scalar(int)
 
 observation_azimuth = param.ArrayWithUnit(dims=1)
 
 observation_zenith = param.ArrayWithUnit(dims=1)
 
 pure_nadir = param.Scalar(bool, default=False)
 
 solar_zenith = param.ArrayWithUnit(dims=1)
 
 spec_win = param.InstanceOf(rf.SpectralWindow)
 
 stokes_coefficient = param.Array(dims=2)
 
 use_lrad = param.Scalar(bool, default=True)
 

Detailed Description

Definition at line 58 of file rt.py.

Member Function Documentation

◆ __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.LsiRt.create (   self,
  kwargs 
)

Definition at line 76 of file rt.py.

◆ deregister_to_receive()

def Python.factory.creator.base.Creator.deregister_to_receive (   self,
  RfType = None 
)
inherited

Definition at line 127 of file base.py.

◆ param()

def Python.factory.creator.base.Creator.param (   self,
  param_name,
  kwargs 
)
inherited

Definition at line 111 of file base.py.

◆ receive()

def Python.factory.creator.base.Creator.receive (   self,
  rf_obj 
)
inherited

Definition at line 156 of file base.py.

◆ register_parameter()

def Python.factory.creator.base.Creator.register_parameter (   self,
  param_name,
  param_def 
)
inherited

Definition at line 95 of file base.py.

◆ register_to_receive()

def Python.factory.creator.base.Creator.register_to_receive (   self,
  RfType 
)
inherited

Definition at line 122 of file base.py.

Member Data Documentation

◆ atmosphere

Python.factory.creator.rt.LsiRt.atmosphere = param.InstanceOf(rf.RtAtmosphere)
static

Definition at line 60 of file rt.py.

◆ common_store

Python.factory.creator.base.Creator.common_store
inherited

Definition at line 65 of file base.py.

◆ config_def

Python.factory.creator.base.Creator.config_def
inherited

Definition at line 71 of file base.py.

◆ dedicated_twostream

Python.factory.creator.rt.LsiRt.dedicated_twostream = param.Scalar(bool, default=True)
static

Definition at line 71 of file rt.py.

◆ full_quadrature

Python.factory.creator.rt.LsiRt.full_quadrature = param.Scalar(bool, default=True)
static

Definition at line 73 of file rt.py.

◆ lsi_config_file

Python.factory.creator.rt.LsiRt.lsi_config_file = param.Scalar(str)
static

Definition at line 67 of file rt.py.

◆ num_high_streams

Python.factory.creator.rt.LsiRt.num_high_streams = param.Scalar(int)
static

Definition at line 69 of file rt.py.

◆ num_low_streams

Python.factory.creator.rt.LsiRt.num_low_streams = param.Scalar(int)
static

Definition at line 68 of file rt.py.

◆ observation_azimuth

Python.factory.creator.rt.LsiRt.observation_azimuth = param.ArrayWithUnit(dims=1)
static

Definition at line 64 of file rt.py.

◆ observation_zenith

Python.factory.creator.rt.LsiRt.observation_zenith = param.ArrayWithUnit(dims=1)
static

Definition at line 63 of file rt.py.

◆ parameters

Python.factory.creator.base.Creator.parameters
inherited

Definition at line 76 of file base.py.

◆ pure_nadir

Python.factory.creator.rt.LsiRt.pure_nadir = param.Scalar(bool, default=False)
static

Definition at line 72 of file rt.py.

◆ solar_zenith

Python.factory.creator.rt.LsiRt.solar_zenith = param.ArrayWithUnit(dims=1)
static

Definition at line 62 of file rt.py.

◆ spec_win

Python.factory.creator.rt.LsiRt.spec_win = param.InstanceOf(rf.SpectralWindow)
static

Definition at line 65 of file rt.py.

◆ stokes_coefficient

Python.factory.creator.rt.LsiRt.stokes_coefficient = param.Array(dims=2)
static

Definition at line 61 of file rt.py.

◆ use_lrad

Python.factory.creator.rt.LsiRt.use_lrad = param.Scalar(bool, default=True)
static

Definition at line 74 of file rt.py.


The documentation for this class was generated from the following file:

Copyright © 2017, California Institute of Technology.
ALL RIGHTS RESERVED.
U.S. Government Sponsorship acknowledged.
Generated Fri Aug 24 2018 15:44:14