SWDatabase
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
Variables
test_read_amda_amda Namespace Reference

Variables

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

Variable Documentation

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