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') |
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') |
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'] |