|
string | test_read_euv2carmap_sdosta_date.help_message |
|
int | test_read_euv2carmap_sdosta_date.wavelength = 171 |
|
list | test_read_euv2carmap_sdosta_date.date_min = interface_read_map2D.info['SDOSTA' + '%3d'%(wavelength)] |
|
list | test_read_euv2carmap_sdosta_date.date_max = interface_read_map2D.info['SDOSTA' + '%3d'%(wavelength)] |
|
| test_read_euv2carmap_sdosta_date.tmp = date_min |
|
string | test_read_euv2carmap_sdosta_date.map2D_type = 'SDOSTA' |
|
string | test_read_euv2carmap_sdosta_date.fetch_type = 'EUV2CARMAP_SDOSTA' |
|
string | test_read_euv2carmap_sdosta_date.axis_name_y = 'Latitude' |
|
string | test_read_euv2carmap_sdosta_date.axis_name_x = 'Carrington Longitude' |
|
int | test_read_euv2carmap_sdosta_date.axis_size = 10 |
|
string | test_read_euv2carmap_sdosta_date.axis_color = 'k' |
|
int | test_read_euv2carmap_sdosta_date.dphi = 40 |
|
list | test_read_euv2carmap_sdosta_date.xtick_loc = [ i*dphi for i in range(0,int(360./dphi)+1) ] |
|
list | test_read_euv2carmap_sdosta_date.xtick_label = [ str(int(xtick_loc[i])) for i in range(0,len(xtick_loc)) ] |
|
list | test_read_euv2carmap_sdosta_date.ytick_loc = [ -90,-80,-60,-40,-20,0,20,40,60,80,90 ] |
|
list | test_read_euv2carmap_sdosta_date.ytick_label = [ str(int(ytick_loc[i])) for i in range(0,len(ytick_loc)) ] |
|
tuple | test_read_euv2carmap_sdosta_date.folder_ref = os.path.join('dir.test','REF_SDOSTA'+'%3d'%(wavelength)) |
|
tuple | test_read_euv2carmap_sdosta_date.folder_test = os.path.join('dir.test','TEST_SDOSTA'+'%3d'%(wavelength)) |
|
tuple | test_read_euv2carmap_sdosta_date.fig_size = (12,6) |
|
int | test_read_euv2carmap_sdosta_date.fig_resolution = 100 |
|
| test_read_euv2carmap_sdosta_date.delta = date_max-date_min |
|
| test_read_euv2carmap_sdosta_date.ndays = delta.days |
|
list | test_read_euv2carmap_sdosta_date.dates = [ date_min + i*datetime.timedelta(days=1) for i in range(0,ndays+1) ] |
|
tuple | test_read_euv2carmap_sdosta_date.fig = plt.figure(num=1,figsize=fig_size,dpi=fig_resolution) |
|
tuple | test_read_euv2carmap_sdosta_date.magmap_path = interface_read_map2D.date2map(map2D_type,date) |
| EUV2CARMAP DB Read the file. More...
|
|
tuple | test_read_euv2carmap_sdosta_date.magmap_data = interface_read_map2D.read(map2D_type,magmap_path) |
|
tuple | test_read_euv2carmap_sdosta_date.min_value = np.nanmin(magmap_data.data) |
|
tuple | test_read_euv2carmap_sdosta_date.max_value = np.nanmax(magmap_data.data) |
|
tuple | test_read_euv2carmap_sdosta_date.mean_value = np.nanmean(magmap_data.data) |
|
tuple | test_read_euv2carmap_sdosta_date.sub = plt.subplot(222) |
|
tuple | test_read_euv2carmap_sdosta_date.img = plot_common.map2D(sub,map2D_type,magmap_data,1) |
|
tuple | test_read_euv2carmap_sdosta_date.eq = plot_common.equator(sub,'black') |
|
tuple | test_read_euv2carmap_sdosta_date.remote_path = get_euv2carmap_sdosta_png(date,wavelength) |
| SDOSTA193 REF Download and plot reference image. More...
|
|
tuple | test_read_euv2carmap_sdosta_date.sftp = module_toolbox_file.init_sftp(interface_fetch_map2D.info[fetch_type]['website'],interface_fetch_map2D.info[fetch_type]['user'],port = interface_fetch_map2D.info[fetch_type]['port']) |
|
tuple | test_read_euv2carmap_sdosta_date.imgplot = sub.imshow(img) |
|