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(2019,6,28) |
string | filepath = '../DATA_OBS/Corona/SOLARMONITOR/CHIMERA/arm_ch_location_%s.txt' |
tuple | contours = read_chole_solarmonitor_chimera.read_ascii_v0(filepath) |
tuple | testpath = os.path.join('dir.test','tmp_read_solarmonitor_chimera.ascii') |
string | command = 'vimdiff %s %s' |
string | see_test = 'y' |
string test_read_solarmonitor_chimera_chole.command = 'vimdiff %s %s' |
tuple test_read_solarmonitor_chimera_chole.contours = read_chole_solarmonitor_chimera.read_ascii_v0(filepath) |
tuple test_read_solarmonitor_chimera_chole.date_in = datetime.datetime(2019,6,28) |
tuple test_read_solarmonitor_chimera_chole.delay = datetime.datetime.today() |
string test_read_solarmonitor_chimera_chole.filepath = '../DATA_OBS/Corona/SOLARMONITOR/CHIMERA/arm_ch_location_%s.txt' |
tuple test_read_solarmonitor_chimera_chole.random_delay = random.uniform(0,delay.total_seconds()) |
string test_read_solarmonitor_chimera_chole.see_test = 'y' |
tuple test_read_solarmonitor_chimera_chole.test_mode = module_prompt.prompt_inlist(['Random','Today','User defined date','Random not empty']) |
tuple test_read_solarmonitor_chimera_chole.testpath = os.path.join('dir.test','tmp_read_solarmonitor_chimera.ascii') |