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

Namespaces

 test_heliosphere
 

Variables

string test_heliosphere.hmodel = 'PARKER'
 
tuple test_heliosphere.file = open('dir.test/heliosphere_log','w')
 
int test_heliosphere.npoint = 100
 
list test_heliosphere.vwinds = [module_heliosphere.vwind_min + i*(module_heliosphere.vwind_max-module_heliosphere.vwind_min)/(npoint-1) for i in range(0,npoint)]
 
int test_heliosphere.x_lon = 320
 
int test_heliosphere.x_lat = -30
 
int test_heliosphere.x_r = 150
 
tuple test_heliosphere.position_sc = module_timespace.Coordinate()
 
list test_heliosphere.positions_ss = [ module_timespace.Coordinate() for i in range(0,npoint) ]
 
list test_heliosphere.delays_ss = [ datetime.timedelta() for i in range(0,npoint) ]
 
list test_heliosphere.dlons = [(positions_ss[i].lon - position_sc.lon) % 360 for i in range(0,npoint)]
 
list test_heliosphere.dts = [delays_ss[i].total_seconds()/86400. for i in range(0,npoint)]
 
tuple test_heliosphere.fig = plt.figure(num=1,figsize=(14,7))
 
string test_heliosphere.title = 'Test 1 Heliosphere propagation with Parker Model. Vwind vary. \n'
 
tuple test_heliosphere.sub = plt.subplot(231)
 
int test_heliosphere.x_vwind = 300
 
list test_heliosphere.positions_sc = [ module_timespace.Coordinate() for i in range(0,npoint) ]