Transmission¶
- class kgpy.atmosphere.Transmission(pressure_base, absorption_coefficient, scale_height)¶
Bases:
object- __init__(pressure_base, absorption_coefficient, scale_height)¶
Attributes
Methods
__init__(pressure_base, ...)from_data_fit(observer_height, zenith_angle, ...)optical_depth(observer_height, zenith_angle)- rtype
optical_depth_vertical(observer_height)- rtype
Inheritance Diagram
- classmethod from_data_fit(observer_height, zenith_angle, intensity_observed, pressure_base, absorption_coefficient_bounds, scale_height_bounds, axis_fit=0)¶
- optical_depth(observer_height, zenith_angle)¶
- Return type
- Parameters
-
absorption_coefficient:
astropy.units.Quantity¶
-
pressure_base:
astropy.units.Quantity¶
-
scale_height:
astropy.units.Quantity¶