SWDatabase
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
Variables
test_read_donki Namespace Reference

Variables

tuple test_mode = module_prompt.prompt_inlist(['Random','Today','User defined date','Random not empty'])
 
tuple delay = datetime.datetime.today()
 
tuple random_delay = random.uniform(0,delay.total_seconds())
 
tuple date_in = datetime.datetime(2018,7,1)
 
string filepath = '../DATA_OBS/Corona/DONKI/CME/donki_cme_%s000000.json'
 
tuple events = read_donki_event.read_jason_v0(filepath)
 
tuple testpath = os.path.join('dir.test','tmp_read_donki.ascii')
 
string command = 'vimdiff %s %s'
 
string see_test = 'y'
 

Variable Documentation

string test_read_donki.command = 'vimdiff %s %s'
tuple test_read_donki.date_in = datetime.datetime(2018,7,1)
tuple test_read_donki.delay = datetime.datetime.today()
tuple test_read_donki.events = read_donki_event.read_jason_v0(filepath)
string test_read_donki.filepath = '../DATA_OBS/Corona/DONKI/CME/donki_cme_%s000000.json'
tuple test_read_donki.random_delay = random.uniform(0,delay.total_seconds())
string test_read_donki.see_test = 'y'
tuple test_read_donki.test_mode = module_prompt.prompt_inlist(['Random','Today','User defined date','Random not empty'])
tuple test_read_donki.testpath = os.path.join('dir.test','tmp_read_donki.ascii')