OB.DAAC Logo
NASA Logo
Ocean Color Science Software

ocssw V2022
generate_gas_transmittance_tables.py File Reference

Go to the source code of this file.

Namespaces

 generate_gas_transmittance_tables
 

Functions

def gaussian (x, mu, sig)
 
def get_hico_Rsr (all_wl)
 
def read_sensor_RSR (sensor)
 
def read_TPVMR ()
 
def read_gas_abscf ()
 
def read_gas_abscf_co2 ()
 
def read_gas_abscf_o2 ()
 
def read_gas_abscf_n2o ()
 
def read_gas_abscf_co ()
 
def read_gas_abscf_ch4 ()
 
def LBL_trans_H2O (waveno, A, dp, vmrm, wv)
 
def LBL_trans_O2 (waveno, A)
 
def LBL_trans_N2O (waveno, A)
 
def LBL_trans_CO (waveno, A)
 
def LBL_trans_CO2 (waveno, A, CO2)
 
def LBL_trans_CH4 (waveno, A)
 
def calc_wv_trans_sensor (waveno, T, wavelength, Rsr, bands, wv)
 
def calc_trans_sensor (waveno, T, wavelength, Rsr, bands)
 
def create_nc (sensor, ofile, waterVapor, bands, models, history=None)
 
def write_transmittance (ncid, product, transmittance)
 
def close_nc (ncid)
 
def main ()
 

Variables

 sensors = collections.defaultdict(dict)