SWDatabase
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
Namespaces | Variables
test_read_amda_amda.py File Reference

Namespaces

 test_read_amda_amda
 

Variables

tuple test_read_amda_amda.folder_test = os.path.join('dir.test','test_amda')
 
list test_read_amda_amda.ts_types = ['AMDA_STA','AMDA_EARTH']
 
tuple test_read_amda_amda.fig_size = (12,6)
 
int test_read_amda_amda.fig_resolution = 100
 
list test_read_amda_amda.ts_folder = interface_read_timeserie.info[ts_type.upper()]
 
string test_read_amda_amda.pattern = '^'
 
tuple test_read_amda_amda.ts_path = os.path.join(ts_folder,ts_file)
 
tuple test_read_amda_amda.ts_data = interface_read_timeserie.read(ts_type,ts_path)
 
tuple test_read_amda_amda.fig = plt.figure(num=1,figsize=fig_size,dpi=fig_resolution)
 
tuple test_read_amda_amda.sub = plt.subplot(111)
 
tuple test_read_amda_amda.img = plot_timeserie.plot(sub,ts_data,'k')