ConnectTool
 All Classes Namespaces Files Functions Variables Pages
Variables
test_module_plot Namespace Reference

Variables

tuple folder_test = os.path.join('dir.test','TEST')
 
tuple time_in = module_timespace.Time()
 
dictionary times_sc = {}
 
dictionary times_surf = {}
 
list scrafts = ['EARTH','PSP','STA']
 
dictionary insitu = {}
 
dictionary vhelio = {}
 
tuple test_layer_title = os.path.join(folder_test,'layer_title.png')
 
tuple test_legend_hcs_vd = os.path.join(folder_test,'legend_hcs_vd.png')
 
tuple test_legend_global = os.path.join(folder_test,'legend_global.png')
 
tuple test_layer_axis = os.path.join(folder_test,'layer_axis.png')
 
tuple test_layer_flare = os.path.join(folder_test,'layer_flare.png')
 
tuple test_layer_cme = os.path.join(folder_test,'layer_cme.png')
 
tuple test_layer_chole = os.path.join(folder_test,'layer_chole.png')
 
tuple test_layer_hcs = os.path.join(folder_test,'layer_hcs.png')
 
tuple test_file_hcs = os.path.join(folder_test,'file_hcs.ascii')
 
dictionary test_legend_sc = {}
 
dictionary test_legend_sum = {}
 
dictionary test_layer_sum = {}
 
tuple error_mag = module_io.ErrorClass(False,'')
 
string scraft = 'EARTH'
 
 mag_found = True
 
tuple mag_db = database_map2D.time2map(mag_table,times_surf[scraft][0])
 
tuple mag_data = interface_read_map2D.read(mag_table,os.path.join(mag_db['dirname'],mag_db['filename']))
 
tuple test_mode = module_prompt.prompt_inlist(['All','Title','Axis','Legend','Flare','CME','Coronal Hole','Merge','HCS'])
 
list commands = []
 
tuple data_layer_flare = database_event.datetime2event('OBS_CORONA_SOLARMONITOR_FLARE',datetime.datetime(2019,3,22,10),h_accuracy=6)
 
tuple data_layer_cme = database_event.datetime2event('OBS_CORONA_DONKI_CME',datetime.datetime(2019,7,1,18),h_accuracy=3)
 
tuple db_element = database_chole.datetime2file('OBS_CORONA_SOLARMONITOR_CHIMERA',datetime.datetime(2019,7,5,8),h_accuracy=5)
 
list data_layer_coronalhole = []
 
tuple path = os.path.join(db_element['dirname'],db_element['filename'])
 
string command = 'eog %s'
 
tuple data_layer_hcs = module_plot.plot_hcs(sub,mag_data,[0.],[''],module_plot.color_hcs)
 
tuple points = ascii_coordinate.read(test_file_hcs)
 

Variable Documentation

string test_module_plot.command = 'eog %s'
list test_module_plot.commands = []
tuple test_module_plot.data_layer_cme = database_event.datetime2event('OBS_CORONA_DONKI_CME',datetime.datetime(2019,7,1,18),h_accuracy=3)
tuple test_module_plot.data_layer_coronalhole = []
tuple test_module_plot.data_layer_flare = database_event.datetime2event('OBS_CORONA_SOLARMONITOR_FLARE',datetime.datetime(2019,3,22,10),h_accuracy=6)
tuple test_module_plot.data_layer_hcs = module_plot.plot_hcs(sub,mag_data,[0.],[''],module_plot.color_hcs)
tuple test_module_plot.db_element = database_chole.datetime2file('OBS_CORONA_SOLARMONITOR_CHIMERA',datetime.datetime(2019,7,5,8),h_accuracy=5)
tuple test_module_plot.error_mag = module_io.ErrorClass(False,'')
tuple test_module_plot.folder_test = os.path.join('dir.test','TEST')
dictionary test_module_plot.insitu = {}
tuple test_module_plot.mag_data = interface_read_map2D.read(mag_table,os.path.join(mag_db['dirname'],mag_db['filename']))
tuple test_module_plot.mag_db = database_map2D.time2map(mag_table,times_surf[scraft][0])
test_module_plot.mag_found = True
tuple test_module_plot.path = os.path.join(db_element['dirname'],db_element['filename'])
tuple test_module_plot.points = ascii_coordinate.read(test_file_hcs)
string test_module_plot.scraft = 'EARTH'
list test_module_plot.scrafts = ['EARTH','PSP','STA']
tuple test_module_plot.test_file_hcs = os.path.join(folder_test,'file_hcs.ascii')
tuple test_module_plot.test_layer_axis = os.path.join(folder_test,'layer_axis.png')
tuple test_module_plot.test_layer_chole = os.path.join(folder_test,'layer_chole.png')
tuple test_module_plot.test_layer_cme = os.path.join(folder_test,'layer_cme.png')
tuple test_module_plot.test_layer_flare = os.path.join(folder_test,'layer_flare.png')
tuple test_module_plot.test_layer_hcs = os.path.join(folder_test,'layer_hcs.png')
dictionary test_module_plot.test_layer_sum = {}
tuple test_module_plot.test_layer_title = os.path.join(folder_test,'layer_title.png')
tuple test_module_plot.test_legend_global = os.path.join(folder_test,'legend_global.png')
tuple test_module_plot.test_legend_hcs_vd = os.path.join(folder_test,'legend_hcs_vd.png')
dictionary test_module_plot.test_legend_sc = {}
dictionary test_module_plot.test_legend_sum = {}
tuple test_module_plot.test_mode = module_prompt.prompt_inlist(['All','Title','Axis','Legend','Flare','CME','Coronal Hole','Merge','HCS'])
tuple test_module_plot.time_in = module_timespace.Time()
dictionary test_module_plot.times_sc = {}
dictionary test_module_plot.times_surf = {}
dictionary test_module_plot.vhelio = {}