ConnectTool
 All Classes Namespaces Files Functions Variables Pages
Namespaces | Variables
test_module_plot.py File Reference

Namespaces

 test_module_plot
 

Variables

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