SWDatabase
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
Variables
common.module_path Namespace Reference

Variables

tuple cdf_path = os.path.join('/','opt','cdf','lib')
 
tuple path_hdf4_bin = os.path.join('/','opt','hdf4','bin')
 
tuple path_hdf4_lib = os.path.join('/','opt','hdf4','lib')
 
tuple root_path = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))
 
tuple path_db = os.path.join(swddb_path,'DATA_DB')
 
tuple path_obs = os.path.join(swddb_path,'DATA_OBS')
 
tuple path_model = os.path.join(swddb_path,'DATA_MODEL')
 
tuple path_ace = os.path.join(root_path,'readtimeserie','ACE_LV1_routines')
 

Variable Documentation

tuple common.module_path.cdf_path = os.path.join('/','opt','cdf','lib')
tuple common.module_path.path_ace = os.path.join(root_path,'readtimeserie','ACE_LV1_routines')
tuple common.module_path.path_db = os.path.join(swddb_path,'DATA_DB')
tuple common.module_path.path_hdf4_bin = os.path.join('/','opt','hdf4','bin')
tuple common.module_path.path_hdf4_lib = os.path.join('/','opt','hdf4','lib')
tuple common.module_path.path_model = os.path.join(swddb_path,'DATA_MODEL')
tuple common.module_path.path_obs = os.path.join(swddb_path,'DATA_OBS')
tuple common.module_path.root_path = os.path.dirname(os.path.dirname(os.path.realpath(__file__)))