#from mat_tools import mat_autoPipeline as mat_autoPipeline #from mat_tools import libAutoPipeline as libAutoPipeline from my_mat_autoPipeline import mat_autoPipeline import libAutoPipeline as libAutoPipeline import matplotlib matplotlib.use('Agg') import os import shutil import glob import numpy as np #from mcdb import Mcdb as mc from mcdb import VioletasExp as ve from mcdb import matutil as mu from mcdb import wutil as wu from show_allred import show_allred,show_allred_mosaic,create_obs_lst from pk2oifits import pk_2_oifits from astropy.io.fits import getheader from astropy.io import fits from astropy import units as u from astropy.coordinates import SkyCoord from astroquery.vizier import Vizier #print(mat_autoPipeline.__file__) jsdc_v2 = Vizier(catalog='II/346/jsdc_v2') # location of the python tools: /home/varga/.local/lib/python3.6/site-packages/mat_tools/ DATADIR = '/allegro6/matisse/rawdata/' #'/allegro6/matisse/varga/rawdata/Z_CMa_img/' #'/allegro6/matisse/rawdata/' RESDIR_MAIN = '/allegro6/matisse/varga/matisse_red9/' #test_red PROGRAMDIR = '/allegro6/matisse/varga/pro/' alt_calibdir = '' #DATADIR #default: '' nightdirs = [] #DATADIR +'/2024-06-23/'] [DATADIR +'/2023-10-16/', DATADIR +'/2023-10-17/', DATADIR +'/2023-12-06/', DATADIR +'/2024-01-31/',] #[DATADIR +'/2024-06-04/',DATADIR +'/2024-06-05/',] #[DATADIR +'/2024-05-30/',DATADIR +'/2024-05-31/',DATADIR +'/2024-06-01/',] #[DATADIR +'/2024-03-26/',DATADIR +'/2024-03-27/'] #[DATADIR +'/2023-01-10/'] #[DATADIR + '/2023-10-12/'] #,DATADIR + '/2023-12-29/'] #,DATADIR + '/2023-11-01/'] #[DATADIR + '/2023-09-24/'] #,DATADIR + '/2023-09-22/'] [ DATADIR + '/2023-04-08/',] [DATADIR + '/2023-03-13/', DATADIR + '/2023-03-14/', DATADIR + '/2023-03-23/', DATADIR + '/2023-03-24/', DATADIR + '/2023-04-11/', DATADIR + '/2023-04-20/', DATADIR + '/2023-05-15/', DATADIR + '/2023-05-22/', ] #note: closing '/' in the paths are important! without it create_obs_lst does not work properly (os.path.basename won't return the night folder but the folder above it) main_JSDC_path = '/allegro6/matisse/varga/CalibMap/JSDC/jsdc_2017_03_03.fits' alt_JSDC_path = '/allegro6/matisse/varga/CalibMap/JSDC/cal_catalog_for_cals_not_in_jsdc_2024-03.fits' #test_red/matisse_red7: N spectralbinning_N = '7' #test_red/matisse_red7_test: N spectralbinning_N = '147' do_L = True do_N = False do_reduction = True try_K2N_cophasing = True #default: True, only applies to the N band do_plot = True redo_reduction = True #if True, execute reduction even if there are reduced files present from earlier reduction redo_plots = redo_reduction #try averaging N band frames for longer in EWS !!!!!!!!!!!!!!!!!! pipeline = 'ews' #'drs' #'drs', 'ews' maxIter = 1 #default: 1 spectralbinning_L = '5' #'70' #'5' #DRS option (tried value = 5 and 10 - matisse_redM), default for LR: '1' spectralbinning_N = '7' #DRS option, default for LR: '7' (tried value = 49 - matisse_redM and some matisse_red6) spectralbinning_N_high_UT = '35' #(l/dl=40) it was 49 before spectralbinning_N_high_AT = '98' #(l/dl=15) it was 49 before ''' 'sci':{'night':'2023-10-30', 'tpl_start':'2023-10-31T04:59:48', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #MWC_120, SCI_MWC_120 'sci_name':'MWC_120'}, 'cal':{'night':'2023-10-30', 'tpl_start':'2023-10-31T05:33:13', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_40657, CAL_HD_40657_MWC_120_LN 'cal':{'night':'2023-10-30', 'tpl_start':'2023-10-31T06:01:19', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_40657, CAL_HD_40657_MWC_120_LN 'cal':{'night':'2023-11-01', 'tpl_start':'2023-11-02T06:17:03', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_27482, CAL_HD_27482_HD_31648_LN 'sci':{'night':'2023-11-01', 'tpl_start':'2023-11-02T06:48:32', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD__31648, SCI_HD_31648 'sci_name':'HD__31648'}, ''' ews_modes = ['ews'] # incoherent processing (default) # coherent processing: corrFlux=TRUE/useOpdMod=TRUE/coherentAlgo=2/ drs_modes = [ 'coherent', 'incoherent', ] #drs_modes = [ # 'coherent_vis', # ] if pipeline == 'drs': modes = drs_modes if pipeline == 'ews': modes = ews_modes paramL_list = [ '/spectralBinning='+spectralbinning_L+'/corrFlux=TRUE/useOpdMod=FALSE/coherentAlgo=2/compensate="[pb,rb,nl,if,bp,od]"', #for coherent visibilities: '/corrFlux=FALSE/useOpdMod=FALSE/coherentAlgo=2/compensate="[pb,rb,nl,if,bp,od]"/' '/spectralBinning='+spectralbinning_L+'/compensate="pb,rb,nl,if,bp,od"' ] #paramL_list = [ # '/spectralBinning='+spectralbinning_L+'/corrFlux=FALSE/useOpdMod=FALSE/coherentAlgo=2/compensate="[pb,rb,nl,if,bp,od]"', #for coherent visibilities: '/corrFlux=FALSE/useOpdMod=FALSE/coherentAlgo=2/compensate="[pb,rb,nl,if,bp,od]"/' #] paramN_list_AT = [ '/replaceTel=3/corrFlux=TRUE/useOpdMod=TRUE/coherentAlgo=2/spectralBinning='+spectralbinning_N, '/replaceTel=3/spectralBinning='+spectralbinning_N ] paramN_list_UT = [ '/replaceTel=0/corrFlux=TRUE/useOpdMod=TRUE/coherentAlgo=2/spectralBinning='+spectralbinning_N, '/replaceTel=0/spectralBinning='+spectralbinning_N ] #paramN_list_AT = [ #'/replaceTel=3/corrFlux=FALSE/useOpdMod=TRUE/coherentAlgo=2/spectralBinning='+spectralbinning_N, # ] #paramN_list_UT = [ #'/replaceTel=0/corrFlux=FALSE/useOpdMod=TRUE/coherentAlgo=2/spectralBinning='+spectralbinning_N, # ] obs_lst = [ {'night':'2024-06-04', 'tpl_start':'2024-06-05T01:21:42', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_135758, CAL_HD_135758_RU_Lup_LN {'night':'2024-06-04', 'tpl_start':'2024-06-05T01:51:50', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #RU_Lup, SCI_RU_Lup ] [ {'night':'2019-12-08', 'tpl_start':'2019-12-09T05:04:34', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD27482, CAL_V892_Tau_DG_Tau_HD27482_LN {'night':'2019-12-08', 'tpl_start':'2019-12-09T05:33:52', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #DG_Tau, SCI_DG_Tau {'night':'2019-12-08', 'tpl_start':'2019-12-09T06:05:04', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD27482, CAL_V892_Tau_DG_Tau_HD27482_LN {'night':'2023-10-12', 'tpl_start':'2023-10-13T07:08:58', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_27482, CAL_HD_27482_DG_Tau_LN {'night':'2023-10-12', 'tpl_start':'2023-10-13T08:02:07', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #DG_Tau, SCI_DG_Tau ] [ {'night':'2024-01-31', 'tpl_start':'2024-02-01T04:11:05', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_97068, CAL_HD_97068_Beta_Leo_LN {'night':'2024-01-31', 'tpl_start':'2024-02-01T04:36:05', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #Beta_Leo, SCI_Beta_Leo #{'night':'2023-05-09', 'tpl_start':'2023-05-10T09:54:47', 'tel':'UTs','diL':'MED','diN':'LOW'}, #HD_174116, CAL_HD_174116_TY_CrA #{'night':'2023-05-09', 'tpl_start':'2023-05-10T10:14:59', 'tel':'UTs','diL':'MED','diN':'LOW'}, #T_CrA, SCI_T_CrA #{'night':'2024-06-01', 'tpl_start':'2024-06-02T04:03:03', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_181925, CAL_HD_181925_T_CrA_L #{'night':'2024-06-01', 'tpl_start':'2024-06-02T04:30:13', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #T_CrA, SCI_T_CrA ] [ {'night':'2023-10-16', 'tpl_start':'2023-10-17T04:32:10', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #UX_Ori, SCI_UX_Ori {'night':'2023-10-16', 'tpl_start':'2023-10-17T04:57:21', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_36167, CAL_HD_36167_UX_Ori_LN {'night':'2023-12-06', 'tpl_start':'2023-12-07T06:44:11', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #WW_Cha, SCI_WW_Cha {'night':'2023-12-06', 'tpl_start':'2023-12-07T07:10:21', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_92305, CAL_HD_92305_WW_Cha_LN {'night':'2023-12-06', 'tpl_start':'2023-12-07T07:37:08', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD__101412, SCI_HD_101412 {'night':'2023-12-06', 'tpl_start':'2023-12-07T08:02:23', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_107446, CAL_HD_107446_HD_101412_LN ] [ #{'night':'2024-05-31', 'tpl_start':'2024-06-01T05:07:07', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_166191, SCI_HD166191 {'night':'2024-05-31', 'tpl_start':'2024-06-01T05:40:18', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_164064, CAL_HD164064 ] [ {'night':'2019-12-08', 'tpl_start':'2019-12-09T05:04:34', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD27482, CAL_V892_Tau_DG_Tau_HD27482_LN ] [ {'night':'2024-05-30', 'tpl_start':'2024-05-31T01:15:11', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_138816, CAL_HD_138816_GQ_Lup ] [ #{'night':'2024-03-26', 'tpl_start':'2024-03-27T05:22:41', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_105340, CAL_HD_105340_HP_Cha_A_L #{'night':'2024-03-26', 'tpl_start':'2024-03-27T06:18:34', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HP Cha A, SCI_HP_Cha_A #{'night':'2024-03-27', 'tpl_start':'2024-03-28T03:20:36', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_105340, CAL_HD_105340_HP_Cha_A_L {'night':'2024-03-27', 'tpl_start':'2024-03-28T03:56:21', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HP Cha A, SCI_HP_Cha_A ] [ {'night':'2023-01-10', 'tpl_start':'2023-01-11T02:07:35', 'tel':'UTs','diL':'MED','diN':'LOW'}, #V DG Tau, SCI_DGTau open time program, PI: CARATTI O GARATTI {'night':'2023-01-10', 'tpl_start':'2023-01-11T01:46:31', 'tel':'UTs','diL':'MED','diN':'LOW'}, #zet Per, CAL_DGTau open time program, PI: CARATTI O GARATTI #{'night':'2023-01-10', 'tpl_start':'2023-01-11T03:28:16', 'tel':'UTs','diL':'MED','diN':'LOW'}, #sig02 Tau, CAL_Haro6-37 open time program, PI: CARATTI O GARATTI ] [ {'night':'2023-03-14', 'tpl_start':'2023-03-15T07:56:18', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_104237, SCI_HD_104237 {'night':'2023-03-14', 'tpl_start':'2023-03-15T08:24:42', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD94683, CAL_HD94683_HD_104237_LN {'night':'2022-01-22', 'tpl_start':'2022-01-23T07:04:32', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD92682, CAL_HD92682_HD104237_LN {'night':'2022-01-22', 'tpl_start':'2022-01-23T07:37:08', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD104237, SCI_HD104237_LN {'night':'2021-03-10', 'tpl_start':'2021-03-11T04:18:09', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD120404, CAL_HD120404_HD_104237_LN {'night':'2021-03-10', 'tpl_start':'2021-03-11T04:45:57', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_104237, SCI_HD_104237 {'night':'2023-11-01', 'tpl_start':'2023-11-02T06:17:03', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_27482, CAL_HD_27482_HD_31648_LN {'night':'2023-11-01', 'tpl_start':'2023-11-02T06:48:32', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD__31648, SCI_HD_31648 {'night':'2023-01-17', 'tpl_start':'2023-01-18T05:46:27', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD92305, CAL_HD92305_DX_Cha_LN {'night':'2023-01-17', 'tpl_start':'2023-01-18T06:15:04', 'tel':'ATs','diL':'MED','diN':'LOW'}, #DX_Cha, SCI_DX_Cha ] ''' DX Cha L 2023-03-15T07:56:18 cal: 2023-03-15T08:24:42 DX Cha L 2022-01-23T07:37:08 cal: 2022-01-23T07:04:32 DX Cha L 2021-03-11T04:45:57 cal: 2021-03-11T04:18:09 HD 31648 L 2023-11-02T06:48:32 cal: 2023-11-02T06:17:03 DX Cha L 2023-01-18T06:15:04 cal: 2023-01-18T05:46:27 -- MWC 120 N 2023-10-31T04:59:48 cal: 2023-10-31T06:01:19 ''' [ {'night':'2023-11-21', 'tpl_start':'2023-11-22T05:53:08', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #UX_Ori, SCI_UX_Ori {'night':'2023-11-21', 'tpl_start':'2023-11-22T06:21:04', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_36558, CAL_HD_36558_UX_Ori_LN ] [ {'night':'2023-12-29', 'tpl_start':'2023-12-30T04:32:24', 'tel':'UTs','diL':'MED','diN':'LOW'}, #V T Tau, SCI_T_Tau_N_S ] [ {'night':'2022-03-21', 'tpl_start':'2022-03-22T07:38:11', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD147084, CAL_HD147084_IM_Lup_LN {'night':'2022-03-21', 'tpl_start':'2022-03-22T08:09:33', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #EX_Lup, SCI_EX_Lup {'night':'2022-03-21', 'tpl_start':'2022-03-22T08:39:05', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD 151051, CAL_HD151051_EX_Lup_LN_2 ] [ {'night':'2023-11-21', 'tpl_start':'2023-11-22T05:53:08', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #UX_Ori, SCI_UX_Ori {'night':'2023-11-21', 'tpl_start':'2023-11-22T06:21:04', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_36558, CAL_HD_36558_UX_Ori_L ] [ {'night':'2023-03-14', 'tpl_start':'2023-03-15T02:56:16', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 97048, SCI_HD97048 {'night':'2023-03-14', 'tpl_start':'2023-03-15T03:23:06', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 105340, CAL_HD97048_HD105340 {'night':'2023-03-14', 'tpl_start':'2023-03-15T04:50:02', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 105340, CAL_HD97048_HD105340 {'night':'2023-03-14', 'tpl_start':'2023-03-15T05:18:34', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 97048, SCI_HD97048 ] [ {'night':'2023-03-13', 'tpl_start':'2023-03-14T04:03:46', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 97048, SCI_HD97048 {'night':'2023-03-13', 'tpl_start':'2023-03-14T04:54:04', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 105340, CAL_HD97048_HD105340 {'night':'2023-03-14', 'tpl_start':'2023-03-15T02:56:16', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 97048, SCI_HD97048 {'night':'2023-03-14', 'tpl_start':'2023-03-15T03:23:06', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 105340, CAL_HD97048_HD105340 {'night':'2023-03-14', 'tpl_start':'2023-03-15T04:50:02', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 105340, CAL_HD97048_HD105340 {'night':'2023-03-14', 'tpl_start':'2023-03-15T05:18:34', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 97048, SCI_HD97048 {'night':'2023-03-14', 'tpl_start':'2023-03-15T05:45:44', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_100453, SCI_HD_100453 {'night':'2023-03-14', 'tpl_start':'2023-03-15T06:12:57', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD102964, CAL_HD102964_HD_100453_LN {'night':'2023-03-14', 'tpl_start':'2023-03-15T06:42:31', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #Beta_Leo, SCI_Beta_Leo {'night':'2023-03-14', 'tpl_start':'2023-03-15T07:27:24', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD100920, CAL_HD100920_Beta_Leo_LN {'night':'2023-03-14', 'tpl_start':'2023-03-15T07:56:18', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_104237, SCI_HD_104237 {'night':'2023-03-14', 'tpl_start':'2023-03-15T08:24:42', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD94683, CAL_HD94683_HD_104237_LN {'night':'2023-03-14', 'tpl_start':'2023-03-15T08:54:36', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #AS_209, SCI_AS_209 {'night':'2023-03-14', 'tpl_start':'2023-03-15T09:21:40', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD159881, CAL_HD159881_AS_209_LN {'night':'2023-03-23', 'tpl_start':'2023-03-24T01:47:25', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 97048, SCI_HD97048 {'night':'2023-03-23', 'tpl_start':'2023-03-24T02:18:22', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 105340, CAL_HD97048_HD105340 {'night':'2023-03-23', 'tpl_start':'2023-03-24T02:53:03', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 97048, SCI_HD97048 {'night':'2023-03-23', 'tpl_start':'2023-03-24T03:23:15', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 105340, CAL_HD97048_HD105340 {'night':'2023-03-23', 'tpl_start':'2023-03-24T03:58:42', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 97048, SCI_HD97048 {'night':'2023-03-23', 'tpl_start':'2023-03-24T04:28:34', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 105340, CAL_HD97048_HD105340 {'night':'2023-03-23', 'tpl_start':'2023-03-24T05:06:56', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 97048, SCI_HD97048 {'night':'2023-03-23', 'tpl_start':'2023-03-24T05:34:18', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 105340, CAL_HD97048_HD105340 {'night':'2023-03-24', 'tpl_start':'2023-03-25T00:08:08', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 97048, SCI_HD97048 {'night':'2023-03-24', 'tpl_start':'2023-03-25T01:02:03', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 92682, CAL_HD97048_HD92682 {'night':'2023-03-24', 'tpl_start':'2023-03-25T03:37:20', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD120404, CAL_HD120404_DX_Cha_LN {'night':'2023-03-24', 'tpl_start':'2023-03-25T04:30:02', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #DX_Cha, SCI_DX_Cha {'night':'2023-04-11', 'tpl_start':'2023-04-12T04:55:28', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 97048, SCI_HD97048 {'night':'2023-04-11', 'tpl_start':'2023-04-12T05:23:36', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 92682, CAL_HD97048_HD92682 {'night':'2023-04-20', 'tpl_start':'2023-04-21T00:56:59', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 97048, SCI_HD97048 {'night':'2023-04-20', 'tpl_start':'2023-04-21T01:24:38', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 105340, CAL_HD97048_HD105340 {'night':'2023-04-20', 'tpl_start':'2023-04-21T04:11:57', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD120404, CAL_HD120404_DX_Cha_LN {'night':'2023-04-20', 'tpl_start':'2023-04-21T04:42:25', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #DX_Cha, SCI_DX_Cha {'night':'2023-05-15', 'tpl_start':'2023-05-15T23:27:04', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 97048, SCI_HD97048 {'night':'2023-05-15', 'tpl_start':'2023-05-15T23:55:05', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 92682, CAL_HD97048_HD92682 {'night':'2023-05-15', 'tpl_start':'2023-05-16T01:19:28', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 97048, SCI_HD97048 {'night':'2023-05-15', 'tpl_start':'2023-05-16T01:50:13', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 92682, CAL_HD97048_HD92682 {'night':'2023-05-22', 'tpl_start':'2023-05-23T02:03:33', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 97048, SCI_HD97048 {'night':'2023-05-22', 'tpl_start':'2023-05-23T02:34:30', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 105340, CAL_HD97048_HD105340 ] [ {'night':'2023-07-11', 'tpl_start':'2023-07-12T00:02:49', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_139063, CAL_HD_139063_HD_142527_LN ] [ {'night':'2023-06-06', 'tpl_start':'2023-06-07T00:01:26', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #EX_Lup, SCI_EX_Lup {'night':'2023-06-06', 'tpl_start':'2023-06-07T00:29:14', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD 151051, CAL_HD151051_EX_Lup_LN {'night':'2023-05-09', 'tpl_start':'2023-05-10T06:44:59', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_164064, CAL_HD_164064_HD_166191 {'night':'2023-05-09', 'tpl_start':'2023-05-10T07:12:08', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #EX_Lup, SCI_EX_Lup ] [ {'night':'2021-01-22', 'tpl_start':'2021-01-23T03:29:25', 'tel':'ATs','diL':'MED','diN':'HIGH'}, #HD58972, CAL_HD58972_R_Mon_LN {'night':'2021-01-22', 'tpl_start':'2021-01-23T04:21:05', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #HD48915, CAL_HD48915_R_Mon_N {'night':'2021-01-22', 'tpl_start':'2021-01-23T04:50:45', 'tel':'ATs','diL':'MED','diN':'HIGH'}, #Z_CMa, SCI_Z_CMa {'night':'2021-01-22', 'tpl_start':'2021-01-23T03:38:32', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #HD58972, CAL_HD58972_R_Mon_LN {'night':'2021-01-22', 'tpl_start':'2021-01-23T04:21:05', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #HD48915, CAL_HD48915_R_Mon_N {'night':'2021-01-22', 'tpl_start':'2021-01-23T04:59:57', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #Z_CMa, SCI_Z_CMa {'night':'2021-11-24', 'tpl_start':'2021-11-25T08:05:27', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #No name, CAL_HD39853_HD38120_LN {'night':'2021-11-24', 'tpl_start':'2021-11-25T08:32:42', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #Z_CMa, SCI_Z_CMa #{'night':'2023-01-14', 'tpl_start':'2023-01-15T06:42:41', 'tel':'ATs','diL':'MED','diN':'LOW'}, #alf CMa, CAL_HD48915_LMN_Z_CMa_small_8 ] [ {'night':'2023-07-29', 'tpl_start':'2023-07-30T00:45:22', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_144432, SCI_HD_144432 ] {'night':'2021-08-23', 'tpl_start':'2021-08-24T02:54:38', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_166191, SCI_HD166191 {'night':'2021-08-23', 'tpl_start':'2021-08-24T03:25:43', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_170016, CAL_HD170016 {'night':'2019-09-18', 'tpl_start':'2019-09-19T00:11:00', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_170016, CAL_HD170016 {'night':'2019-09-18', 'tpl_start':'2019-09-19T00:39:18', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_166191, SCI_HD166191 {'night':'2023-05-09', 'tpl_start':'2023-05-10T10:14:59', 'tel':'UTs','diL':'MED','diN':'LOW'}, #T_CrA, SCI_T_CrA {'night':'2023-05-09', 'tpl_start':'2023-05-10T09:54:47', 'tel':'UTs','diL':'MED','diN':'LOW'}, #HD_174116, CAL_HD_174116_TY_CrA {'night':'2023-05-09', 'tpl_start':'2023-05-10T08:05:28', 'tel':'UTs','diL':'MED','diN':'LOW'}, #HD_141569, SCI_HD_141569 {'night':'2023-05-09', 'tpl_start':'2023-05-10T08:22:38', 'tel':'UTs','diL':'MED','diN':'LOW'}, #HD_148513, CAL_HD_148513_HD_141569 {'night':'2023-05-09', 'tpl_start':'2023-05-10T09:37:01', 'tel':'UTs','diL':'MED','diN':'LOW'}, #TY_CrA, SCI_TY_CrA {'night':'2023-05-10', 'tpl_start':'2023-05-11T07:31:24', 'tel':'UTs','diL':'MED','diN':'LOW'}, #HD160668, CAL_HD160668_Elias_2-30_LN {'night':'2023-05-10', 'tpl_start':'2023-05-11T08:00:24', 'tel':'UTs','diL':'MED','diN':'LOW'}, #Elias_2-30, SCI_Elias_2-30 ''' [ {'night':'2021-01-06', 'tpl_start':'2021-01-07T03:14:25', 'tel':'UTs','diL':'LOW','diN':'HIGH'}, #AB_Aur, SCI_AB_Aur {'night':'2021-01-06', 'tpl_start':'2021-01-07T02:08:39', 'tel':'UTs','diL':'LOW','diN':'HIGH'}, #HD26526, CAL_HD26526_AB_Aur_LN incomplete {'night':'2021-01-06', 'tpl_start':'2021-01-07T02:38:26', 'tel':'UTs','diL':'LOW','diN':'HIGH'}, #HD26526, CAL_HD26526_AB_Aur_LN ] [ #{'night':'2022-12-10', 'tpl_start':'2022-12-11T02:39:23', 'tel':'UTs','diL':'MED','diN':'LOW'}, #HD40091, CAL_HD40091_MWC_120_LN {'night':'2022-12-10', 'tpl_start':'2022-12-11T03:15:37', 'tel':'UTs','diL':'MED','diN':'LOW'}, #MWC_120, SCI_MWC_120 {'night':'2022-12-12', 'tpl_start':'2022-12-13T01:50:03', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD33856, CAL_HD33856_HL_Tau_LN {'night':'2022-12-12', 'tpl_start':'2022-12-13T03:14:50', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD29051, CAL_HD29051_DR_Tau_LN {'night':'2022-12-12', 'tpl_start':'2022-12-13T03:36:07', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #DR_Tau, SCI_DR_Tau {'night':'2022-12-12', 'tpl_start':'2022-12-13T04:10:55', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #V646_Pup, SCI_V646_Pup {'night':'2022-12-12', 'tpl_start':'2022-12-13T04:29:14', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD61248, CAL_HD61248_V646_Pup_LN {'night':'2022-12-12', 'tpl_start':'2022-12-13T04:54:11', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD47886, CAL_HD47886_V646_Pup_LN ] ''' obs_lst_full=[ {'night':'2019-03-22', 'tpl_start':'2019-03-23T07:44:51', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #IRAS_13481-6124, SCI_IRAS13481-6124 {'night':'2019-03-22', 'tpl_start':'2019-03-23T08:15:36', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #zet_Ara, CAL_IRAS13481-6124_zet_Ara {'night':'2019-03-22', 'tpl_start':'2019-03-23T08:41:19', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD163296, SCI_HD163296 {'night':'2019-03-22', 'tpl_start':'2019-03-23T08:53:41', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #delSgr, CAL_HD163296_delSgr {'night':'2019-03-22', 'tpl_start':'2019-03-23T09:32:52', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #EM MWC 297, SCI_MWC297 {'night':'2019-03-22', 'tpl_start':'2019-03-23T09:46:13', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #lamSgr, CAL_MWC297_lamSgr {'night':'2019-03-22', 'tpl_start':'2019-03-23T08:53:41', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #delSgr, CAL_HD163296_delSgr {'night':'2019-03-22', 'tpl_start':'2019-03-23T09:06:28', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD142527, SCI_HD142527 {'night':'2019-03-22', 'tpl_start':'2019-03-23T09:19:37', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #epsSco, CAL_HD142527_epsSco {'night':'2019-03-22', 'tpl_start':'2019-03-23T09:32:52', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #EM MWC 297, SCI_MWC297 {'night':'2019-03-22', 'tpl_start':'2019-03-23T09:59:54', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #EM MWC 297, SCI_MWC297 {'night':'2019-03-23', 'tpl_start':'2019-03-24T04:48:29', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD100546, SCI_HD100546 {'night':'2019-03-23', 'tpl_start':'2019-03-24T05:13:41', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #V532Car, CAL_HD100546 {'night':'2019-03-23', 'tpl_start':'2019-03-24T07:54:57', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD150193, SCI_HD150193 {'night':'2019-03-23', 'tpl_start':'2019-03-24T08:17:00', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #epsSco, CAL_HD150193 {'night':'2019-03-23', 'tpl_start':'2019-03-24T08:29:15', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #KK_Oph, SCI_KKOph {'night':'2019-03-23', 'tpl_start':'2019-03-24T08:48:04', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #VV1068Sco, CAL_KKOph {'night':'2019-03-23', 'tpl_start':'2019-03-24T09:01:46', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD142666, SCI_HD142666 {'night':'2019-03-23', 'tpl_start':'2019-03-24T09:19:40', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #upsLib, CAL_HD142666 {'night':'2019-03-23', 'tpl_start':'2019-03-24T09:34:22', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD179218, SCI_HD179218 {'night':'2019-03-23', 'tpl_start':'2019-03-24T09:54:09', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #gamAql, CAL_HD179218_bright {'night':'2019-03-23', 'tpl_start':'2019-03-24T10:07:06', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #V921_Sco, SCI_V921Sco {'night':'2019-04-05', 'tpl_start':'2019-04-05T23:58:00', 'tel':'ATs','diL':'HIGH','diN':'LOW'}, #alf_CMa, CAL_alphaCMa {'night':'2019-04-05', 'tpl_start':'2019-04-06T01:00:39', 'tel':'ATs','diL':'HIGH','diN':'LOW'}, #alf_CMa, CAL_alphaCMa {'night':'2019-04-06', 'tpl_start':'2019-04-06T23:46:54', 'tel':'ATs','diL':'MED','diN':'LOW'}, #alf_CMa, CAL_HD48915 {'night':'2019-04-07', 'tpl_start':'2019-04-08T01:56:31', 'tel':'ATs','diL':'MED','diN':'LOW'}, #alf_CMa, CAL_HD48915 {'night':'2019-05-05', 'tpl_start':'2019-05-06T03:47:01', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_138742, CAL_HD142527_HD138742_L {'night':'2019-05-05', 'tpl_start':'2019-05-06T04:00:18', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD142527, SCI_HD142527 {'night':'2019-05-05', 'tpl_start':'2019-05-06T04:34:53', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD151680, CAL_HD142527_HD151680_N {'night':'2019-05-05', 'tpl_start':'2019-05-06T04:51:46', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD151680, CAL_HD142527_HD151680_N {'night':'2019-05-05', 'tpl_start':'2019-05-06T05:20:09', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD136422, CAL_HD150193_HD136422_N {'night':'2019-05-05', 'tpl_start':'2019-05-06T05:38:29', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD150193, SCI_HD150193 {'night':'2019-05-05', 'tpl_start':'2019-05-06T06:02:16', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_156637, CAL_HD150193_HD156637_L {'night':'2019-05-05', 'tpl_start':'2019-05-06T06:20:28', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_135367, CAL_HD142666_HD135367_L {'night':'2019-05-05', 'tpl_start':'2019-05-06T06:37:56', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD142666, SCI_HD142666 {'night':'2019-05-05', 'tpl_start':'2019-05-06T06:59:26', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD149447, CAL_HD142666_HD149447_N {'night':'2019-05-05', 'tpl_start':'2019-05-06T07:17:01', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #56_Hya, CAL_HD144432_56_Hya_L {'night':'2019-05-05', 'tpl_start':'2019-05-06T07:33:07', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD144432, SCI_HD144432 {'night':'2019-05-05', 'tpl_start':'2019-05-06T07:51:59', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD149447, CAL_HD144432_HD149447_N {'night':'2019-05-05', 'tpl_start':'2019-05-06T08:07:33', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_156637, CAL_HD163296_HD156637_L {'night':'2019-05-05', 'tpl_start':'2019-05-06T08:19:51', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD163296, SCI_HD163296 {'night':'2019-05-05', 'tpl_start':'2019-05-06T08:38:14', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD168454, CAL_HD163296_HD168454_N {'night':'2019-05-05', 'tpl_start':'2019-05-06T09:06:52', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #R_CrA, SCI_R_CrA {'night':'2019-05-05', 'tpl_start':'2019-05-06T09:28:34', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD181109, CAL_RCrA_HD181109_L {'night':'2019-05-05', 'tpl_start':'2019-05-06T09:41:46', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #del_Sgr, CAL_RCrA_del_Sgr_N {'night':'2019-05-13', 'tpl_start':'2019-05-14T03:06:51', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #RULup, SCI_RULup {'night':'2019-05-13', 'tpl_start':'2019-05-14T03:39:23', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD138492, CAL_RULup_HD138492_LN {'night':'2019-05-13', 'tpl_start':'2019-05-14T04:08:01', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #eta_Crv, SCI_HD109085 {'night':'2019-05-13', 'tpl_start':'2019-05-14T04:52:11', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #50_Vir, CAL_HD109085 {'night':'2019-05-13', 'tpl_start':'2019-05-14T05:28:03', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD142666, SCI_HD142666 {'night':'2019-05-13', 'tpl_start':'2019-05-14T06:12:59', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #tet_Lib, CAL_HD142666_tet_Lib {'night':'2019-05-13', 'tpl_start':'2019-05-14T06:37:27', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #tet_Lib, CAL_HD142666_tet_Lib {'night':'2019-05-13', 'tpl_start':'2019-05-14T07:13:59', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #37_Lib, CAL_AS205N_37_Lib_N {'night':'2019-05-13', 'tpl_start':'2019-05-14T07:24:30', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #37_Lib, CAL_AS205N_37_Lib_N {'night':'2019-05-13', 'tpl_start':'2019-05-14T08:24:10', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #AS209, SCI_AS209 {'night':'2019-05-13', 'tpl_start':'2019-05-14T09:00:03', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_156637, CAL_AS209_HD_156637_LN {'night':'2019-05-13', 'tpl_start':'2019-05-14T09:21:17', 'tel':'UTs','diL':'MED','diN':'HIGH'}, #MWC297, SCI_MWC297 {'night':'2019-05-13', 'tpl_start':'2019-05-14T09:47:41', 'tel':'UTs','diL':'MED','diN':'HIGH'}, #i_Aql, CAL_MWC297_HD176678 {'night':'2019-05-14', 'tpl_start':'2019-05-14T23:49:40', 'tel':'UTs','diL':'MED','diN':'LOW'}, #HD97048, SCI_HD97048_b6ms {'night':'2019-05-14', 'tpl_start':'2019-05-15T00:10:56', 'tel':'UTs','diL':'MED','diN':'HIGH'}, #HD97048, SCI_HD97048_b6ms {'night':'2019-05-14', 'tpl_start':'2019-05-15T00:30:41', 'tel':'UTs','diL':'MED','diN':'LOW'}, #kap_Cha, CAL_HD97048_kap_Cha_LN_b6ms {'night':'2019-05-14', 'tpl_start':'2019-05-15T01:10:46', 'tel':'UTs','diL':'MED','diN':'HIGH'}, #kap_Cha, CAL_HD97048_kap_Cha_LN_b6ms {'night':'2019-05-14', 'tpl_start':'2019-05-15T01:36:00', 'tel':'UTs','diL':'MED','diN':'HIGH'}, #kap_Cha, CAL_HD97048_kap_Cha_LN_b6ms {'night':'2019-05-14', 'tpl_start':'2019-05-15T01:53:07', 'tel':'UTs','diL':'MED','diN':'LOW'}, #HD100453, SCI_HD100453 {'night':'2019-05-14', 'tpl_start':'2019-05-15T02:27:07', 'tel':'UTs','diL':'MED','diN':'LOW'}, #HD102461, CAL_HD100453_HD102461_LN {'night':'2019-05-14', 'tpl_start':'2019-05-15T03:00:30', 'tel':'UTs','diL':'HIGH','diN':'LOW'}, #IRAS13481-6124, SCI_IRAS13481-6124 {'night':'2019-05-14', 'tpl_start':'2019-05-15T03:29:42', 'tel':'UTs','diL':'HIGH','diN':'LOW'}, #HD152786, CAL_IRAS13481-6124_HD152786_N {'night':'2019-05-14', 'tpl_start':'2019-05-15T04:01:52', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #alfCirc, CAL_Circ_Hyb {'night':'2019-05-14', 'tpl_start':'2019-05-15T04:45:06', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #CircinusGalaxy, SCI_Circinus_guidestar_27arcsec {'night':'2019-05-14', 'tpl_start':'2019-05-15T05:11:47', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_148103, CAL_GJ_674_bef {'night':'2019-05-14', 'tpl_start':'2019-05-15T05:40:39', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #GJ_674, SCI_GJ_674 {'night':'2019-05-14', 'tpl_start':'2019-05-15T06:39:56', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #GJ_674, SCI_GJ_674 {'night':'2019-05-14', 'tpl_start':'2019-05-15T07:22:51', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HR_6778, CAL_GJ_674_aft {'night':'2019-05-14', 'tpl_start':'2019-05-15T07:52:14', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HR_6778, CAL_GJ_674_aft {'night':'2019-05-14', 'tpl_start':'2019-05-15T08:36:04', 'tel':'UTs','diL':'MED','diN':'HIGH'}, #MWC297, SCI_MWC297 {'night':'2019-05-14', 'tpl_start':'2019-05-15T08:46:16', 'tel':'UTs','diL':'HIGH','diN':'HIGH'}, #MWC297, SCI_MWC297 {'night':'2019-05-14', 'tpl_start':'2019-05-15T08:57:20', 'tel':'UTs','diL':'HIGH','diN':'HIGH'}, #MWC297, SCI_MWC297 {'night':'2019-05-14', 'tpl_start':'2019-05-15T09:33:24', 'tel':'UTs','diL':'MED','diN':'HIGH'}, #i Aql, CAL_MWC297_HD176678 {'night':'2019-05-14', 'tpl_start':'2019-05-15T09:48:40', 'tel':'UTs','diL':'HIGH','diN':'HIGH'}, #i Aql, CAL_MWC297_HD176678 {'night':'2019-05-14', 'tpl_start':'2019-05-15T09:59:06', 'tel':'UTs','diL':'MED','diN':'HIGH'}, #i Aql, CAL_MWC297_HD176678 {'night':'2019-05-14', 'tpl_start':'2019-05-15T10:15:39', 'tel':'UTs','diL':'HIGH','diN':'HIGH'}, #i Aql, CAL_MWC297_HD176678 {'night':'2019-06-09', 'tpl_start':'2019-06-10T00:04:38', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD107446, CAL_HD107446_HD100453_N {'night':'2019-06-09', 'tpl_start':'2019-06-10T00:17:47', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #IRAS13481-6124, SCI_IRAS13481-6124 {'night':'2019-06-09', 'tpl_start':'2019-06-10T00:39:13', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD122451, CAL_HD122451_IRAS13481-6124_L {'night':'2019-06-09', 'tpl_start':'2019-06-10T00:54:13', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD102839, CAL_HD102839_HD100453_L {'night':'2019-06-09', 'tpl_start':'2019-06-10T01:13:19', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD100453, SCI_HD100453 {'night':'2019-06-09', 'tpl_start':'2019-06-10T01:33:25', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD107446, CAL_HD107446_HD100453_N {'night':'2019-06-09', 'tpl_start':'2019-06-10T02:12:13', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD133550, CAL_HD133550_HD135344B_L {'night':'2019-06-09', 'tpl_start':'2019-06-10T02:25:42', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD135344B, SCI_HD135344B {'night':'2019-06-09', 'tpl_start':'2019-06-10T02:48:39', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD136422, CAL_HD136422_HD135344B_N {'night':'2019-06-09', 'tpl_start':'2019-06-10T03:07:48', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD147084, CAL_HD147084_HD142666_L {'night':'2019-06-09', 'tpl_start':'2019-06-10T03:23:25', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD142666, SCI_HD142666 {'night':'2019-06-09', 'tpl_start':'2019-06-10T04:19:21', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD142666, SCI_HD142666 {'night':'2019-06-09', 'tpl_start':'2019-06-10T04:39:13', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #nu.Oph, CAL_nu_Oph {'night':'2019-06-09', 'tpl_start':'2019-06-10T04:54:21', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #nu.Oph, CAL_nu_Oph {'night':'2019-06-10', 'tpl_start':'2019-06-10T23:13:34', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD102964, CAL_HD98922_HD102964_L {'night':'2019-06-10', 'tpl_start':'2019-06-10T23:27:32', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD98922, SCI_HD98922 {'night':'2019-06-10', 'tpl_start':'2019-06-10T23:47:48', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD98922, SCI_HD98922 {'night':'2019-06-10', 'tpl_start':'2019-06-11T00:07:18', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD98922, SCI_HD98922 {'night':'2019-06-10', 'tpl_start':'2019-06-11T00:26:17', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD98922, SCI_HD98922 {'night':'2019-06-10', 'tpl_start':'2019-06-11T00:43:08', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD107446, CAL_HD98922_HD107446_N {'night':'2019-06-10', 'tpl_start':'2019-06-11T01:00:30', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #V1028Cen, SCI_V1028Cen {'night':'2019-06-10', 'tpl_start':'2019-06-11T01:25:48', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD138492, CAL_HD138492_HD144668_L {'night':'2019-06-10', 'tpl_start':'2019-06-11T01:41:22', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD144668, SCI_HD144668 {'night':'2019-06-10', 'tpl_start':'2019-06-11T02:43:59', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD149447, CAL_HD144432_HD149447_N {'night':'2019-06-10', 'tpl_start':'2019-06-11T02:58:10', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD160668, CAL_IRAS17216-3801_HD160668_L {'night':'2019-06-10', 'tpl_start':'2019-06-11T03:34:49', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #V921Sco, SCI_V921Sco_nophot {'night':'2019-06-10', 'tpl_start':'2019-06-11T03:54:15', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD152161, CAL_V921Sco_HD152161_N {'night':'2019-06-10', 'tpl_start':'2019-06-11T06:15:56', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD168454, CAL_M8E-IR_HD168454_N {'night':'2019-06-10', 'tpl_start':'2019-06-11T06:27:16', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD168454, CAL_M8E-IR_HD168454_N {'night':'2019-06-10', 'tpl_start':'2019-06-11T07:04:37', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #M8E-IR, SCI_M8E-IR {'night':'2019-06-10', 'tpl_start':'2019-06-11T07:24:58', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #M8E-IR, SCI_M8E-IR {'night':'2019-06-10', 'tpl_start':'2019-06-11T07:39:44', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD169420, CAL_M8E-IR_HD169420_L {'night':'2019-06-10', 'tpl_start':'2019-06-11T07:51:01', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD174796, CAL_MWC297_HD174796_L {'night':'2019-06-10', 'tpl_start':'2019-06-11T07:54:27', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD174796, CAL_MWC297_HD174796_L {'night':'2019-06-10', 'tpl_start':'2019-06-11T08:02:25', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #MWC297, SCI_MWC297 {'night':'2019-06-10', 'tpl_start':'2019-06-11T08:26:13', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD171443, CAL_MWC297_HD171443_N {'night':'2019-06-10', 'tpl_start':'2019-06-11T09:11:35', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD181109, CAL_RCrA_HD181109_L {'night':'2019-06-10', 'tpl_start':'2019-06-11T09:21:58', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #R_CrA, SCI_R_CrA {'night':'2019-06-10', 'tpl_start':'2019-06-11T09:39:32', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD177716, CAL_R_CrA_HD177716_N {'night':'2019-06-10', 'tpl_start':'2019-06-11T09:58:49', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #VVCrASW, SCI_VVCrASW {'night':'2019-06-10', 'tpl_start':'2019-06-11T10:10:01', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #VVCrASW, SCI_VVCrASW {'night':'2019-06-10', 'tpl_start':'2019-06-11T10:17:56', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD181109, CAL_RCrA_HD181109_L {'night':'2019-06-24', 'tpl_start':'2019-06-24T23:02:29', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD129078, CAL_HD97048_HD129078_LN {'night':'2019-06-24', 'tpl_start':'2019-06-24T23:24:23', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD129078, CAL_HD97048_HD129078_LN {'night':'2019-06-24', 'tpl_start':'2019-06-25T00:03:05', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD97048, SCI_HD97048 {'night':'2019-06-24', 'tpl_start':'2019-06-25T00:46:22', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD97048, SCI_HD97048 {'night':'2019-06-24', 'tpl_start':'2019-06-25T05:24:36', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #delSgr, CAL_del_Sgr {'night':'2019-06-25', 'tpl_start':'2019-06-26T03:43:44', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #V921Sco, SCI_V921Sco {'night':'2019-06-25', 'tpl_start':'2019-06-26T04:29:41', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD151680, CAL_HD151680_V921Sco_LN {'night':'2019-06-25', 'tpl_start':'2019-06-26T06:01:34', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD152161, CAL_HD152161_HD144668_LN {'night':'2019-06-25', 'tpl_start':'2019-06-26T06:26:41', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD163296, SCI_HD163296 {'night':'2019-06-25', 'tpl_start':'2019-06-26T07:25:01', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD165135, CAL_HD165135_HD163296_LN {'night':'2019-06-25', 'tpl_start':'2019-06-26T08:14:21', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #MWC297, SCI_MWC297 {'night':'2019-06-25', 'tpl_start':'2019-06-26T09:01:19', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD171443, CAL_HD171443_MWC297_LN {'night':'2019-06-25', 'tpl_start':'2019-06-26T09:26:43', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #tauCet, SCI_tauCet {'night':'2019-06-25', 'tpl_start':'2019-06-26T09:58:10', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD6805, CAL_HD6805_tauCet_LN {'night':'2019-06-25', 'tpl_start':'2019-06-26T10:21:51', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #tauCet, SCI_tauCet {'night':'2019-06-28', 'tpl_start':'2019-06-28T22:51:08', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD125687, CAL_V1028Cen_HD125687_LN {'night':'2019-06-28', 'tpl_start':'2019-06-28T23:49:17', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #V1028Cen, SCI_V1028Cen {'night':'2019-06-28', 'tpl_start':'2019-06-29T00:50:22', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD98922, SCI_HD98922 {'night':'2019-06-28', 'tpl_start':'2019-06-29T01:20:56', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD107446, CAL_HD98922_HD107446_LN {'night':'2019-06-28', 'tpl_start':'2019-06-29T01:46:09', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD135344B, SCI_HD135344B {'night':'2019-06-28', 'tpl_start':'2019-06-29T02:26:28', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD136422, CAL_HD136422_HD135344B_LN {'night':'2019-06-28', 'tpl_start':'2019-06-29T02:51:22', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD144668, SCI_HD144668 {'night':'2019-06-28', 'tpl_start':'2019-06-29T03:28:41', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD152161, CAL_HD152161_HD144668_LN {'night':'2019-06-28', 'tpl_start':'2019-06-29T04:25:16', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD144432, SCI_HD144432 {'night':'2019-06-28', 'tpl_start':'2019-06-29T05:04:00', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD151680, CAL_HD151680_HD144432_LN {'night':'2019-06-28', 'tpl_start':'2019-06-29T05:36:29', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #KK_Oph, SCI_KK_Oph {'night':'2019-06-28', 'tpl_start':'2019-06-29T06:11:07', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #V921Sco, SCI_V921Sco {'night':'2019-06-28', 'tpl_start':'2019-06-29T06:43:24', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD151680, CAL_HD151680_V921Sco_LN {'night':'2019-06-28', 'tpl_start':'2019-06-29T07:07:44', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD163296, SCI_HD163296 {'night':'2019-06-28', 'tpl_start':'2019-06-29T07:38:15', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD165135, CAL_HD165135_HD163296_LN {'night':'2019-06-28', 'tpl_start':'2019-06-29T08:02:07', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #R_CrA, SCI_R_CrA {'night':'2019-06-28', 'tpl_start':'2019-06-29T08:32:37', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD183799, CAL_R_CrA_HD183799_LN_n1 {'night':'2019-06-28', 'tpl_start':'2019-06-29T08:58:22', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #VVCrASW, SCI_VVCrASW {'night':'2019-06-28', 'tpl_start':'2019-06-29T09:38:30', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD183799, CAL_R_CrA_HD183799_LN_n1 {'night':'2019-06-28', 'tpl_start':'2019-06-29T09:52:46', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #pi1_Gru, SCI_pi1_Gru {'night':'2019-06-28', 'tpl_start':'2019-06-29T09:55:32', 'tel':'ATs','diL':'MED','diN':'LOW'}, #pi1_Gru, SCI_pi1_Gru {'night':'2019-06-28', 'tpl_start':'2019-06-29T10:07:40', 'tel':'ATs','diL':'MED','diN':'LOW'}, #pi1_Gru, SCI_pi1_Gru {'night':'2019-06-28', 'tpl_start':'2019-06-29T10:30:11', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD211416, CAL_pi1Gru_HD211416_LN {'night':'2019-06-29', 'tpl_start':'2019-06-29T22:44:27', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD129078, CAL_HD97048_HD129078_LN {'night':'2019-06-29', 'tpl_start':'2019-06-29T23:08:45', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD129078, CAL_HD97048_HD129078_LN {'night':'2019-06-29', 'tpl_start':'2019-06-30T00:41:31', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD97048, SCI_HD97048 {'night':'2019-06-29', 'tpl_start':'2019-06-30T01:10:42', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD97048, SCI_HD97048 {'night':'2019-06-29', 'tpl_start':'2019-06-30T01:23:26', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD98922, SCI_HD98922 {'night':'2019-06-29', 'tpl_start':'2019-06-30T01:54:44', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD107446, CAL_HD98922_HD107446_LN {'night':'2019-06-29', 'tpl_start':'2019-06-30T02:11:10', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD107446, CAL_HD98922_HD107446_LN {'night':'2019-06-29', 'tpl_start':'2019-06-30T02:26:51', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD107446, CAL_HD98922_HD107446_LN {'night':'2019-06-29', 'tpl_start':'2019-06-30T02:53:05', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD142666, SCI_HD142666 {'night':'2019-06-29', 'tpl_start':'2019-06-30T03:24:49', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD139997, CAL_HD139997_HD142666_LN {'night':'2019-06-29', 'tpl_start':'2019-06-30T03:53:19', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD150193, SCI_HD150193 {'night':'2019-06-29', 'tpl_start':'2019-06-30T04:24:13', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD151680, CAL_HD151680_HD150193_LN {'night':'2019-06-29', 'tpl_start':'2019-06-30T04:49:21', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD142527, SCI_HD142527 {'night':'2019-06-29', 'tpl_start':'2019-06-30T05:19:31', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD151680, CAL_HD151680_HD150193_LN {'night':'2019-06-29', 'tpl_start':'2019-06-30T05:48:30', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #M8E-IR, SCI_M8E-IR {'night':'2019-06-29', 'tpl_start':'2019-06-30T06:44:16', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD165135, CAL_HD165135_M8E-IR_LN {'night':'2019-06-29', 'tpl_start':'2019-06-30T07:09:20', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #VVCrASW, SCI_VVCrASW {'night':'2019-08-28', 'tpl_start':'2019-08-28T23:01:36', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD151011, CAL_AS205N_HD151011_L {'night':'2019-08-28', 'tpl_start':'2019-08-28T23:22:17', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #AS205N, SCI_AS205N {'night':'2019-08-28', 'tpl_start':'2019-08-28T23:48:59', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #kap_Lib, CAL_AS205N_HD139997_N {'night':'2019-08-28', 'tpl_start':'2019-08-29T00:05:34', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD174796, CAL_HD174796_MWC297_L {'night':'2019-08-28', 'tpl_start':'2019-08-29T00:20:13', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #MWC297, SCI_MWC297 {'night':'2019-08-28', 'tpl_start':'2019-08-29T00:47:07', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD171443, CAL_HD171443_MWC297_N {'night':'2019-08-28', 'tpl_start':'2019-08-29T01:12:27', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD173074, CAL_VVSer_HD173074_L {'night':'2019-08-28', 'tpl_start':'2019-08-29T01:24:23', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #VVSer, SCI_VVSer {'night':'2019-08-28', 'tpl_start':'2019-08-29T01:54:53', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #eAql, CAL_VVSer_eAql_N {'night':'2019-08-28', 'tpl_start':'2019-08-29T02:07:52', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #nu.Oph, CAL_nu_Oph {'night':'2019-09-01', 'tpl_start':'2019-09-01T23:24:33', 'tel':'ATs','diL':'MED','diN':'LOW'}, #bSgr, CAL_L_b_Sgr {'night':'2019-09-01', 'tpl_start':'2019-09-01T23:33:21', 'tel':'ATs','diL':'MED','diN':'LOW'}, #bSgr, CAL_L_b_Sgr {'night':'2019-09-01', 'tpl_start':'2019-09-01T23:47:58', 'tel':'ATs','diL':'MED','diN':'LOW'}, #V S Sct, SCI_S_Sct {'night':'2019-09-01', 'tpl_start':'2019-09-02T00:09:19', 'tel':'ATs','diL':'MED','diN':'LOW'}, #V S Sct, SCI_S_Sct {'night':'2019-09-01', 'tpl_start':'2019-09-02T00:33:51', 'tel':'ATs','diL':'MED','diN':'LOW'}, #k Aqr, CAL_N_k_Aqr {'night':'2019-09-01', 'tpl_start':'2019-09-02T00:54:17', 'tel':'ATs','diL':'MED','diN':'LOW'}, #k Aqr, CAL_N_k_Aqr {'night':'2019-09-01', 'tpl_start':'2019-09-02T01:19:56', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD144432, SCI_HD144432 {'night':'2019-09-01', 'tpl_start':'2019-09-02T01:57:03', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #H_Sco, CAL_HD149447_HD144432_LN {'night':'2019-09-01', 'tpl_start':'2019-09-02T02:23:17', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #M8E-IR, SCI_M8E-IR {'night':'2019-09-01', 'tpl_start':'2019-09-02T02:58:57', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD165135, CAL_HD165135_M8E-IR_LN {'night':'2019-09-01', 'tpl_start':'2019-09-02T03:42:29', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #IRAS17216-3801, SCI_IRAS17216-3801 {'night':'2019-09-01', 'tpl_start':'2019-09-02T04:21:45', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD163376, CAL_IRAS17216-3801_HD163376_LN {'night':'2019-09-01', 'tpl_start':'2019-09-02T04:49:01', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #rho01Eri, CAL_HD18784_before {'night':'2019-09-01', 'tpl_start':'2019-09-02T05:01:40', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD22484, SCI_HD22484 {'night':'2019-09-01', 'tpl_start':'2019-09-02T08:09:26', 'tel':'ATs','diL':'MED','diN':'LOW'}, #No name, CAL_N_epsilon_Lep {'night':'2019-09-01', 'tpl_start':'2019-09-02T08:31:06', 'tel':'ATs','diL':'MED','diN':'LOW'}, #No name, CAL_N_epsilon_Lep {'night':'2019-09-01', 'tpl_start':'2019-09-02T08:56:23', 'tel':'ATs','diL':'MED','diN':'LOW'}, #V R Lep, SCI_R_Lep {'night':'2019-09-01', 'tpl_start':'2019-09-02T09:17:19', 'tel':'ATs','diL':'MED','diN':'LOW'}, #V R Lep, SCI_R_Lep {'night':'2019-09-01', 'tpl_start':'2019-09-02T09:41:14', 'tel':'ATs','diL':'MED','diN':'LOW'}, #beta_lep, CAL_L_beta_Lep {'night':'2019-09-01', 'tpl_start':'2019-09-02T09:51:20', 'tel':'ATs','diL':'MED','diN':'LOW'}, #beta_lep, CAL_L_beta_Lep {'night':'2019-09-05', 'tpl_start':'2019-09-06T00:06:48', 'tel':'ATs','diL':'MED','diN':'LOW'}, #V V849 Ara, CAL_HD153162 {'night':'2019-09-05', 'tpl_start':'2019-09-06T00:10:28', 'tel':'ATs','diL':'MED','diN':'LOW'}, #V V849 Ara, CAL_HD153162 {'night':'2019-09-05', 'tpl_start':'2019-09-06T00:20:52', 'tel':'ATs','diL':'MED','diN':'LOW'}, #V V849 Ara, CAL_HD153162 {'night':'2019-09-05', 'tpl_start':'2019-09-06T00:31:56', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD144432, SCI_HD144432 {'night':'2019-09-05', 'tpl_start':'2019-09-06T01:12:32', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD147084, CAL_HD144432_HD147084_L {'night':'2019-09-05', 'tpl_start':'2019-09-06T02:12:30', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #KK_Oph, SCI_KKOph {'night':'2019-09-05', 'tpl_start':'2019-09-06T02:42:19', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD157236, CAL_KK_Oph_HD157236_L {'night':'2019-09-05', 'tpl_start':'2019-09-06T03:09:22', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD168454, CAL_KK_Oph_HD168454_N {'night':'2019-09-05', 'tpl_start':'2019-09-06T03:23:02', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #R_CrA, SCI_R_CrA {'night':'2019-09-05', 'tpl_start':'2019-09-06T03:47:56', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD181109, CAL_RCrA_HD181109_L {'night':'2019-09-05', 'tpl_start':'2019-09-06T04:24:57', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD177716, CAL_R_CrA_HD177716_N {'night':'2019-09-05', 'tpl_start':'2019-09-06T04:54:20', 'tel':'ATs','diL':'MED','diN':'LOW'}, #V Y Pav, Backup_North_Y_Pav {'night':'2019-09-06', 'tpl_start':'2019-09-07T00:51:37', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 184996, CAL_HD184996 {'night':'2019-09-06', 'tpl_start':'2019-09-07T01:10:56', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD144432, SCI_HD144432 {'night':'2019-09-06', 'tpl_start':'2019-09-07T01:50:21', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #VVCrASW, SCI_VVCrASW {'night':'2019-09-06', 'tpl_start':'2019-09-07T02:17:26', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD177716, CAL_VVCrASW_HD177716_N {'night':'2019-09-06', 'tpl_start':'2019-09-07T02:36:14', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD181109, CAL_VVCrASW_HD181109_L {'night':'2019-09-06', 'tpl_start':'2019-09-07T03:48:16', 'tel':'ATs','diL':'MED','diN':'LOW'}, #alf Eri, CAL_L_alpha_eri {'night':'2019-09-06', 'tpl_start':'2019-09-07T03:58:06', 'tel':'ATs','diL':'MED','diN':'LOW'}, #alf Eri, CAL_L_alpha_eri {'night':'2019-09-06', 'tpl_start':'2019-09-07T04:11:16', 'tel':'ATs','diL':'MED','diN':'LOW'}, #V Y Pav, Backup_North_Y_Pav {'night':'2019-09-06', 'tpl_start':'2019-09-07T04:43:21', 'tel':'ATs','diL':'MED','diN':'LOW'}, #V Y Pav, Backup_North_Y_Pav {'night':'2019-09-06', 'tpl_start':'2019-09-07T05:11:30', 'tel':'ATs','diL':'MED','diN':'LOW'}, #del Ret, CAL_del_Ret_N {'night':'2019-09-18', 'tpl_start':'2019-09-19T00:11:00', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_170016, CAL_HD170016 {'night':'2019-09-18', 'tpl_start':'2019-09-19T00:39:18', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_166191, SCI_HD166191 {'night':'2019-09-18', 'tpl_start':'2019-09-19T01:06:41', 'tel':'UTs','diL':'MED','diN':'LOW'}, #VTYCrA, SCI_TYCra {'night':'2019-09-18', 'tpl_start':'2019-09-19T01:37:32', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #VTYCrA, SCI_TYCra {'night':'2019-09-18', 'tpl_start':'2019-09-19T02:03:30', 'tel':'UTs','diL':'MED','diN':'LOW'}, #HD181109, CAL_TYCrA_HD181109_L {'night':'2019-09-18', 'tpl_start':'2019-09-19T02:34:35', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD181109, CAL_TYCrA_HD181109_L {'night':'2019-09-18', 'tpl_start':'2019-09-19T02:48:49', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD181109, CAL_TYCrA_HD181109_L {'night':'2019-12-08', 'tpl_start':'2019-12-09T02:41:59', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #37Tau, CAL_HLTau_HD25604_LN {'night':'2019-12-08', 'tpl_start':'2019-12-09T03:14:58', 'tel':'UTs','diL':'MED','diN':'LOW'}, #HLTau, SCI_HLTau {'night':'2019-12-08', 'tpl_start':'2019-12-09T03:22:48', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HLTau, SCI_HLTau {'night':'2019-12-08', 'tpl_start':'2019-12-09T03:53:25', 'tel':'UTs','diL':'MED','diN':'LOW'}, #V892_Tau, SCI_V892_Tau {'night':'2019-12-08', 'tpl_start':'2019-12-09T04:29:56', 'tel':'UTs','diL':'MED','diN':'LOW'}, #HD27482, CAL_V892_Tau_DG_Tau_HD27482_LN {'night':'2019-12-08', 'tpl_start':'2019-12-09T05:04:34', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD27482, CAL_V892_Tau_DG_Tau_HD27482_LN {'night':'2019-12-08', 'tpl_start':'2019-12-09T05:33:52', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #DG_Tau, SCI_DG_Tau {'night':'2019-12-08', 'tpl_start':'2019-12-09T06:05:04', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD27482, CAL_V892_Tau_DG_Tau_HD27482_LN {'night':'2019-12-08', 'tpl_start':'2019-12-09T06:32:25', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #wCar, CAL_HD93070 {'night':'2019-12-10', 'tpl_start':'2019-12-11T06:05:52', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD47667, CAL_N_V900Mon_HD47667 {'night':'2019-12-10', 'tpl_start':'2019-12-11T06:46:24', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #V900Mon, SCI_V900Mon {'night':'2019-12-10', 'tpl_start':'2019-12-11T07:13:45', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD59381, CAL_L_V900Mon_HD59381 {'night':'2019-12-10', 'tpl_start':'2019-12-11T07:30:16', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD59381, CAL_L_V900Mon_HD59381 {'night':'2019-12-10', 'tpl_start':'2019-12-11T07:44:47', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD59381, CAL_L_V900Mon_HD59381 {'night':'2019-12-21', 'tpl_start':'2019-12-22T00:33:00', 'tel':'ATs','diL':'MED','diN':'LOW'}, #mu. Psc, CAL_HD9138 {'night':'2019-12-21', 'tpl_start':'2019-12-22T01:01:06', 'tel':'ATs','diL':'HIGH','diN':'HIGH'}, #rdor, SCI_rdor_HR_medium02 {'night':'2019-12-21', 'tpl_start':'2019-12-22T04:51:39', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #FU_Ori, SCI_FU_Ori {'night':'2019-12-21', 'tpl_start':'2019-12-22T05:21:28', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD49161, CAL_FU_Ori_HD49161_LN {'night':'2019-12-21', 'tpl_start':'2019-12-22T05:58:09', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #R_Mon, SCI_R_Mon {'night':'2019-12-21', 'tpl_start':'2019-12-22T06:24:12', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #HD53510, CAL_R_Mon_HD53510_L {'night':'2019-12-21', 'tpl_start':'2019-12-22T06:48:23', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #HD61421, CAL_R_Mon_HD61421_N {'night':'2019-12-21', 'tpl_start':'2019-12-22T07:13:38', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #HD_98922, SCI_HD_98922 {'night':'2019-12-21', 'tpl_start':'2019-12-22T07:44:29', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #HD_98922, SCI_HD_98922 {'night':'2019-12-21', 'tpl_start':'2019-12-22T08:09:57', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #HD106321, CAL_HD_98922_HD106321_L {'night':'2019-12-21', 'tpl_start':'2019-12-22T08:34:05', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #HD101104, CAL_HD_98922_HD101104_N {'night':'2019-12-21', 'tpl_start':'2019-12-22T09:04:16', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #HD_100453, SCI_HD_100453 {'night':'2020-01-08', 'tpl_start':'2020-01-09T00:37:54', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD47667, CAL_N_V900Mon_HD47667 {'night':'2020-01-08', 'tpl_start':'2020-01-09T01:05:19', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD47667, CAL_N_V900Mon_HD47667 {'night':'2020-01-08', 'tpl_start':'2020-01-09T01:24:18', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #V900Mon, SCI_V900Mon {'night':'2020-01-08', 'tpl_start':'2020-01-09T02:16:50', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD59381, CAL_L_V900Mon_HD59381 {'night':'2020-01-12', 'tpl_start':'2020-01-13T07:38:16', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_97048, HD_97048 {'night':'2020-01-12', 'tpl_start':'2020-01-13T08:16:18', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #bet_Car, bet_Car {'night':'2020-03-11', 'tpl_start':'2020-03-12T00:35:12', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #TW_Hya, SCI_TWHya {'night':'2020-03-11', 'tpl_start':'2020-03-12T01:09:09', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #iot_Ant, CAL_TWHya_iot_Ant_LN {'night':'2020-03-12', 'tpl_start':'2020-03-12T23:56:58', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD50235, CAL_South_HD50235 {'night':'2020-03-12', 'tpl_start':'2020-03-13T00:30:57', 'tel':'UTs','diL':'MED','diN':'LOW'}, #HD100546, SCI_HD100546 {'night':'2020-03-12', 'tpl_start':'2020-03-13T00:44:40', 'tel':'UTs','diL':'MED','diN':'LOW'}, #HD100546, SCI_HD100546 {'night':'2020-03-12', 'tpl_start':'2020-03-13T01:06:39', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD100546, SCI_HD100546 {'night':'2020-03-12', 'tpl_start':'2020-03-13T01:41:32', 'tel':'UTs','diL':'MED','diN':'LOW'}, #HD97472, CAL_HD97472_for_HD100546 {'night':'2020-03-12', 'tpl_start':'2020-03-13T02:02:37', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD97472, CAL_HD97472_for_HD100546 {'night':'2020-03-12', 'tpl_start':'2020-03-13T02:28:50', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD100546, SCI_HD100546 {'night':'2020-03-12', 'tpl_start':'2020-03-13T02:48:40', 'tel':'UTs','diL':'MED','diN':'LOW'}, #HD100546, SCI_HD100546 {'night':'2020-03-12', 'tpl_start':'2020-03-13T03:15:24', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD97472, CAL_HD97472_for_HD100546 {'night':'2020-03-12', 'tpl_start':'2020-03-13T05:27:12', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD100546, SCI_HD100546 {'night':'2020-03-12', 'tpl_start':'2020-03-13T05:47:26', 'tel':'UTs','diL':'MED','diN':'LOW'}, #HD100546, SCI_HD100546 {'night':'2020-03-12', 'tpl_start':'2020-03-13T06:15:52', 'tel':'UTs','diL':'MED','diN':'LOW'}, #HD97472, CAL_HD97472_for_HD100546 {'night':'2020-03-12', 'tpl_start':'2020-03-13T06:36:09', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD97472, CAL_HD97472_for_HD100546 {'night':'2020-03-12', 'tpl_start':'2020-03-13T08:13:44', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_115640, CAL_3C273_N_aft_2 {'night':'2020-03-12', 'tpl_start':'2020-03-13T08:41:26', 'tel':'UTs','diL':'LOW','diN':'HIGH'}, #HD144432, SCI_HD144432 {'night':'2020-03-12', 'tpl_start':'2020-03-13T09:17:41', 'tel':'UTs','diL':'LOW','diN':'HIGH'}, #HD159881, CAL_HD144432_HD159881 {'night':'2020-03-13', 'tpl_start':'2020-03-13T23:49:33', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD50235, CAL_South_HD50235 {'night':'2020-03-13', 'tpl_start':'2020-03-14T01:55:33', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD100546, SCI_HD100546 {'night':'2020-03-13', 'tpl_start':'2020-03-14T02:19:11', 'tel':'UTs','diL':'MED','diN':'LOW'}, #HD100546, SCI_HD100546 {'night':'2020-03-13', 'tpl_start':'2020-03-14T02:50:03', 'tel':'UTs','diL':'MED','diN':'LOW'}, #HD97472, CAL_HD97472_for_HD100546 {'night':'2020-03-13', 'tpl_start':'2020-03-14T03:09:38', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD97472, CAL_HD97472_for_HD100546 {'night':'2020-03-13', 'tpl_start':'2020-03-14T06:19:40', 'tel':'UTs','diL':'MED','diN':'LOW'}, #HD100546, SCI_HD100546 {'night':'2020-03-13', 'tpl_start':'2020-03-14T06:29:44', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD100546, SCI_HD100546 {'night':'2020-03-13', 'tpl_start':'2020-03-14T07:03:18', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD97472, CAL_HD97472_for_HD100546 {'night':'2020-03-13', 'tpl_start':'2020-03-14T07:11:48', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD97472, CAL_HD97472_for_HD100546 {'night':'2020-03-13', 'tpl_start':'2020-03-14T07:24:07', 'tel':'UTs','diL':'MED','diN':'LOW'}, #HD97472, CAL_HD97472_for_HD100546 {'night':'2020-03-14', 'tpl_start':'2020-03-15T00:17:48', 'tel':'UTs','diL':'LOW','diN':'HIGH'}, #FU_Ori, SCI_FU_Ori, failed observation {'night':'2020-03-14', 'tpl_start':'2020-03-15T00:23:24', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #FU_Ori, SCI_FU_Ori {'night':'2020-03-14', 'tpl_start':'2020-03-15T00:55:09', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #30 Gem, CAL_30_Gem {'night':'2020-03-14', 'tpl_start':'2020-03-15T03:22:48', 'tel':'UTs','diL':'MED','diN':'LOW'}, #RCrt, SCI_RCrt {'night':'2020-03-14', 'tpl_start':'2020-03-15T03:55:33', 'tel':'UTs','diL':'MED','diN':'LOW'}, #Cal_Alpha_Crt, Cal_Alpha_Crt {'night':'2020-03-21', 'tpl_start':'2020-03-22T05:04:59', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #WWCha, SCI_WWCha {'night':'2020-03-21', 'tpl_start':'2020-03-22T05:29:14', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD105340, CAL_WWCha_DXCha_L {'night':'2020-03-21', 'tpl_start':'2020-03-22T05:54:46', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #DXCha, SCI_DXCha {'night':'2020-03-21', 'tpl_start':'2020-03-22T06:17:23', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #alfAps, CAL_WWCha_DXCha_N {'night':'2020-03-21', 'tpl_start':'2020-03-22T06:30:52', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #VV1064Sco, CAL_AKSco_L {'night':'2020-03-21', 'tpl_start':'2020-03-22T06:54:52', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #AKSco, SCI_AKSco {'night':'2020-03-21', 'tpl_start':'2020-03-22T07:21:18', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #zet02Sco, CAL_AKSco_N {'night':'2020-03-21', 'tpl_start':'2020-03-22T07:55:34', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #AS205, SCI_AS205N {'night':'2020-03-21', 'tpl_start':'2020-03-22T08:22:22', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD151011, CAL_AS205N_L {'night':'2020-03-21', 'tpl_start':'2020-03-22T08:46:36', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #kapOph, CAL_AS205N_N {'night':'2020-03-21', 'tpl_start':'2020-03-22T09:05:24', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #AS205S, SCI_AS205S {'night':'2020-03-21', 'tpl_start':'2020-03-22T09:38:09', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD151011, CAL_AS205N_L {'night':'2021-01-06', 'tpl_start':'2021-01-07T00:51:53', 'tel':'UTs','diL':'LOW','diN':'HIGH'}, #HD17361, CAL_HD17361_RY_Tau_LN {'night':'2021-01-06', 'tpl_start':'2021-01-07T01:28:16', 'tel':'UTs','diL':'LOW','diN':'HIGH'}, #RY_Tau, SCI_RY_Tau {'night':'2021-01-06', 'tpl_start':'2021-01-07T02:08:39', 'tel':'UTs','diL':'LOW','diN':'HIGH'}, #HD26526, CAL_HD26526_AB_Aur_LN incomplete {'night':'2021-01-06', 'tpl_start':'2021-01-07T02:38:26', 'tel':'UTs','diL':'LOW','diN':'HIGH'}, #HD26526, CAL_HD26526_AB_Aur_LN {'night':'2021-01-06', 'tpl_start':'2021-01-07T03:14:25', 'tel':'UTs','diL':'LOW','diN':'HIGH'}, #AB_Aur, SCI_AB_Aur {'night':'2021-01-06', 'tpl_start':'2021-01-07T03:42:01', 'tel':'UTs','diL':'LOW','diN':'HIGH'}, #HD_36112, SCI_HD_36112 {'night':'2021-01-06', 'tpl_start':'2021-01-07T04:11:28', 'tel':'UTs','diL':'LOW','diN':'HIGH'}, #HD43039, CAL_HD43039_HD_36112_LN {'night':'2021-01-06', 'tpl_start':'2021-01-07T04:40:21', 'tel':'UTs','diL':'LOW','diN':'HIGH'}, #FU_Ori, SCI_FU_Ori {'night':'2021-01-07', 'tpl_start':'2021-01-08T00:34:35', 'tel':'UTs','diL':'LOW','diN':'HIGH'}, #HD 28413, CAL_HD28413_beta_Pic_LN {'night':'2021-01-07', 'tpl_start':'2021-01-08T01:03:08', 'tel':'UTs','diL':'LOW','diN':'HIGH'}, #bet_Pic, SCI_bet_Pic {'night':'2021-01-07', 'tpl_start':'2021-01-08T01:32:35', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #IQ_Tau, SCI_IQ_Tau {'night':'2021-01-07', 'tpl_start':'2021-01-08T02:01:28', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD27482, CAL_HD27482_IQ_Tau_LN {'night':'2021-01-07', 'tpl_start':'2021-01-08T02:42:09', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #DL_Tau, SCI_DL_Tau {'night':'2021-01-07', 'tpl_start':'2021-01-08T03:08:00', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD25604, CAL_HD25604_DL_Tau_LN {'night':'2021-01-07', 'tpl_start':'2021-01-08T03:33:01', 'tel':'UTs','diL':'LOW','diN':'HIGH'}, #FU_Ori, SCI_FU_Ori {'night':'2021-01-07', 'tpl_start':'2021-01-08T04:04:16', 'tel':'UTs','diL':'LOW','diN':'HIGH'}, #HD37160, CAL_HD37160_FU_Ori_LN {'night':'2021-01-07', 'tpl_start':'2021-01-08T04:25:38', 'tel':'UTs','diL':'LOW','diN':'HIGH'}, #HD53510, CAL_HD53510_FU_Ori_LN {'night':'2021-01-15', 'tpl_start':'2021-01-16T00:27:55', 'tel':'ATs','diL':'MED','diN':'HIGH'}, #HD33042, CAL_HD33042_beta_Pic_LN {'night':'2021-01-15', 'tpl_start':'2021-01-16T00:39:00', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #HD33042, CAL_HD33042_beta_Pic_LN {'night':'2021-01-15', 'tpl_start':'2021-01-16T01:10:38', 'tel':'ATs','diL':'MED','diN':'HIGH'}, #bet_Pic, SCI_Beta_Pic {'night':'2021-01-15', 'tpl_start':'2021-01-16T01:21:41', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #bet_Pic, SCI_Beta_Pic {'night':'2021-01-15', 'tpl_start':'2021-01-16T01:54:52', 'tel':'ATs','diL':'MED','diN':'HIGH'}, #HD31767, CAL_HD31767_FU_Ori_LN {'night':'2021-01-15', 'tpl_start':'2021-01-16T02:05:46', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #HD31767, CAL_HD31767_FU_Ori_LN {'night':'2021-01-15', 'tpl_start':'2021-01-16T02:36:10', 'tel':'ATs','diL':'MED','diN':'HIGH'}, #V_FU_Ori, SCI_FU_Ori {'night':'2021-01-15', 'tpl_start':'2021-01-16T02:47:06', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #V_FU_Ori, SCI_FU_Ori {'night':'2021-01-15', 'tpl_start':'2021-01-16T04:38:02', 'tel':'ATs','diL':'MED','diN':'HIGH'}, #HD61421, CAL_HD61421_Orion_BN_N {'night':'2021-01-15', 'tpl_start':'2021-01-16T04:55:09', 'tel':'ATs','diL':'MED','diN':'HIGH'}, #V R Mon, SCI_R_Mon {'night':'2021-01-15', 'tpl_start':'2021-01-16T05:06:08', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #V R Mon, SCI_R_Mon {'night':'2021-01-15', 'tpl_start':'2021-01-16T05:37:55', 'tel':'ATs','diL':'MED','diN':'HIGH'}, #G CMi, CAL_HD66141_R_Mon_LN {'night':'2021-01-15', 'tpl_start':'2021-01-16T05:49:20', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #G CMi, CAL_HD66141_R_Mon_LN {'night':'2021-01-15', 'tpl_start':'2021-01-16T06:22:50', 'tel':'ATs','diL':'MED','diN':'HIGH'}, #HD _97048, SCI_HD_97048 {'night':'2021-01-15', 'tpl_start':'2021-01-16T06:33:49', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #HD _97048, SCI_HD_97048 {'night':'2021-01-15', 'tpl_start':'2021-01-16T07:06:38', 'tel':'ATs','diL':'MED','diN':'HIGH'}, #HD112985, CAL_HD112985_HD_97048_LN {'night':'2021-01-15', 'tpl_start':'2021-01-16T07:17:37', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #HD112985, CAL_HD112985_HD_97048_LN {'night':'2021-01-15', 'tpl_start':'2021-01-16T07:49:18', 'tel':'ATs','diL':'MED','diN':'HIGH'}, #HD_100453, SCI_HD_100453 {'night':'2021-01-15', 'tpl_start':'2021-01-16T08:00:13', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #HD_100453, SCI_HD_100453 {'night':'2021-01-15', 'tpl_start':'2021-01-16T08:30:06', 'tel':'ATs','diL':'MED','diN':'HIGH'}, #HD102461, CAL_HD102461_HD_100453_LN {'night':'2021-01-15', 'tpl_start':'2021-01-16T08:49:55', 'tel':'ATs','diL':'MED','diN':'HIGH'}, #HD102461, CAL_HD102461_HD_100453_LN {'night':'2021-01-15', 'tpl_start':'2021-01-16T09:01:07', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #HD102461, CAL_HD102461_HD_100453_LN {'night':'2021-01-16', 'tpl_start':'2021-01-17T06:45:54', 'tel':'ATs','diL':'MED','diN':'HIGH'}, #mu. Hya, CAL_MuHya_HR_4049_N {'night':'2021-01-16', 'tpl_start':'2021-01-17T06:56:51', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #mu. Hya, CAL_MuHya_HR_4049_N {'night':'2021-01-16', 'tpl_start':'2021-01-17T07:30:59', 'tel':'ATs','diL':'MED','diN':'HIGH'}, #HD _89353, SCI_HR_4049 {'night':'2021-01-16', 'tpl_start':'2021-01-17T07:42:10', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #HD _89353, SCI_HR_4049 {'night':'2021-01-16', 'tpl_start':'2021-01-17T08:16:24', 'tel':'ATs','diL':'MED','diN':'HIGH'}, #HD91550, CAL_HD91550_HR_4049_L {'night':'2021-01-16', 'tpl_start':'2021-01-17T08:27:56', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #HD91550, CAL_HD91550_HR_4049_L {'night':'2021-01-16', 'tpl_start':'2021-01-17T09:03:32', 'tel':'ATs','diL':'MED','diN':'HIGH'}, #HD_98922, SCI_HD_98922 {'night':'2021-01-21', 'tpl_start':'2021-01-22T00:24:10', 'tel':'ATs','diL':'MED','diN':'HIGH'}, #HD281813, CAL_HD281813_AB_Aur_LN {'night':'2021-01-21', 'tpl_start':'2021-01-22T00:35:18', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #HD281813, CAL_HD281813_AB_Aur_LN {'night':'2021-01-21', 'tpl_start':'2021-01-22T01:03:26', 'tel':'ATs','diL':'MED','diN':'HIGH'}, #V_AB_Aur, SCI_AB_Aur {'night':'2021-01-21', 'tpl_start':'2021-01-22T01:16:31', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #V_AB_Aur, SCI_AB_Aur {'night':'2021-01-21', 'tpl_start':'2021-01-22T01:43:15', 'tel':'ATs','diL':'MED','diN':'HIGH'}, #HD_36112, SCI_HD36112 {'night':'2021-01-21', 'tpl_start':'2021-01-22T01:52:42', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #HD_36112, SCI_HD36112 {'night':'2021-01-21', 'tpl_start':'2021-01-22T02:44:40', 'tel':'ATs','diL':'MED','diN':'HIGH'}, #HD57423, CAL_HD57423_HD36112_LN {'night':'2021-01-21', 'tpl_start':'2021-01-22T02:59:11', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #HD57423, CAL_HD57423_HD36112_LN {'night':'2021-01-21', 'tpl_start':'2021-01-22T03:28:10', 'tel':'ATs','diL':'MED','diN':'HIGH'}, #HD_95881, SCI_HD_95881 {'night':'2021-01-21', 'tpl_start':'2021-01-22T03:37:33', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #HD_95881, SCI_HD_95881 {'night':'2021-01-21', 'tpl_start':'2021-01-22T04:06:17', 'tel':'ATs','diL':'MED','diN':'HIGH'}, #HD104933, CAL_HD104933_HD_95881_LN {'night':'2021-01-21', 'tpl_start':'2021-01-22T04:15:40', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #HD104933, CAL_HD104933_HD_95881_LN {'night':'2021-01-21', 'tpl_start':'2021-01-22T04:47:59', 'tel':'ATs','diL':'MED','diN':'HIGH'}, #V_V535_Car, CAL_HD98292_HP_Cha_LN {'night':'2021-01-21', 'tpl_start':'2021-01-22T04:59:10', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #V_V535_Car, CAL_HD98292_HP_Cha_LN {'night':'2021-01-21', 'tpl_start':'2021-01-22T05:37:38', 'tel':'ATs','diL':'MED','diN':'HIGH'}, #V WW Cha, SCI_WW_Cha {'night':'2021-01-21', 'tpl_start':'2021-01-22T05:47:23', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #V WW Cha, SCI_WW_Cha {'night':'2021-01-22', 'tpl_start':'2021-01-23T00:20:04', 'tel':'ATs','diL':'MED','diN':'HIGH'}, #HD281813, CAL_HD281813_RY_Tau_LN {'night':'2021-01-22', 'tpl_start':'2021-01-23T00:31:08', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #HD281813, CAL_HD281813_RY_Tau_LN {'night':'2021-01-22', 'tpl_start':'2021-01-23T00:58:55', 'tel':'ATs','diL':'MED','diN':'HIGH'}, #V_RY_Tau, SCI_RY_Tau {'night':'2021-01-22', 'tpl_start':'2021-01-23T01:08:03', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #V_RY_Tau, SCI_RY_Tau {'night':'2021-01-22', 'tpl_start':'2021-01-23T01:38:02', 'tel':'ATs','diL':'MED','diN':'HIGH'}, #V_CQ_Tau, SCI_CQ_Tau {'night':'2021-01-22', 'tpl_start':'2021-01-23T01:47:14', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #V_CQ_Tau, SCI_CQ_Tau {'night':'2021-01-22', 'tpl_start':'2021-01-23T02:14:23', 'tel':'ATs','diL':'MED','diN':'HIGH'}, #HD 44033, CAL_HD44033_CQ_Tau_LN {'night':'2021-01-22', 'tpl_start':'2021-01-23T02:23:31', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #HD 44033, CAL_HD44033_CQ_Tau_LN {'night':'2021-01-22', 'tpl_start':'2021-01-23T02:52:43', 'tel':'ATs','diL':'MED','diN':'HIGH'}, #R_Mon, SCI_R_Mon {'night':'2021-01-22', 'tpl_start':'2021-01-23T03:02:46', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #R_Mon, SCI_R_Mon {'night':'2021-01-22', 'tpl_start':'2021-01-23T03:29:25', 'tel':'ATs','diL':'MED','diN':'HIGH'}, #HD58972, CAL_HD58972_R_Mon_LN {'night':'2021-01-22', 'tpl_start':'2021-01-23T03:38:32', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #HD58972, CAL_HD58972_R_Mon_LN {'night':'2021-01-22', 'tpl_start':'2021-01-23T04:11:53', 'tel':'ATs','diL':'MED','diN':'HIGH'}, #HD48915, CAL_HD48915_R_Mon_N {'night':'2021-01-22', 'tpl_start':'2021-01-23T04:21:05', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #HD48915, CAL_HD48915_R_Mon_N {'night':'2021-01-22', 'tpl_start':'2021-01-23T04:50:45', 'tel':'ATs','diL':'MED','diN':'HIGH'}, #Z_CMa, SCI_Z_CMa {'night':'2021-01-22', 'tpl_start':'2021-01-23T04:59:57', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #Z_CMa, SCI_Z_CMa {'night':'2021-01-23', 'tpl_start':'2021-01-24T02:50:01', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 50778, C19_HD50778_Nband {'night':'2021-01-23', 'tpl_start':'2021-01-24T03:18:58', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #HD_50138, SCI_HD_50138_MAT {'night':'2021-01-23', 'tpl_start':'2021-01-24T03:43:52', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #HD52666, CAL_HD52666_HD_50138_L_MAT {'night':'2021-01-23', 'tpl_start':'2021-01-24T04:10:32', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #HD61421, CAL_HD61421_HD_50138_N_MAT {'night':'2021-01-23', 'tpl_start':'2021-01-24T04:37:00', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #HD92436, CAL_HD92436_HD_100453_L_MAT {'night':'2021-01-23', 'tpl_start':'2021-01-24T05:03:11', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #HD_100453, SCI_HD_100453_MAT {'night':'2021-01-23', 'tpl_start':'2021-01-24T05:29:01', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #HD_98922, SCI_HD_98922_MAT {'night':'2021-01-24', 'tpl_start':'2021-01-25T00:32:28', 'tel':'ATs','diL':'MED','diN':'HIGH'}, #T Tau, SCI_T_TauN {'night':'2021-01-24', 'tpl_start':'2021-01-25T00:43:24', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #T Tau, SCI_T_TauN {'night':'2021-01-24', 'tpl_start':'2021-01-25T01:10:43', 'tel':'ATs','diL':'MED','diN':'HIGH'}, #HD33554, CAL_HD33554_T_Tau_N_LN {'night':'2021-01-24', 'tpl_start':'2021-01-25T01:19:49', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #HD33554, CAL_HD33554_T_Tau_N_LN {'night':'2021-01-24', 'tpl_start':'2021-01-25T01:50:35', 'tel':'ATs','diL':'MED','diN':'HIGH'}, #UX_Ori, SCI_UX_Ori {'night':'2021-01-24', 'tpl_start':'2021-01-25T01:59:46', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #UX_Ori, SCI_UX_Ori {'night':'2021-01-24', 'tpl_start':'2021-01-25T02:27:09', 'tel':'ATs','diL':'MED','diN':'HIGH'}, #HD46612, CAL_HD46612_UX_Ori_LN {'night':'2021-01-24', 'tpl_start':'2021-01-25T02:40:05', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #HD46612, CAL_HD46612_UX_Ori_LN {'night':'2021-01-24', 'tpl_start':'2021-01-25T03:08:29', 'tel':'ATs','diL':'MED','diN':'HIGH'}, #HD_50138, SCI_HD_50138 {'night':'2021-01-24', 'tpl_start':'2021-01-25T03:34:47', 'tel':'ATs','diL':'MED','diN':'HIGH'}, #HD 92436, CAL_HD92436_HD_100453_LN {'night':'2021-01-24', 'tpl_start':'2021-01-25T03:57:45', 'tel':'ATs','diL':'MED','diN':'HIGH'}, #HD_100453, SCI_HD_100453 {'night':'2021-01-24', 'tpl_start':'2021-01-25T04:13:57', 'tel':'ATs','diL':'MED','diN':'HIGH'}, #HD_100546, SCI_HD_100546 {'night':'2021-01-24', 'tpl_start':'2021-01-25T04:23:37', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #HD_100546, SCI_HD_100546 {'night':'2021-01-24', 'tpl_start':'2021-01-25T04:50:40', 'tel':'ATs','diL':'MED','diN':'HIGH'}, #V_V535_Car, CAL_HD98292_HD100546_LN {'night':'2021-01-24', 'tpl_start':'2021-01-25T04:59:55', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #V_V535_Car, CAL_HD98292_HD100546_LN {'night':'2021-01-26', 'tpl_start':'2021-01-27T05:06:03', 'tel':'ATs','diL':'MED','diN':'HIGH'}, #HD _97048, SCI_HD_97048 {'night':'2021-01-26', 'tpl_start':'2021-01-27T05:16:56', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #HD _97048, SCI_HD_97048 {'night':'2021-01-26', 'tpl_start':'2021-01-27T05:44:58', 'tel':'ATs','diL':'MED','diN':'HIGH'}, #HD92305, CAL_HD92305_HD_97048_LN {'night':'2021-01-26', 'tpl_start':'2021-01-27T05:54:09', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #HD92305, CAL_HD92305_HD_97048_LN {'night':'2021-01-26', 'tpl_start':'2021-01-27T06:16:23', 'tel':'ATs','diL':'MED','diN':'HIGH'}, #HD_100453, SCI_HD_100453 {'night':'2021-01-26', 'tpl_start':'2021-01-27T06:26:45', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #HD_100453, SCI_HD_100453 {'night':'2021-01-26', 'tpl_start':'2021-01-27T06:43:35', 'tel':'ATs','diL':'MED','diN':'HIGH'}, #HD_100453, SCI_HD_100453 {'night':'2021-01-26', 'tpl_start':'2021-01-27T06:52:49', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #HD_100453, SCI_HD_100453 {'night':'2021-01-26', 'tpl_start':'2021-01-27T07:24:47', 'tel':'ATs','diL':'MED','diN':'HIGH'}, #HD111915, CAL_HD111915_HD_100453_LN {'night':'2021-01-26', 'tpl_start':'2021-01-27T07:33:55', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #HD111915, CAL_HD111915_HD_100453_LN {'night':'2021-01-26', 'tpl_start':'2021-01-27T08:01:53', 'tel':'ATs','diL':'MED','diN':'HIGH'}, #HD_100546, SCI_HD_100546 {'night':'2021-01-26', 'tpl_start':'2021-01-27T08:11:07', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #HD_100546, SCI_HD_100546 {'night':'2021-01-26', 'tpl_start':'2021-01-27T08:38:35', 'tel':'ATs','diL':'MED','diN':'HIGH'}, #HD91056, CAL_HD91056_HD_100546_LN {'night':'2021-01-26', 'tpl_start':'2021-01-27T08:47:55', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #HD91056, CAL_HD91056_HD_100546_LN {'night':'2021-01-27', 'tpl_start':'2021-01-28T00:22:57', 'tel':'ATs','diL':'MED','diN':'HIGH'}, #alf_CMa, CAL_HD48915_HD_50138_LN {'night':'2021-01-27', 'tpl_start':'2021-01-28T00:33:29', 'tel':'ATs','diL':'MED','diN':'HIGH'}, #alf_CMa, CAL_HD48915_HD_50138_LN {'night':'2021-01-27', 'tpl_start':'2021-01-28T00:55:21', 'tel':'ATs','diL':'MED','diN':'HIGH'}, #HD_50138, SCI_HD_50138 {'night':'2021-01-27', 'tpl_start':'2021-01-28T01:04:45', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #HD_50138, SCI_HD_50138 {'night':'2021-01-27', 'tpl_start':'2021-01-28T01:32:26', 'tel':'ATs','diL':'MED','diN':'HIGH'}, #HD_52666, CAL_HD52666_HD_50138_LN {'night':'2021-01-27', 'tpl_start':'2021-01-28T01:51:30', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #HD_52666, CAL_HD52666_HD_50138_LN {'night':'2021-01-27', 'tpl_start':'2021-01-28T02:21:05', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD33042, CAL_HD33042_beta_Pic_LN {'night':'2021-01-27', 'tpl_start':'2021-01-28T02:30:46', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD33042, CAL_HD33042_beta_Pic_LN {'night':'2021-01-27', 'tpl_start':'2021-01-28T03:01:18', 'tel':'ATs','diL':'MED','diN':'LOW'}, #bet_Pic, SCI_Beta_Pic {'night':'2021-01-27', 'tpl_start':'2021-01-28T03:11:17', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #bet_Pic, SCI_Beta_Pic {'night':'2021-01-27', 'tpl_start':'2021-01-28T03:43:30', 'tel':'ATs','diL':'MED','diN':'HIGH'}, #HD _89353, SCI_HR_4049 {'night':'2021-01-27', 'tpl_start':'2021-01-28T03:53:15', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #HD _89353, SCI_HR_4049 {'night':'2021-01-27', 'tpl_start':'2021-01-28T04:22:15', 'tel':'ATs','diL':'MED','diN':'HIGH'}, #HD_92036, CAL_HD_92036_HR_4049_LN {'night':'2021-01-27', 'tpl_start':'2021-01-28T04:31:37', 'tel':'ATs','diL':'LOW','diN':'HIGH'}, #HD_92036, CAL_HD_92036_HR_4049_LN {'night':'2021-01-27', 'tpl_start':'2021-01-28T05:07:16', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #alf Hya, CAL_HD81797 {'night':'2021-02-28', 'tpl_start':'2021-03-01T06:11:25', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD139663, CAL_SR21_1 {'night':'2021-02-28', 'tpl_start':'2021-03-01T06:45:23', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #EM_SR_21A, SCI_SR21_1 {'night':'2021-03-07', 'tpl_start':'2021-03-08T05:20:42', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD _93662, CAL_HD93662 {'night':'2021-03-07', 'tpl_start':'2021-03-08T05:31:19', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #V_WW_Cha, SCI_WW_Cha {'night':'2021-03-07', 'tpl_start':'2021-03-08T05:45:14', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #V_WW_Cha, SCI_WW_Cha {'night':'2021-03-07', 'tpl_start':'2021-03-08T06:11:24', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #del_Mus, CAL_HD112985_WW_Cha_LN {'night':'2021-03-07', 'tpl_start':'2021-03-08T06:21:24', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #del_Mus, CAL_HD112985_WW_Cha_LN {'night':'2021-03-07', 'tpl_start':'2021-03-08T07:25:46', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #ome_Lup, CAL_HD139127_HD142527_LN {'night':'2021-03-07', 'tpl_start':'2021-03-08T07:52:28', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_142527, SCI_HD142527 {'night':'2021-03-07', 'tpl_start':'2021-03-08T08:18:25', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #V_RU_Lup, SCI_RU_Lup {'night':'2021-03-07', 'tpl_start':'2021-03-08T08:45:04', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #V_V1071_Sco, CAL_HD152885_RU_Lup_LN {'night':'2021-03-07', 'tpl_start':'2021-03-08T09:12:43', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_139614, SCI_HD139614 {'night':'2021-03-09', 'tpl_start':'2021-03-10T06:54:44', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #V921_Sco, SCI_V921_Sco {'night':'2021-03-09', 'tpl_start':'2021-03-10T07:30:01', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD159532, CAL_HD159532_V921_Sco_LN {'night':'2021-03-09', 'tpl_start':'2021-03-10T08:00:24', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD134505, CAL_HD134505_HD_144668_LN {'night':'2021-03-09', 'tpl_start':'2021-03-10T08:15:28', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_144668, SCI_HD_144668 {'night':'2021-03-10', 'tpl_start':'2021-03-11T04:04:23', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_93662, CAL_HD93662_GRA4MAT {'night':'2021-03-10', 'tpl_start':'2021-03-11T04:18:09', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD120404, CAL_HD120404_HD_104237_LN {'night':'2021-03-10', 'tpl_start':'2021-03-11T04:45:57', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_104237, SCI_HD_104237 {'night':'2021-03-10', 'tpl_start':'2021-03-11T05:11:25', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD102461, CAL_HD102461_HD_98922_LN {'night':'2021-03-10', 'tpl_start':'2021-03-11T05:54:55', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_98922, SCI_HD_98922 {'night':'2021-03-10', 'tpl_start':'2021-03-11T06:21:00', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD139127, CAL_HD139127_HD_142527_LN {'night':'2021-03-10', 'tpl_start':'2021-03-11T06:47:07', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_142527, SCI_HD_142527 {'night':'2021-03-10', 'tpl_start':'2021-03-11T07:11:45', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_144668, SCI_HD_144668 {'night':'2021-03-11', 'tpl_start':'2021-03-12T05:02:22', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_93662, CAL_HD93662_GRA4MAT {'night':'2021-03-11', 'tpl_start':'2021-03-12T05:18:33', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #IRAS_13481-6124, SCI_IRAS_13481-6124 {'night':'2021-03-11', 'tpl_start':'2021-03-12T05:44:24', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD134505, CAL_HD134505_IRAS_13481-6124_LN {'night':'2021-03-11', 'tpl_start':'2021-03-12T06:10:08', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #eta_Crv, SCI_eta_Crv {'night':'2021-03-11', 'tpl_start':'2021-03-12T06:35:19', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_108821, CAL_HD_108821_eta_Crv_LN {'night':'2021-03-11', 'tpl_start':'2021-03-12T07:03:16', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_139614, SCI_HD_139614 {'night':'2021-03-11', 'tpl_start':'2021-03-12T07:28:29', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD134505, CAL_HD134505_HD_139614_LN {'night':'2021-03-11', 'tpl_start':'2021-03-12T07:54:05', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_135344_B, SCI_HD_135344_B {'night':'2021-03-11', 'tpl_start':'2021-03-12T08:18:51', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD139127, CAL_HD139127_HD_135344_B_LN {'night':'2021-03-11', 'tpl_start':'2021-03-12T08:44:09', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #RU_Lup, SCI_RU_Lup {'night':'2021-03-11', 'tpl_start':'2021-03-12T09:09:25', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD152885, CAL_HD152885_RU_Lup_LN {'night':'2021-03-15', 'tpl_start':'2021-03-16T05:45:54', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_93662, CAL_HD93662_GRA4MAT {'night':'2021-03-15', 'tpl_start':'2021-03-16T05:58:45', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #V_WW_Cha, SCI_WW_Cha {'night':'2021-03-15', 'tpl_start':'2021-03-16T06:24:10', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #alf_Aps, CAL_HD129078_WW_Cha_LN {'night':'2021-03-15', 'tpl_start':'2021-03-16T06:50:13', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_142527, SCI_HD_142527 {'night':'2021-03-15', 'tpl_start':'2021-03-16T07:16:23', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #H_Sco, CAL_HD149447_HD_142527_LN {'night':'2021-03-15', 'tpl_start':'2021-03-16T07:42:06', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #V921_Sco, SCI_V921_Sco {'night':'2021-03-15', 'tpl_start':'2021-03-16T08:07:18', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_98922, SCI_HD_98922 {'night':'2021-03-15', 'tpl_start':'2021-03-16T08:32:49', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #eps_Cru, CAL_HD107446_HD_98922_LN {'night':'2021-03-26', 'tpl_start':'2021-03-27T04:58:38', 'tel':'UTs','diL':'LOW','diN':'HIGH'}, #zet Lup, CAL_HD142527_HD134505_LN {'night':'2021-03-26', 'tpl_start':'2021-03-27T05:29:42', 'tel':'UTs','diL':'LOW','diN':'HIGH'}, #HD 142527, SCI_HD_142527 {'night':'2021-03-26', 'tpl_start':'2021-03-27T05:58:41', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #V RU Lup, SCI_RU_Lup {'night':'2021-03-26', 'tpl_start':'2021-03-27T06:27:04', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #zet_Lup, CAL_Ru_Lup_HD134505 {'night':'2021-03-26', 'tpl_start':'2021-03-27T06:56:05', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD 325367, SCI_EX_Lup {'night':'2021-03-26', 'tpl_start':'2021-03-27T07:24:46', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #27 Sco, CAL_Ex_Lup_HD152820 {'night':'2021-03-26', 'tpl_start':'2021-03-27T07:52:48', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #THA 15-12, SCI_IM_Lup {'night':'2021-03-26', 'tpl_start':'2021-03-27T08:19:08', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #V V1071 Sco, CAL_IM_Lup_HD152885 {'night':'2021-03-26', 'tpl_start':'2021-03-27T09:01:48', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD 139614, SCI_HD139614 {'night':'2021-03-26', 'tpl_start':'2021-03-27T09:24:27', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD 139614, SCI_HD139614 {'night':'2021-03-29', 'tpl_start':'2021-03-30T08:39:06', 'tel':'UTs','diL':'LOW','diN':'HIGH'}, #HD 144432, SCI_HD_144432 {'night':'2021-03-29', 'tpl_start':'2021-03-30T09:04:43', 'tel':'UTs','diL':'LOW','diN':'HIGH'}, #V V1071 Sco, CAL_HD144432_HD152885 {'night':'2021-03-30', 'tpl_start':'2021-03-31T00:31:44', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #eps Crt, CAL-eps-Crt {'night':'2021-03-30', 'tpl_start':'2021-03-31T01:03:47', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #eps Crt, CAL-eps-Crt {'night':'2021-03-30', 'tpl_start':'2021-03-31T01:28:07', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_95197, CAL_TW_Hya_N {'night':'2021-03-30', 'tpl_start':'2021-03-31T01:53:53', 'tel':'UTs','diL':'LOW','diN':'HIGH'}, #HD_95197, CAL_TW_Hya_N {'night':'2021-03-30', 'tpl_start':'2021-03-31T02:23:38', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #TW Hya, SCI-TW-Hya {'night':'2021-03-30', 'tpl_start':'2021-03-31T02:47:19', 'tel':'UTs','diL':'LOW','diN':'HIGH'}, #TW Hya, SCI-TW-Hya {'night':'2021-03-30', 'tpl_start':'2021-03-31T04:10:24', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #ESO 323-77, SCI-ESO-323-77 {'night':'2021-03-30', 'tpl_start':'2021-03-31T04:52:27', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD 113974, CAL-N-ESO323---HD-113974 {'night':'2021-04-02', 'tpl_start':'2021-04-03T07:33:28', 'tel':'UTs','diL':'LOW','diN':'HIGH'}, #HD 150193, SCI_HD_150193 {'night':'2021-04-02', 'tpl_start':'2021-04-03T07:47:34', 'tel':'UTs','diL':'LOW','diN':'HIGH'}, #HD 144432, SCI_HD_144432 {'night':'2021-04-02', 'tpl_start':'2021-04-03T08:22:14', 'tel':'UTs','diL':'LOW','diN':'HIGH'}, #V V1071 Sco, CAL_HD144432_HD152885 {'night':'2021-05-27', 'tpl_start':'2021-05-28T08:53:58', 'tel':'UTs','diL':'LOW','diN':'HIGH'}, #HD_180377, CAL_HD_180377_HD_179218 {'night':'2021-05-27', 'tpl_start':'2021-05-28T09:22:07', 'tel':'UTs','diL':'LOW','diN':'HIGH'}, #HD_179218, SCI_HD_179218 {'night':'2021-06-24', 'tpl_start':'2021-06-24T22:53:36', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD139663, CAL_SR21_1 {'night':'2021-06-24', 'tpl_start':'2021-06-24T23:29:16', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #EM_SR_21A, SCI_SR21_1 {'night':'2021-07-24', 'tpl_start':'2021-07-24T23:10:56', 'tel':'UTs','diL':'LOW','diN':'HIGH'}, #HD_150193, SCI_HD_150193 {'night':'2021-07-24', 'tpl_start':'2021-07-24T23:40:51', 'tel':'UTs','diL':'LOW','diN':'HIGH'}, #HD_152820, CAL_HD_152820_HD_150193 {'night':'2021-07-24', 'tpl_start':'2021-07-25T00:13:50', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_152880, CAL_HD_152880_AS_209 {'night':'2021-07-24', 'tpl_start':'2021-07-25T00:42:35', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #AS_209, SCI_AS_209 {'night':'2021-07-24', 'tpl_start':'2021-07-25T01:09:51', 'tel':'UTs','diL':'LOW','diN':'HIGH'}, #HD_139614, SCI_HD_139614_HR-N {'night':'2021-07-24', 'tpl_start':'2021-07-25T01:32:54', 'tel':'UTs','diL':'LOW','diN':'HIGH'}, #HD_139614, SCI_HD_139614_HR-N {'night':'2021-08-23', 'tpl_start':'2021-08-24T02:54:38', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_166191, SCI_HD166191 {'night':'2021-08-23', 'tpl_start':'2021-08-24T03:25:43', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_170016, CAL_HD170016 {'night':'2021-10-11', 'tpl_start':'2021-10-12T04:53:35', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_14512, CAL_HD_14512_BD+20_307 {'night':'2021-10-11', 'tpl_start':'2021-10-12T06:15:58', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_20893, CAL_HD_20893_HD_23514 {'night':'2021-10-11', 'tpl_start':'2021-10-12T06:46:50', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_23514, SCI_HD_23514 {'night':'2021-10-14', 'tpl_start':'2021-10-15T03:45:35', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD35537, CAL_HD35537_UX_Ori_LN {'night':'2021-10-14', 'tpl_start':'2021-10-15T04:13:23', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD35537, CAL_HD35537_UX_Ori_LN {'night':'2021-10-14', 'tpl_start':'2021-10-15T04:44:01', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #UX_Ori, SCI_UX_Ori_LN {'night':'2021-10-14', 'tpl_start':'2021-10-15T05:13:19', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD33856, CAL_HD33856_UT {'night':'2021-10-14', 'tpl_start':'2021-10-15T05:42:50', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #V351 Ori, SCI_V351Ori_UT {'night':'2021-10-14', 'tpl_start':'2021-10-15T06:50:56', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD27482, CAL_HD27482_SU_Aur_LN {'night':'2021-10-14', 'tpl_start':'2021-10-15T07:20:19', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #SU_Aur, SCI_SU_Aur_LN {'night':'2021-10-21', 'tpl_start':'2021-10-21T23:43:38', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #V_V718_CrA, CAL_TY_Cra_HD171967 {'night':'2021-10-21', 'tpl_start':'2021-10-21T23:51:18', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #V_V718_CrA, CAL_TY_Cra_HD171967 {'night':'2021-10-21', 'tpl_start':'2021-10-22T00:21:31', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #V_TY_CrA, SCI_TY_Cra {'night':'2021-10-21', 'tpl_start':'2021-10-22T00:51:52', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #V_V718_CrA, CAL_R_Cra_HD171967 {'night':'2021-10-21', 'tpl_start':'2021-10-22T01:19:59', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #V_R_CrA, SCI_R_Cra {'night':'2021-10-21', 'tpl_start':'2021-10-22T01:32:06', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #V_R_CrA, SCI_R_Cra {'night':'2021-11-22', 'tpl_start':'2021-11-23T03:15:56', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD20644, CAL_HD20644_V892_Tau_N {'night':'2021-11-22', 'tpl_start':'2021-11-23T04:01:15', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD6595, CAL_HD6595_R_Scl_L {'night':'2021-11-22', 'tpl_start':'2021-11-23T05:05:32', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #R_Scl, SCI_R_Scl {'night':'2021-11-22', 'tpl_start':'2021-11-23T05:36:00', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_33684, CAL_HD33684_R_Scl_N {'night':'2021-11-22', 'tpl_start':'2021-11-23T06:09:37', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD37160, CAL_HD37160_HD259431_LN {'night':'2021-11-22', 'tpl_start':'2021-11-23T06:37:04', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_259431, SCI_HD_259431 {'night':'2021-11-22', 'tpl_start':'2021-11-23T07:06:36', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD49161, CAL_HD49161_R_Mon_LN {'night':'2021-11-22', 'tpl_start':'2021-11-23T07:36:49', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #R_Mon, SCI_R_Mon {'night':'2021-11-23', 'tpl_start':'2021-11-24T01:39:30', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #BD+20_307, SCI_BD+20_307 {'night':'2021-11-23', 'tpl_start':'2021-11-24T02:07:27', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_14512, CAL_HD_14512_BD+20_307 {'night':'2021-11-23', 'tpl_start':'2021-11-24T03:19:39', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD20893, CAL_HD20893_T_Tau_S_LN {'night':'2021-11-23', 'tpl_start':'2021-11-24T04:18:25', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #T_Tau_S, SCI_T_Tau_S {'night':'2021-11-23', 'tpl_start':'2021-11-24T04:58:46', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD27482, CAL_HD27482_CQ_Tau_LN {'night':'2021-11-23', 'tpl_start':'2021-11-24T05:30:34', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #bet_Pic, SCI_bet_Pic {'night':'2021-11-23', 'tpl_start':'2021-11-24T05:59:51', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD39523, CAL_HD39523_beta_Pic_LN {'night':'2021-11-23', 'tpl_start':'2021-11-24T06:28:48', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD66435, CAL_HD66435_HD72106_LN {'night':'2021-11-23', 'tpl_start':'2021-11-24T07:16:14', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD49161, CAL_HD49161_R_Mon_LN {'night':'2021-11-23', 'tpl_start':'2021-11-24T07:45:08', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #R_Mon, SCI_R_Mon {'night':'2021-11-23', 'tpl_start':'2021-11-24T08:12:36', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD58972, CAL_HD58972_R_Mon_N {'night':'2021-11-23', 'tpl_start':'2021-11-24T08:42:20', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD87643, SCI_HD87643 {'night':'2021-11-24', 'tpl_start':'2021-11-25T03:33:05', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD26526, CAL_HD26526_AB_Aur_LN {'night':'2021-11-24', 'tpl_start':'2021-11-25T04:14:17', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #AB_Aur, SCI_AB_Aur {'night':'2021-11-24', 'tpl_start':'2021-11-25T04:42:29', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD27482, CAL_HD27482_CQ_Tau_LN {'night':'2021-11-24', 'tpl_start':'2021-11-25T05:16:12', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #CQ_Tau, SCI_CQ_Tau {'night':'2021-11-24', 'tpl_start':'2021-11-25T05:43:31', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD37160, CAL_HD37160_VY_Mon_LN {'night':'2021-11-24', 'tpl_start':'2021-11-25T06:11:53', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #VY_Mon, SCI_VY_Mon {'night':'2021-11-24', 'tpl_start':'2021-11-25T06:38:34', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD36167, CAL_HD36167_VY_Mon_N {'night':'2021-11-24', 'tpl_start':'2021-11-25T07:10:53', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_38120, SCI_HD_38120 {'night':'2021-11-24', 'tpl_start':'2021-11-25T08:05:27', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #No name, CAL_HD39853_HD38120_LN {'night':'2021-11-24', 'tpl_start':'2021-11-25T08:32:42', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #Z_CMa, SCI_Z_CMa {'night':'2022-01-07', 'tpl_start':'2022-01-08T00:42:32', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_20893, CAL_HD_20893_HD_23514 {'night':'2022-01-07', 'tpl_start':'2022-01-08T01:28:06', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_23514, SCI_HD_23514 {'night':'2022-01-07', 'tpl_start':'2022-01-08T02:06:02', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_20893, CAL_HD_20893_HD_23514 {'night':'2022-01-21', 'tpl_start':'2022-01-22T01:06:11', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_27482, CAL_HD_27482_HD_31648_LN {'night':'2022-01-21', 'tpl_start':'2022-01-22T01:20:32', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_27482, CAL_HD_27482_HD_31648_LN {'night':'2022-01-21', 'tpl_start':'2022-01-22T01:51:24', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_31648, SCI_HD_31648 {'night':'2022-01-21', 'tpl_start':'2022-01-22T02:21:53', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #CI_Tau, SCI_CI_Tau {'night':'2022-01-21', 'tpl_start':'2022-01-22T02:51:38', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_27697, CAL_HD_27697_CI_Tau_LN {'night':'2022-01-21', 'tpl_start':'2022-01-22T03:23:59', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #V646_Pup, SCI_V646_Pup {'night':'2022-01-21', 'tpl_start':'2022-01-22T03:53:26', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_70555, CAL_HD_70555_V646_Pup_LN {'night':'2022-01-21', 'tpl_start':'2022-01-22T04:25:50', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD 92682, CAL_HD_92682 {'night':'2022-01-21', 'tpl_start':'2022-01-22T05:06:41', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #DI Cha, SCI_DI_Cha {'night':'2022-01-21', 'tpl_start':'2022-01-22T06:27:23', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD105340, CAL_HD105340_DI_Cha_LN {'night':'2022-01-21', 'tpl_start':'2022-01-22T06:56:19', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #DI_Cha, SCI_DI_Cha_LN {'night':'2022-01-21', 'tpl_start':'2022-01-22T07:25:36', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD92682, CAL_HD92682_HD104237_LN {'night':'2022-01-22', 'tpl_start':'2022-01-23T07:04:32', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD92682, CAL_HD92682_HD104237_LN {'night':'2022-01-22', 'tpl_start':'2022-01-23T07:37:08', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD104237, SCI_HD104237_LN {'night':'2022-02-18', 'tpl_start':'2022-02-19T05:05:42', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD 92682, CAL_HD_92682 {'night':'2022-02-18', 'tpl_start':'2022-02-19T05:33:34', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #DI Cha, SCI_DI_Cha {'night':'2022-02-18', 'tpl_start':'2022-02-19T06:00:08', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD138492, CAL_HD138492_PDS_73_LN {'night':'2022-02-18', 'tpl_start':'2022-02-19T06:31:49', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #PDS_73, SCI_PDS_73_LN {'night':'2022-02-18', 'tpl_start':'2022-02-19T07:00:22', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD105340, CAL_HD105340_CV_Cha_LN {'night':'2022-02-18', 'tpl_start':'2022-02-19T07:27:59', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #CV_Cha, SCI_CV_Cha_LN {'night':'2022-02-21', 'tpl_start':'2022-02-22T08:00:58', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD142198, CAL_SR21_2 {'night':'2022-02-21', 'tpl_start':'2022-02-22T08:27:26', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #EM_SR_21A, SCI_SR21_2 {'night':'2022-03-07', 'tpl_start':'2022-03-08T05:00:38', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #WW_Cha, SCI_WW_Cha {'night':'2022-03-07', 'tpl_start':'2022-03-08T05:15:38', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #WW_Cha, SCI_WW_Cha {'night':'2022-03-07', 'tpl_start':'2022-03-08T05:23:16', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #WW_Cha, SCI_WW_Cha {'night':'2022-03-07', 'tpl_start':'2022-03-08T05:41:06', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD92682, CAL_HD92682_WW_Cha_LN {'night':'2022-03-07', 'tpl_start':'2022-03-08T06:08:21', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_100546, SCI_HD_100546 {'night':'2022-03-07', 'tpl_start':'2022-03-08T06:34:54', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD102839, CAL_HD102839_HD_100546_LN {'night':'2022-03-08', 'tpl_start':'2022-03-09T05:11:39', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_100546, SCI_HD_100546 {'night':'2022-03-08', 'tpl_start':'2022-03-09T05:39:53', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD102839, CAL_HD102839_HD_100546_LN {'night':'2022-03-08', 'tpl_start':'2022-03-09T06:07:38', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_100453, SCI_HD_100453 {'night':'2022-03-08', 'tpl_start':'2022-03-09T06:34:24', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD102461, CAL_HD102461_HD_100453_LN {'night':'2022-03-08', 'tpl_start':'2022-03-09T07:19:25', 'tel':'ATs','diL':'HIGH','diN':'LOW'}, #IRAS_13481-6124, SCI_IRAS_13481-6124 {'night':'2022-03-08', 'tpl_start':'2022-03-09T07:46:14', 'tel':'ATs','diL':'HIGH','diN':'LOW'}, #HD131217, CAL_HD131217_IRAS_13481-6124_LN {'night':'2022-03-08', 'tpl_start':'2022-03-09T08:13:25', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_139614, SCI_HD_139614 {'night':'2022-03-08', 'tpl_start':'2022-03-09T08:41:07', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD138816, CAL_HD138816_HD_139614_LN {'night':'2022-03-08', 'tpl_start':'2022-03-09T09:10:55', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_144432, SCI_HD_144432 {'night':'2022-03-09', 'tpl_start':'2022-03-10T08:23:04', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_113766A, SCI_HD_113766A {'night':'2022-03-09', 'tpl_start':'2022-03-10T08:55:42', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_111915, CAL_HD_111915_HD_113766A {'night':'2022-03-13', 'tpl_start':'2022-03-13T23:36:31', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD49161, CAL_HD49161_R_Mon_LN {'night':'2022-03-13', 'tpl_start':'2022-03-14T00:10:36', 'tel':'ATs','diL':'MED','diN':'LOW'}, #R_Mon, SCI_R_Mon {'night':'2022-03-13', 'tpl_start':'2022-03-14T00:15:55', 'tel':'ATs','diL':'MED','diN':'LOW'}, #R_Mon, SCI_R_Mon {'night':'2022-03-13', 'tpl_start':'2022-03-14T00:30:55', 'tel':'ATs','diL':'MED','diN':'LOW'}, #it is wrongly labelled, this template is for R Mon, original wrong label: HD49161, CAL_HD49161_R_Mon_LN {'night':'2022-03-13', 'tpl_start':'2022-03-14T00:57:30', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD61421, CAL_HD61421_R_Mon_LN {'night':'2022-03-13', 'tpl_start':'2022-03-14T01:25:56', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_95881, SCI_HD_95881 {'night':'2022-03-13', 'tpl_start':'2022-03-14T01:52:56', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD107446, CAL_HD107446_HD_95881_LN {'night':'2022-03-13', 'tpl_start':'2022-03-14T02:21:51', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #WW_Cha, SCI_WW_Cha {'night':'2022-03-13', 'tpl_start':'2022-03-14T02:49:14', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD92305, CAL_HD92305_WW_Cha_LN {'night':'2022-03-13', 'tpl_start':'2022-03-14T03:18:36', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_100453, SCI_HD_100453 {'night':'2022-03-13', 'tpl_start':'2022-03-14T03:46:20', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD91942, CAL_HD91942_HD_100453_LN {'night':'2022-03-13', 'tpl_start':'2022-03-14T04:32:38', 'tel':'ATs','diL':'HIGH','diN':'LOW'}, #IRAS_13481-6124, SCI_IRAS_13481-6124 {'night':'2022-03-13', 'tpl_start':'2022-03-14T05:00:48', 'tel':'ATs','diL':'HIGH','diN':'LOW'}, #HD115211, CAL_HD115211_IRAS_13481-6124_L {'night':'2022-03-13', 'tpl_start':'2022-03-14T05:26:34', 'tel':'ATs','diL':'HIGH','diN':'LOW'}, #HD91056, CAL_HD91056_IRAS_13481-6124_N {'night':'2022-03-13', 'tpl_start':'2022-03-14T05:53:56', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_139614, SCI_HD_139614 {'night':'2022-03-13', 'tpl_start':'2022-03-14T06:21:07', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD135902, CAL_HD135902_HD_139614_LN {'night':'2022-03-13', 'tpl_start':'2022-03-14T06:48:05', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD142527, SCI_HD142527 {'night':'2022-03-13', 'tpl_start':'2022-03-14T07:14:34', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD149447, CAL_HD149447_HD142527_LN {'night':'2022-03-13', 'tpl_start':'2022-03-14T07:41:42', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_144432, SCI_HD_144432 {'night':'2022-03-13', 'tpl_start':'2022-03-14T08:08:08', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD149447, CAL_HD149447_HD142666_LN {'night':'2022-03-13', 'tpl_start':'2022-03-14T08:35:55', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_141569, SCI_HD_141569 {'night':'2022-03-13', 'tpl_start':'2022-03-14T09:02:47', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD150052, CAL_HD150052_HD_141569_LN {'night':'2022-03-13', 'tpl_start':'2022-03-14T09:31:14', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_135344_B, SCI_HD_135344_B {'night':'2022-03-20', 'tpl_start':'2022-03-21T00:49:18', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD 92682, CAL_HD_92682 {'night':'2022-03-20', 'tpl_start':'2022-03-21T01:21:28', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD 92682, CAL_HD_92682 {'night':'2022-03-20', 'tpl_start':'2022-03-21T01:56:02', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #DI Cha, SCI_DI_Cha {'night':'2022-03-20', 'tpl_start':'2022-03-21T02:21:41', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD105340, CAL_HD105340_CV_Cha_LN {'night':'2022-03-20', 'tpl_start':'2022-03-21T02:50:37', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #CV_Cha, SCI_CV_Cha_LN {'night':'2022-03-20', 'tpl_start':'2022-03-21T03:30:11', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD102461, CAL_HD102461_HD101412_LN {'night':'2022-03-20', 'tpl_start':'2022-03-21T03:58:43', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD101412, SCI_HD101412_LN {'night':'2022-03-21', 'tpl_start':'2022-03-22T05:26:37', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #Beta_Leo, SCI_Beta_Leo {'night':'2022-03-21', 'tpl_start':'2022-03-22T05:59:02', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD111067, CAL_HD111067_Beta_Leo_LN {'night':'2022-03-21', 'tpl_start':'2022-03-22T06:52:36', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #IM_Lup, SCI_IM_Lup {'night':'2022-03-21', 'tpl_start':'2022-03-22T07:08:40', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #IM_Lup, SCI_IM_Lup {'night':'2022-03-21', 'tpl_start':'2022-03-22T07:38:11', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD147084, CAL_HD147084_IM_Lup_LN {'night':'2022-03-21', 'tpl_start':'2022-03-22T08:09:33', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #EX_Lup, SCI_EX_Lup {'night':'2022-03-21', 'tpl_start':'2022-03-22T08:39:05', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD 151051, CAL_HD151051_EX_Lup_LN_2 {'night':'2022-03-21', 'tpl_start':'2022-03-22T09:11:24', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_144432, SCI_HD_144432 {'night':'2022-03-21', 'tpl_start':'2022-03-22T09:40:29', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD163296, SCI_HD163296 {'night':'2022-03-22', 'tpl_start':'2022-03-23T07:02:01', 'tel':'UTs','diL':'HIGH+','diN':'LOW'}, #HD134468, CAL_HD134468_IRAS_13481-6124_LN {'night':'2022-03-22', 'tpl_start':'2022-03-23T07:15:28', 'tel':'UTs','diL':'HIGH+','diN':'LOW'}, #HD134468, CAL_HD134468_IRAS_13481-6124_LN {'night':'2022-03-22', 'tpl_start':'2022-03-23T07:25:01', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD134468, CAL_HD134468_IRAS_13481-6124_LN {'night':'2022-03-22', 'tpl_start':'2022-03-23T07:49:51', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD138816, CAL_HD138816_HD_142527_LN {'night':'2022-03-22', 'tpl_start':'2022-03-23T08:20:55', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_142527, SCI_HD_142527 {'night':'2022-03-22', 'tpl_start':'2022-03-23T09:01:48', 'tel':'UTs','diL':'MED','diN':'LOW'}, #HD_169142, SCI_HD_169142 {'night':'2022-03-22', 'tpl_start':'2022-03-23T09:11:24', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_169142, SCI_HD_169142 {'night':'2022-03-22', 'tpl_start':'2022-03-23T09:41:51', 'tel':'UTs','diL':'MED','diN':'LOW'}, #HD174116, CAL_HD174116_HD_169142_LN {'night':'2022-03-22', 'tpl_start':'2022-03-23T09:51:24', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD174116, CAL_HD174116_HD_169142_LN {'night':'2022-03-25', 'tpl_start':'2022-03-26T02:07:38', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 97048, SCI_HD97048 {'night':'2022-03-25', 'tpl_start':'2022-03-26T02:34:15', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 92682, CAL_HD97048_HD92682 {'night':'2022-03-28', 'tpl_start':'2022-03-29T06:39:15', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_135344B, SCI_HD_135344B {'night':'2022-03-28', 'tpl_start':'2022-03-29T07:06:52', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD133550, CAL_HD133550_HD_135344B_LN {'night':'2022-04-03', 'tpl_start':'2022-04-04T07:12:45', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD 138492, CAL_HD138492_HD_139614_LN {'night':'2022-04-03', 'tpl_start':'2022-04-04T07:56:07', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_139614, SCI_HD_139614 {'night':'2022-04-03', 'tpl_start':'2022-04-04T08:23:42', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_144432, SCI_HD_144432 {'night':'2022-04-03', 'tpl_start':'2022-04-04T08:51:27', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD152820, CAL_HD152820_HD_144432_LN {'night':'2022-04-03', 'tpl_start':'2022-04-04T09:23:55', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_144432, SCI_HD_144432 {'night':'2022-04-09', 'tpl_start':'2022-04-10T02:28:42', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 97048, SCI_HD97048 {'night':'2022-04-09', 'tpl_start':'2022-04-10T02:55:55', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 105340, CAL_HD97048_HD105340 {'night':'2022-04-11', 'tpl_start':'2022-04-12T01:47:04', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 97048, SCI_HD97048 {'night':'2022-04-11', 'tpl_start':'2022-04-12T02:17:46', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 105340, CAL_HD97048_HD105340 {'night':'2022-04-20', 'tpl_start':'2022-04-21T06:15:16', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #AK_Sco, SCI_AK_Sco {'night':'2022-04-20', 'tpl_start':'2022-04-21T06:47:05', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD151051, CAL_HD151051_AK_Sco_LN {'night':'2022-04-20', 'tpl_start':'2022-04-21T07:18:22', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_142666, SCI_HD_142666 {'night':'2022-04-20', 'tpl_start':'2022-04-21T08:09:44', 'tel':'UTs','diL':'MED','diN':'LOW'}, #TY_CrA, SCI_TY_CrA {'night':'2022-04-20', 'tpl_start':'2022-04-21T08:19:11', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #TY_CrA, SCI_TY_CrA {'night':'2022-04-20', 'tpl_start':'2022-04-21T09:01:52', 'tel':'UTs','diL':'MED','diN':'LOW'}, #HD 181925, CAL_HD181925_TY_CrA_LN {'night':'2022-04-20', 'tpl_start':'2022-04-21T09:11:33', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD 181925, CAL_HD181925_TY_CrA_LN {'night':'2022-04-21', 'tpl_start':'2022-04-22T04:58:05', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD 128068, CAL_HD128068_PDS_70_LN {'night':'2022-04-21', 'tpl_start':'2022-04-22T05:43:48', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #PDS_70, SCI_PDS_70 {'night':'2022-04-21', 'tpl_start':'2022-04-22T06:17:59', 'tel':'UTs','diL':'MED','diN':'LOW'}, #Elias_2-30, SCI_Elias_2-30 {'night':'2022-04-21', 'tpl_start':'2022-04-22T06:27:36', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #Elias_2-30, SCI_Elias_2-30 {'night':'2022-04-21', 'tpl_start':'2022-04-22T06:57:13', 'tel':'UTs','diL':'MED','diN':'LOW'}, #27 Sco, CAL_HD152820_Elias_2-30_LN {'night':'2022-04-21', 'tpl_start':'2022-04-22T07:08:45', 'tel':'UTs','diL':'MED','diN':'LOW'}, #27 Sco, CAL_HD152820_Elias_2-30_LN {'night':'2022-04-21', 'tpl_start':'2022-04-22T07:26:09', 'tel':'UTs','diL':'MED','diN':'LOW'}, #27 Sco, CAL_HD152820_Elias_2-30_LN {'night':'2022-04-21', 'tpl_start':'2022-04-22T07:36:20', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #27 Sco, CAL_HD152820_Elias_2-30_LN {'night':'2022-04-21', 'tpl_start':'2022-04-22T08:12:21', 'tel':'UTs','diL':'MED','diN':'LOW'}, #HD176411, CAL_HD176411_HD_179218_LN {'night':'2022-04-21', 'tpl_start':'2022-04-22T08:22:28', 'tel':'UTs','diL':'LOW','diN':'HIGH'}, #HD176411, CAL_HD176411_HD_179218_LN {'night':'2022-04-21', 'tpl_start':'2022-04-22T08:55:19', 'tel':'UTs','diL':'MED','diN':'LOW'}, #HD_179218, SCI_HD_179218 {'night':'2022-04-21', 'tpl_start':'2022-04-22T09:05:10', 'tel':'UTs','diL':'LOW','diN':'HIGH'}, #HD_179218, SCI_HD_179218 {'night':'2022-04-21', 'tpl_start':'2022-04-22T09:41:00', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_172555, SCI_HD_172555 {'night':'2022-04-21', 'tpl_start':'2022-04-22T10:11:15', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD 184996, CAL_HD184996_HD_172555_LN {'night':'2022-04-22', 'tpl_start':'2022-04-22T23:33:16', 'tel':'UTs','diL':'LOW','diN':'HIGH'}, #HD101666, CAL_HD101666_HD_98922_LN {'night':'2022-04-22', 'tpl_start':'2022-04-23T00:05:32', 'tel':'UTs','diL':'LOW','diN':'HIGH'}, #HD_98922, SCI_HD_98922 {'night':'2022-04-22', 'tpl_start':'2022-04-23T00:37:33', 'tel':'UTs','diL':'HIGH','diN':'LOW'}, #HR_4049, SCI_HR_4049 {'night':'2022-04-22', 'tpl_start':'2022-04-23T00:47:05', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HR_4049, SCI_HR_4049 {'night':'2022-04-22', 'tpl_start':'2022-04-23T01:02:57', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HR_4049, SCI_HR_4049 {'night':'2022-04-22', 'tpl_start':'2022-04-23T01:41:07', 'tel':'UTs','diL':'HIGH','diN':'LOW'}, #HD101666, CAL_HD101666_HR_4049_LN {'night':'2022-04-22', 'tpl_start':'2022-04-23T01:51:33', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD101666, CAL_HD101666_HR_4049_LN {'night':'2022-04-22', 'tpl_start':'2022-04-23T02:28:06', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD138492, CAL_HD138492_HD_142666_LN {'night':'2022-04-22', 'tpl_start':'2022-04-23T03:05:25', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_142666, SCI_HD_142666 {'night':'2022-04-22', 'tpl_start':'2022-04-23T03:38:26', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #TW_Hya, SCI_TW_Hya {'night':'2022-04-22', 'tpl_start':'2022-04-23T04:09:24', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD101666, CAL_HD101666_TW_Hya_LN {'night':'2022-04-22', 'tpl_start':'2022-04-23T04:41:44', 'tel':'UTs','diL':'MED','diN':'LOW'}, #HD_97048, SCI_HD_97048 {'night':'2022-04-22', 'tpl_start':'2022-04-23T04:51:20', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_97048, SCI_HD_97048 {'night':'2022-04-22', 'tpl_start':'2022-04-23T05:24:04', 'tel':'UTs','diL':'MED','diN':'LOW'}, #HD149324, CAL_HD149324_HD_97048_LN {'night':'2022-04-22', 'tpl_start':'2022-04-23T05:33:43', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD149324, CAL_HD149324_HD_97048_LN {'night':'2022-04-22', 'tpl_start':'2022-04-23T06:07:17', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #AS_205_N, SCI_AS_205_N {'night':'2022-04-22', 'tpl_start':'2022-04-23T06:37:33', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD152880, CAL_HD152880_AS_205_N_LN {'night':'2022-04-22', 'tpl_start':'2022-04-23T07:25:31', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #AS_205_S, SCI_AS_205_S {'night':'2022-05-10', 'tpl_start':'2022-05-11T05:22:08', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_139614, SCI_HD_139614 {'night':'2022-05-10', 'tpl_start':'2022-05-11T05:54:05', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD138492, CAL_HD138492_HD_139614_LN {'night':'2022-05-10', 'tpl_start':'2022-05-11T06:22:13', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 142527, SCI_HD_142527 {'night':'2022-05-10', 'tpl_start':'2022-05-11T06:51:55', 'tel':'ATs','diL':'MED','diN':'LOW'}, #VV840Ara, CAL_HD149401_HD_142527_LN {'night':'2022-05-10', 'tpl_start':'2022-05-11T07:19:42', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_144432, SCI_HD_144432 {'night':'2022-05-10', 'tpl_start':'2022-05-11T07:47:39', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD152820, CAL_HD152820_HD_144432_LN {'night':'2022-05-10', 'tpl_start':'2022-05-11T08:15:24', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 169142, SCI_HD_169142 {'night':'2022-05-10', 'tpl_start':'2022-05-11T08:53:29', 'tel':'ATs','diL':'MED','diN':'LOW'}, #betCrA, CAL_HD178345_HD169142_LN {'night':'2022-05-10', 'tpl_start':'2022-05-11T09:40:26', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 169142, SCI_HD_169142 {'night':'2022-05-30', 'tpl_start':'2022-05-31T01:59:59', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD146686, CAL_HD146686_V921_Sco_L {'night':'2022-05-30', 'tpl_start':'2022-05-31T02:39:37', 'tel':'ATs','diL':'MED','diN':'LOW'}, #V921_Sco, SCI_V921_Sco {'night':'2022-05-30', 'tpl_start':'2022-05-31T03:11:44', 'tel':'ATs','diL':'HIGH','diN':'LOW'}, #HD151249, CAL_HD151249_IRAS_13481-6124_N {'night':'2022-05-30', 'tpl_start':'2022-05-31T03:46:56', 'tel':'ATs','diL':'HIGH','diN':'LOW'}, #IRAS_13481-6124, SCI_IRAS_13481-6124 {'night':'2022-05-30', 'tpl_start':'2022-05-31T04:18:00', 'tel':'ATs','diL':'HIGH','diN':'LOW'}, #HD131217, CAL_HD131217_IRAS_13481-6124_L {'night':'2022-05-30', 'tpl_start':'2022-05-31T05:04:31', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD163376, CAL_HD163376_IRAS_17216-3801_N {'night':'2022-05-30', 'tpl_start':'2022-05-31T06:06:12', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_150193, SCI_HD_150193 {'night':'2022-05-30', 'tpl_start':'2022-05-31T06:44:51', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD163917, CAL_HD163917_HD_150193_LN {'night':'2022-05-30', 'tpl_start':'2022-05-31T07:21:18', 'tel':'ATs','diL':'HIGH','diN':'LOW'}, #HD168723, CAL_HD168723_MWC_297_LN {'night':'2022-05-30', 'tpl_start':'2022-05-31T07:51:23', 'tel':'ATs','diL':'HIGH','diN':'LOW'}, #MWC_297, SCI_MWC_297 {'night':'2022-05-30', 'tpl_start':'2022-05-31T08:21:53', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_163296, SCI_HD_163296 {'night':'2022-05-30', 'tpl_start':'2022-05-31T08:54:12', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD169420, CAL_HD169420_HD_163296_LN {'night':'2022-05-30', 'tpl_start':'2022-05-31T09:23:55', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_169142, SCI_HD_169142 {'night':'2022-05-30', 'tpl_start':'2022-05-31T09:51:14', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD179886, CAL_HD179886_HD_169142_LN {'night':'2022-05-31', 'tpl_start':'2022-06-01T00:22:29', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 97048, SCI_HD97048 {'night':'2022-05-31', 'tpl_start':'2022-06-01T00:53:10', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 105340, CAL_HD97048_HD105340 {'night':'2022-05-31', 'tpl_start':'2022-06-01T03:20:50', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD125932, CAL_HD125932_HD_141569_LN {'night':'2022-05-31', 'tpl_start':'2022-06-01T03:52:40', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_141569, SCI_HD_141569 {'night':'2022-05-31', 'tpl_start':'2022-06-01T04:58:25', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD 138492, CAL_HD138492_PDS73_LN {'night':'2022-05-31', 'tpl_start':'2022-06-01T05:32:04', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #CD-33_10685, SCI_PDS73 {'night':'2022-05-31', 'tpl_start':'2022-06-01T06:00:21', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_142666, SCI_HD_142666 {'night':'2022-05-31', 'tpl_start':'2022-06-01T06:27:40', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD147084, CAL_HD147084_HD_142666_LN {'night':'2022-05-31', 'tpl_start':'2022-06-01T06:54:44', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD176411, CAL_HD176411_HD_179218_LN {'night':'2022-05-31', 'tpl_start':'2022-06-01T07:25:31', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_179218, SCI_HD_179218 {'night':'2022-05-31', 'tpl_start':'2022-06-01T07:53:35', 'tel':'ATs','diL':'MED','diN':'LOW'}, #bet CrA, CAL_HD178345_T_CrA_LN {'night':'2022-05-31', 'tpl_start':'2022-06-01T08:50:00', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD 172555, SCI_HD172555 {'night':'2022-05-31', 'tpl_start':'2022-06-01T09:21:15', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #ome_pav, CAL_ome_pav_HD172555_LN {'night':'2022-05-31', 'tpl_start':'2022-06-01T09:55:18', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #TY_CrA, SCI_TY_CrA {'night':'2022-06-01', 'tpl_start':'2022-06-02T04:43:42', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD138905, CAL_HD138905_HD_142666_LN {'night':'2022-06-01', 'tpl_start':'2022-06-02T05:13:56', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_142666, SCI_HD_142666 {'night':'2022-06-01', 'tpl_start':'2022-06-02T05:55:04', 'tel':'ATs','diL':'MED','diN':'LOW'}, #V856_Sco, SCI_HD144668 {'night':'2022-06-01', 'tpl_start':'2022-06-02T06:22:03', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD152885, CAL_HD152885_HD_144668_LN {'night':'2022-06-01', 'tpl_start':'2022-06-02T06:51:50', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_179218, SCI_HD_179218 {'night':'2022-06-01', 'tpl_start':'2022-06-02T07:18:49', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD185622, CAL_HD185622_HD_179218_LN {'night':'2022-06-01', 'tpl_start':'2022-06-02T07:47:09', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_163296, SCI_HD_163296 {'night':'2022-06-01', 'tpl_start':'2022-06-02T08:15:07', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD169420, CAL_HD169420_HD_163296_LN {'night':'2022-06-01', 'tpl_start':'2022-06-02T08:42:23', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 174387, CAL_HD174387_TY_CrA_LN {'night':'2022-06-01', 'tpl_start':'2022-06-02T09:10:51', 'tel':'ATs','diL':'MED','diN':'LOW'}, #TY_CrA, SCI_TY_CrA {'night':'2022-06-01', 'tpl_start':'2022-06-02T09:41:10', 'tel':'ATs','diL':'MED','diN':'LOW'}, #TY_CrA, SCI_TY_CrA {'night':'2022-06-01', 'tpl_start':'2022-06-02T10:07:55', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD187086, CAL_HD187086_TY_CrA_LN {'night':'2022-06-07', 'tpl_start':'2022-06-08T06:47:55', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD159532, CAL_HD159532_AK_Sco_LN {'night':'2022-06-07', 'tpl_start':'2022-06-08T07:54:50', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_163296, SCI_HD_163296 {'night':'2022-06-07', 'tpl_start':'2022-06-08T08:22:32', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD169420, CAL_HD169420_HD_163296_LN {'night':'2022-06-07', 'tpl_start':'2022-06-08T08:53:02', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD169420, CAL_HD169420_HD_163296_LN {'night':'2022-06-07', 'tpl_start':'2022-06-08T09:43:19', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_169142, SCI_HD_169142 {'night':'2022-06-07', 'tpl_start':'2022-06-08T10:01:56', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD178524, CAL_HD178524_HD_169142_LN {'night':'2022-08-27', 'tpl_start':'2022-08-28T02:21:35', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_159881, CAL_HD_159881_HD_163296_LN {'night':'2022-08-27', 'tpl_start':'2022-08-28T02:53:01', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_163296, SCI_HD_163296 {'night':'2022-09-06', 'tpl_start':'2022-09-07T02:16:47', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_159881, CAL_HD_159881_HD_163296_LN {'night':'2022-09-06', 'tpl_start':'2022-09-07T02:57:24', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_163296, SCI_HD_163296 {'night':'2022-09-24', 'tpl_start':'2022-09-25T07:38:40', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 281813, CAL_HD281813_V892_Tau_LN_bright {'night':'2022-09-24', 'tpl_start':'2022-09-25T08:08:26', 'tel':'ATs','diL':'MED','diN':'LOW'}, #V892_Tau, SCI_V892_Tau {'night':'2022-09-24', 'tpl_start':'2022-09-25T08:37:16', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD27482, CAL_HD27482_V892_Tau_LN {'night':'2022-09-24', 'tpl_start':'2022-09-25T09:05:14', 'tel':'ATs','diL':'MED','diN':'LOW'}, #AB_Aur, SCI_AB_Aur {'night':'2022-09-24', 'tpl_start':'2022-09-25T09:26:52', 'tel':'ATs','diL':'MED','diN':'LOW'}, #AB_Aur, SCI_AB_Aur {'night':'2022-09-25', 'tpl_start':'2022-09-26T09:14:17', 'tel':'ATs','diL':'MED','diN':'LOW'}, #V892_Tau, SCI_V892_Tau {'night':'2022-09-25', 'tpl_start':'2022-09-26T09:49:51', 'tel':'ATs','diL':'MED','diN':'LOW'}, #chi Phe, CAL_chi_Phe {'night':'2022-09-30', 'tpl_start':'2022-10-01T00:33:43', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_159881, CAL_HD_159881_HD_163296_LN {'night':'2022-09-30', 'tpl_start':'2022-10-01T01:03:19', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_163296, SCI_HD_163296 {'night':'2022-12-10', 'tpl_start':'2022-12-11T02:39:23', 'tel':'UTs','diL':'MED','diN':'LOW'}, #HD40091, CAL_HD40091_MWC_120_LN {'night':'2022-12-10', 'tpl_start':'2022-12-11T03:15:37', 'tel':'UTs','diL':'MED','diN':'LOW'}, #MWC_120, SCI_MWC_120 {'night':'2022-12-12', 'tpl_start':'2022-12-13T01:50:03', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD33856, CAL_HD33856_HL_Tau_LN {'night':'2022-12-12', 'tpl_start':'2022-12-13T03:14:50', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD29051, CAL_HD29051_DR_Tau_LN {'night':'2022-12-12', 'tpl_start':'2022-12-13T03:36:07', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #DR_Tau, SCI_DR_Tau {'night':'2022-12-12', 'tpl_start':'2022-12-13T04:10:55', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #V646_Pup, SCI_V646_Pup {'night':'2022-12-12', 'tpl_start':'2022-12-13T04:29:14', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD61248, CAL_HD61248_V646_Pup_LN {'night':'2022-12-12', 'tpl_start':'2022-12-13T04:54:11', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD47886, CAL_HD47886_V646_Pup_LN {'night':'2022-12-16', 'tpl_start':'2022-12-17T02:38:54', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD36079, CAL_HD36079_UX_Ori_LN {'night':'2022-12-16', 'tpl_start':'2022-12-17T03:11:10', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #UX_Ori, SCI_UX_Ori {'night':'2022-12-16', 'tpl_start':'2022-12-17T03:23:31', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #UX_Ori, SCI_UX_Ori {'night':'2022-12-16', 'tpl_start':'2022-12-17T03:57:56', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD39364, CAL_HD39364_MWC_120_LN {'night':'2022-12-16', 'tpl_start':'2022-12-17T04:26:08', 'tel':'ATs','diL':'MED','diN':'LOW'}, #MWC_120, SCI_MWC_120 {'night':'2022-12-16', 'tpl_start':'2022-12-17T05:44:17', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_259431, SCI_HD_259431 {'night':'2022-12-16', 'tpl_start':'2022-12-17T06:16:12', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD36079, CAL_HD36079_HD_259431_LN {'night':'2022-12-16', 'tpl_start':'2022-12-17T06:50:16', 'tel':'ATs','diL':'HIGH','diN':'LOW'}, #HD82150, CAL_HD82150_HR_4049_LN {'night':'2022-12-16', 'tpl_start':'2022-12-17T07:17:59', 'tel':'ATs','diL':'HIGH','diN':'LOW'}, #HR_4049, SCI_HR_4049 {'night':'2022-12-16', 'tpl_start':'2022-12-17T07:50:31', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD98922, SCI_HD98922 {'night':'2022-12-16', 'tpl_start':'2022-12-17T08:20:38', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD102461, CAL_HD102461_HD98922_LN {'night':'2022-12-17', 'tpl_start':'2022-12-18T03:50:49', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD36079, CAL_HD36079_HD_36917_LN {'night':'2022-12-17', 'tpl_start':'2022-12-18T04:20:06', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_36917, SCI_HD_36917 {'night':'2022-12-17', 'tpl_start':'2022-12-18T04:56:24', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #R_Mon, SCI_R_Mon {'night':'2022-12-17', 'tpl_start':'2022-12-18T05:25:31', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD29503, CAL_HD29503_R_Mon_LN {'night':'2022-12-17', 'tpl_start':'2022-12-18T05:57:52', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_50138, SCI_HD_50138 {'night':'2022-12-17', 'tpl_start':'2022-12-18T06:23:14', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD47667, CAL_HD47667_HD_50138_LN {'night':'2022-12-17', 'tpl_start':'2022-12-18T06:58:11', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD98922, SCI_HD98922 {'night':'2022-12-17', 'tpl_start':'2022-12-18T07:24:20', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD102461, CAL_HD102461_HD98922_LN {'night':'2022-12-17', 'tpl_start':'2022-12-18T07:47:25', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_100453, SCI_HD_100453 {'night':'2022-12-17', 'tpl_start':'2022-12-18T08:10:57', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD102461, CAL_HD102461_HD_100453_LN {'night':'2022-12-27', 'tpl_start':'2022-12-28T06:17:18', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 97048, SCI_HD97048 {'night':'2022-12-27', 'tpl_start':'2022-12-28T06:44:24', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 92682, CAL_HD97048_HD92682 {'night':'2023-01-10', 'tpl_start':'2023-01-11T01:46:31', 'tel':'UTs','diL':'MED','diN':'LOW'}, #zet Per, CAL_DGTau open time program, PI: CARATTI O GARATTI {'night':'2023-01-10', 'tpl_start':'2023-01-11T02:07:35', 'tel':'UTs','diL':'MED','diN':'LOW'}, #V DG Tau, SCI_DGTau open time program, PI: CARATTI O GARATTI {'night':'2023-01-10', 'tpl_start':'2023-01-11T03:28:16', 'tel':'UTs','diL':'MED','diN':'LOW'}, #sig02 Tau, CAL_Haro6-37 open time program, PI: CARATTI O GARATTI {'night':'2023-01-10', 'tpl_start':'2023-01-11T03:53:10', 'tel':'UTs','diL':'MED','diN':'LOW'}, #Haro 6-37, SCI_Haro6-37 open time program, PI: CARATTI O GARATTI {'night':'2023-01-15', 'tpl_start':'2023-01-16T06:36:00', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD92305, CAL_HD92305_DX_Cha_LN {'night':'2023-01-15', 'tpl_start':'2023-01-16T07:16:51', 'tel':'ATs','diL':'MED','diN':'LOW'}, #DX_Cha, SCI_DX_Cha {'night':'2023-01-16', 'tpl_start':'2023-01-17T05:23:52', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 97048, SCI_HD97048 {'night':'2023-01-16', 'tpl_start':'2023-01-17T05:51:57', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 105340, CAL_HD97048_HD105340 {'night':'2023-01-17', 'tpl_start':'2023-01-18T04:50:23', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 97048, SCI_HD97048 {'night':'2023-01-17', 'tpl_start':'2023-01-18T05:19:10', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 105340, CAL_HD97048_HD105340 {'night':'2023-01-17', 'tpl_start':'2023-01-18T05:46:27', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD92305, CAL_HD92305_DX_Cha_LN {'night':'2023-01-17', 'tpl_start':'2023-01-18T06:15:04', 'tel':'ATs','diL':'MED','diN':'LOW'}, #DX_Cha, SCI_DX_Cha {'night':'2023-01-26', 'tpl_start':'2023-01-27T04:10:46', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 97048, SCI_HD97048 {'night':'2023-01-26', 'tpl_start':'2023-01-27T04:45:57', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 92682, CAL_HD97048_HD92682 {'night':'2023-01-26', 'tpl_start':'2023-01-27T05:13:23', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 97048, SCI_HD97048 {'night':'2023-01-26', 'tpl_start':'2023-01-27T05:27:33', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 97048, SCI_HD97048 {'night':'2023-01-26', 'tpl_start':'2023-01-27T05:34:25', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 97048, SCI_HD97048 {'night':'2023-01-26', 'tpl_start':'2023-01-27T05:35:52', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 97048, SCI_HD97048 {'night':'2023-02-10', 'tpl_start':'2023-02-11T08:27:26', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #EX_Lup, SCI_EX_Lup {'night':'2023-02-22', 'tpl_start':'2023-02-23T03:17:41', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD92305, CAL_HD92305_DX_Cha_LN {'night':'2023-02-22', 'tpl_start':'2023-02-23T03:45:43', 'tel':'ATs','diL':'MED','diN':'LOW'}, #DX_Cha, SCI_DX_Cha {'night':'2023-02-23', 'tpl_start':'2023-02-24T04:31:58', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 97048, SCI_HD97048 {'night':'2023-02-23', 'tpl_start':'2023-02-24T04:59:14', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 92682, CAL_HD97048_HD92682 {'night':'2023-02-24', 'tpl_start':'2023-02-25T05:44:53', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 97048, SCI_HD97048 {'night':'2023-02-24', 'tpl_start':'2023-02-25T06:14:27', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 105340, CAL_HD97048_HD105340 {'night':'2023-02-24', 'tpl_start':'2023-02-25T08:33:57', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 97048, SCI_HD97048 {'night':'2023-02-24', 'tpl_start':'2023-02-25T09:02:14', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 105340, CAL_HD97048_HD105340 {'night':'2023-02-25', 'tpl_start':'2023-02-26T03:47:05', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 97048, SCI_HD97048 {'night':'2023-02-25', 'tpl_start':'2023-02-26T04:18:15', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 105340, CAL_HD97048_HD105340 {'night':'2023-02-25', 'tpl_start':'2023-02-26T05:21:47', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 97048, SCI_HD97048 {'night':'2023-02-25', 'tpl_start':'2023-02-26T06:03:51', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 105340, CAL_HD97048_HD105340 {'night':'2023-02-26', 'tpl_start':'2023-02-27T06:26:12', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 97048, SCI_HD97048 {'night':'2023-02-26', 'tpl_start':'2023-02-27T06:58:10', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 92682, CAL_HD97048_HD92682 {'night':'2023-02-26', 'tpl_start':'2023-02-27T08:21:44', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 97048, SCI_HD97048 {'night':'2023-02-27', 'tpl_start':'2023-02-28T07:11:10', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 97048, SCI_HD97048 {'night':'2023-02-27', 'tpl_start':'2023-02-28T07:46:05', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 105340, CAL_HD97048_HD105340 {'night':'2023-02-27', 'tpl_start':'2023-02-28T08:22:26', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 97048, SCI_HD97048 {'night':'2023-02-27', 'tpl_start':'2023-02-28T08:51:55', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 92682, CAL_HD97048_HD92682 {'night':'2023-03-07', 'tpl_start':'2023-03-08T06:59:03', 'tel':'UTs','diL':'MED','diN':'LOW'}, #HD102839, CAL_HD102839_HD_100546_LN {'night':'2023-03-07', 'tpl_start':'2023-03-08T07:17:19', 'tel':'UTs','diL':'MED','diN':'LOW'}, #HD_100546, SCI_HD_100546 {'night':'2023-03-07', 'tpl_start':'2023-03-08T08:15:09', 'tel':'UTs','diL':'MED','diN':'LOW'}, #DX_Cha, SCI_DX_Cha {'night':'2023-03-07', 'tpl_start':'2023-03-08T08:36:46', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #DX_Cha, SCI_DX_Cha {'night':'2023-03-07', 'tpl_start':'2023-03-08T09:07:00', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD117041_, CAL_HD117041__DX_Cha_LN {'night':'2023-03-13', 'tpl_start':'2023-03-14T04:03:46', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 97048, SCI_HD97048 {'night':'2023-03-13', 'tpl_start':'2023-03-14T04:54:04', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 105340, CAL_HD97048_HD105340 {'night':'2023-03-14', 'tpl_start':'2023-03-15T02:56:16', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 97048, SCI_HD97048 {'night':'2023-03-14', 'tpl_start':'2023-03-15T03:23:06', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 105340, CAL_HD97048_HD105340 {'night':'2023-03-14', 'tpl_start':'2023-03-15T04:50:02', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 105340, CAL_HD97048_HD105340 {'night':'2023-03-14', 'tpl_start':'2023-03-15T05:18:34', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 97048, SCI_HD97048 {'night':'2023-03-14', 'tpl_start':'2023-03-15T05:45:44', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_100453, SCI_HD_100453 {'night':'2023-03-14', 'tpl_start':'2023-03-15T06:12:57', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD102964, CAL_HD102964_HD_100453_LN {'night':'2023-03-14', 'tpl_start':'2023-03-15T06:42:31', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #Beta_Leo, SCI_Beta_Leo {'night':'2023-03-14', 'tpl_start':'2023-03-15T07:27:24', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD100920, CAL_HD100920_Beta_Leo_LN {'night':'2023-03-14', 'tpl_start':'2023-03-15T07:56:18', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_104237, SCI_HD_104237 {'night':'2023-03-14', 'tpl_start':'2023-03-15T08:24:42', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD94683, CAL_HD94683_HD_104237_LN {'night':'2023-03-14', 'tpl_start':'2023-03-15T08:54:36', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #AS_209, SCI_AS_209 {'night':'2023-03-14', 'tpl_start':'2023-03-15T09:21:40', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD159881, CAL_HD159881_AS_209_LN {'night':'2023-03-23', 'tpl_start':'2023-03-24T01:47:25', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 97048, SCI_HD97048 {'night':'2023-03-23', 'tpl_start':'2023-03-24T02:18:22', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 105340, CAL_HD97048_HD105340 {'night':'2023-03-23', 'tpl_start':'2023-03-24T02:53:03', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 97048, SCI_HD97048 {'night':'2023-03-23', 'tpl_start':'2023-03-24T03:23:15', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 105340, CAL_HD97048_HD105340 {'night':'2023-03-23', 'tpl_start':'2023-03-24T03:58:42', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 97048, SCI_HD97048 {'night':'2023-03-23', 'tpl_start':'2023-03-24T04:28:34', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 105340, CAL_HD97048_HD105340 {'night':'2023-03-23', 'tpl_start':'2023-03-24T05:06:56', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 97048, SCI_HD97048 {'night':'2023-03-23', 'tpl_start':'2023-03-24T05:34:18', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 105340, CAL_HD97048_HD105340 {'night':'2023-03-24', 'tpl_start':'2023-03-25T00:08:08', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 97048, SCI_HD97048 {'night':'2023-03-24', 'tpl_start':'2023-03-25T01:02:03', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 92682, CAL_HD97048_HD92682 {'night':'2023-03-24', 'tpl_start':'2023-03-25T03:37:20', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD120404, CAL_HD120404_DX_Cha_LN {'night':'2023-03-24', 'tpl_start':'2023-03-25T04:30:02', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #DX_Cha, SCI_DX_Cha {'night':'2023-04-08', 'tpl_start':'2023-04-09T03:29:00', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD92682, CAL_HD92682_HD_97048_LN {'night':'2023-04-08', 'tpl_start':'2023-04-09T03:58:45', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_97048, SCI_HD_97048 {'night':'2023-04-11', 'tpl_start':'2023-04-12T04:55:28', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 97048, SCI_HD97048 {'night':'2023-04-11', 'tpl_start':'2023-04-12T05:23:36', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 92682, CAL_HD97048_HD92682 {'night':'2023-04-18', 'tpl_start':'2023-04-19T03:29:04', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD120404, CAL_HD120404_DX_Cha_LN {'night':'2023-04-18', 'tpl_start':'2023-04-19T03:58:36', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #DX_Cha, SCI_DX_Cha {'night':'2023-04-20', 'tpl_start':'2023-04-21T00:56:59', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 97048, SCI_HD97048 {'night':'2023-04-20', 'tpl_start':'2023-04-21T01:24:38', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 105340, CAL_HD97048_HD105340 {'night':'2023-04-20', 'tpl_start':'2023-04-21T04:11:57', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD120404, CAL_HD120404_DX_Cha_LN {'night':'2023-04-20', 'tpl_start':'2023-04-21T04:42:25', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #DX_Cha, SCI_DX_Cha {'night':'2023-04-23', 'tpl_start':'2023-04-24T01:44:28', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD120404, CAL_HD120404_DX_Cha_LN {'night':'2023-04-23', 'tpl_start':'2023-04-24T02:18:31', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #DX_Cha, SCI_DX_Cha {'night':'2023-04-29', 'tpl_start':'2023-04-30T06:28:56', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_159881, CAL_HD_159881_HD_163296_LN {'night':'2023-04-29', 'tpl_start':'2023-04-30T06:58:34', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_163296, SCI_HD_163296 {'night':'2023-05-08', 'tpl_start':'2023-05-09T09:33:47', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD189831, CAL_HD189831_TY_CrA_LN {'night':'2023-05-08', 'tpl_start':'2023-05-09T09:47:40', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD174116, CAL_HD174116_HD_169142_LN {'night':'2023-05-08', 'tpl_start':'2023-05-09T10:17:19', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #TY_CrA, SCI_TY_CrA {'night':'2023-05-09', 'tpl_start':'2023-05-10T04:52:35', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #Q Sco, CAL_HD159433_HD_166191_LN {'night':'2023-05-09', 'tpl_start':'2023-05-10T06:17:39', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_166191, SCI_HD_166191 {'night':'2023-05-09', 'tpl_start':'2023-05-10T06:44:59', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_164064, CAL_HD_164064_HD_166191 {'night':'2023-05-09', 'tpl_start':'2023-05-10T07:12:08', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #EX_Lup, SCI_EX_Lup {'night':'2023-05-09', 'tpl_start':'2023-05-10T08:05:28', 'tel':'UTs','diL':'MED','diN':'LOW'}, #HD_141569, SCI_HD_141569 {'night':'2023-05-09', 'tpl_start':'2023-05-10T08:22:38', 'tel':'UTs','diL':'MED','diN':'LOW'}, #HD_148513, CAL_HD_148513_HD_141569 {'night':'2023-05-09', 'tpl_start':'2023-05-10T08:38:46', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #AS_209, SCI_AS_209 {'night':'2023-05-09', 'tpl_start':'2023-05-10T09:04:25', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD164064, CAL_HD164064_AS_209_LN {'night':'2023-05-09', 'tpl_start':'2023-05-10T09:37:01', 'tel':'UTs','diL':'MED','diN':'LOW'}, #TY_CrA, SCI_TY_CrA {'night':'2023-05-09', 'tpl_start':'2023-05-10T09:54:47', 'tel':'UTs','diL':'MED','diN':'LOW'}, #HD_174116, CAL_HD_174116_TY_CrA {'night':'2023-05-09', 'tpl_start':'2023-05-10T10:14:59', 'tel':'UTs','diL':'MED','diN':'LOW'}, #T_CrA, SCI_T_CrA {'night':'2023-05-10', 'tpl_start':'2023-05-10T22:52:53', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD__63744, CAL_HD__63744_WRAY_15-488_LN {'night':'2023-05-10', 'tpl_start':'2023-05-11T00:00:16', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD__63744, CAL_HD__63744_WRAY_15-488_LN {'night':'2023-05-10', 'tpl_start':'2023-05-11T00:27:55', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #WRAY_15-488, SCI_WRAY_15-488 {'night':'2023-05-10', 'tpl_start':'2023-05-11T03:59:05', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD133550, CAL_HD133550_HD_135344_B_LN {'night':'2023-05-10', 'tpl_start':'2023-05-11T04:34:47', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_135344_B, SCI_HD_135344_B {'night':'2023-05-10', 'tpl_start':'2023-05-11T05:01:12', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #RY_Lup, SCI_RY_Lup {'night':'2023-05-10', 'tpl_start':'2023-05-11T05:27:14', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD151051, CAL_HD151051_RY_Lup_LN {'night':'2023-05-10', 'tpl_start':'2023-05-11T05:54:36', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_144668, SCI_HD_144668 {'night':'2023-05-10', 'tpl_start':'2023-05-11T06:21:59', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #AS_205_S, SCI_AS_205_S {'night':'2023-05-10', 'tpl_start':'2023-05-11T06:50:45', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD152880, CAL_HD152880_AS_205_S_LN {'night':'2023-05-10', 'tpl_start':'2023-05-11T07:31:24', 'tel':'UTs','diL':'MED','diN':'LOW'}, #HD160668, CAL_HD160668_Elias_2-30_LN {'night':'2023-05-10', 'tpl_start':'2023-05-11T08:00:24', 'tel':'UTs','diL':'MED','diN':'LOW'}, #Elias_2-30, SCI_Elias_2-30 {'night':'2023-05-10', 'tpl_start':'2023-05-11T08:17:10', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #YLW 13B, SCI_WLY_2-42 {'night':'2023-05-10', 'tpl_start':'2023-05-11T08:47:25', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD164064, CAL_HD164064_WLY_2-42_LN {'night':'2023-05-10', 'tpl_start':'2023-05-11T09:14:36', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #S_CrA_S, SCI_S_CrA_S {'night':'2023-05-10', 'tpl_start':'2023-05-11T09:44:55', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #S_CrA_S, SCI_S_CrA_S_2 {'night':'2023-05-10', 'tpl_start':'2023-05-11T10:14:46', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD__190056, CAL_HD__190056_S_CrA_S_LN {'night':'2023-05-11', 'tpl_start':'2023-05-12T03:34:35', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_139063, CAL_HD_139063_HD_144432_LN {'night':'2023-05-11', 'tpl_start':'2023-05-12T04:07:05', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_144432, SCI_HD_144432 {'night':'2023-05-13', 'tpl_start':'2023-05-14T02:47:51', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_139063, CAL_HD_139063_HD_144432_LN {'night':'2023-05-13', 'tpl_start':'2023-05-14T03:16:36', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_144432, SCI_HD_144432 {'night':'2023-05-13', 'tpl_start':'2023-05-14T03:44:58', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_139063, CAL_HD_139063_HD_142527_LN {'night':'2023-05-13', 'tpl_start':'2023-05-14T04:25:15', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_142527, SCI_HD_142527 {'night':'2023-05-14', 'tpl_start':'2023-05-15T02:01:10', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_139063, CAL_HD_139063_HD_144432_LN {'night':'2023-05-14', 'tpl_start':'2023-05-15T02:37:24', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_144432, SCI_HD_144432 {'night':'2023-05-15', 'tpl_start':'2023-05-15T23:27:04', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 97048, SCI_HD97048 {'night':'2023-05-15', 'tpl_start':'2023-05-15T23:55:05', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 92682, CAL_HD97048_HD92682 {'night':'2023-05-15', 'tpl_start':'2023-05-16T01:19:28', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 97048, SCI_HD97048 {'night':'2023-05-15', 'tpl_start':'2023-05-16T01:50:13', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 92682, CAL_HD97048_HD92682 {'night':'2023-05-17', 'tpl_start':'2023-05-17T23:50:27', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD120404, CAL_HD120404_DX_Cha_LN {'night':'2023-05-17', 'tpl_start':'2023-05-18T00:18:00', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #DX_Cha, SCI_DX_Cha {'night':'2023-05-18', 'tpl_start':'2023-05-19T00:07:26', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD120404, CAL_HD120404_DX_Cha_LN {'night':'2023-05-18', 'tpl_start':'2023-05-19T00:35:04', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #DX_Cha, SCI_DX_Cha {'night':'2023-05-18', 'tpl_start':'2023-05-19T01:06:21', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #DX_Cha, SCI_DX_Cha {'night':'2023-05-20', 'tpl_start':'2023-05-21T03:02:30', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD120404, CAL_HD120404_DX_Cha_LN {'night':'2023-05-20', 'tpl_start':'2023-05-21T03:43:53', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #DX_Cha, SCI_DX_Cha {'night':'2023-05-20', 'tpl_start':'2023-05-21T05:29:53', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_159881, CAL_HD_159881_HD_163296_LN {'night':'2023-05-20', 'tpl_start':'2023-05-21T05:59:03', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_163296, SCI_HD_163296 {'night':'2023-05-22', 'tpl_start':'2023-05-23T02:03:33', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 97048, SCI_HD97048 {'night':'2023-05-22', 'tpl_start':'2023-05-23T02:34:30', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 105340, CAL_HD97048_HD105340 {'night':'2023-05-24', 'tpl_start':'2023-05-25T04:28:59', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_159881, CAL_HD_159881_HD_163296_LN {'night':'2023-05-24', 'tpl_start':'2023-05-25T05:17:25', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_163296, SCI_HD_163296 {'night':'2023-06-06', 'tpl_start':'2023-06-07T00:01:26', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #EX_Lup, SCI_EX_Lup {'night':'2023-06-06', 'tpl_start':'2023-06-07T00:29:14', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD 151051, CAL_HD151051_EX_Lup_LN {'night':'2023-06-08', 'tpl_start':'2023-06-09T05:13:47', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_139063, CAL_HD_139063_HD_144432_LN {'night':'2023-06-08', 'tpl_start':'2023-06-09T05:46:13', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_144432, SCI_HD_144432 {'night':'2023-06-09', 'tpl_start':'2023-06-10T02:58:44', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_139063, CAL_HD_139063_HD_144432_LN {'night':'2023-06-09', 'tpl_start':'2023-06-10T03:28:54', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_144432, SCI_HD_144432 {'night':'2023-06-09', 'tpl_start':'2023-06-10T05:25:32', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_139997, CAL_HD_139997_HD_150193_LN {'night':'2023-06-09', 'tpl_start':'2023-06-10T05:56:30', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_150193, SCI_HD_150193 {'night':'2023-06-09', 'tpl_start':'2023-06-10T06:23:53', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_139063, CAL_HD_139063_HD_144432_LN {'night':'2023-06-09', 'tpl_start':'2023-06-10T07:00:39', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_144432, SCI_HD_144432 {'night':'2023-06-10', 'tpl_start':'2023-06-11T04:26:29', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_139063, CAL_HD_139063_HD_144432_LN {'night':'2023-06-10', 'tpl_start':'2023-06-11T04:55:14', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_144432, SCI_HD_144432 {'night':'2023-06-11', 'tpl_start':'2023-06-12T03:43:37', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_139063, CAL_HD_139063_HD_142527_LN {'night':'2023-06-11', 'tpl_start':'2023-06-12T04:10:56', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_142527, SCI_HD_142527 {'night':'2023-06-11', 'tpl_start':'2023-06-12T04:41:05', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_161892, CAL_HD_161892_HD_163296_LN {'night':'2023-06-11', 'tpl_start':'2023-06-12T05:27:43', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_163296, SCI_HD_163296 {'night':'2023-06-14', 'tpl_start':'2023-06-15T04:17:42', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_159881, CAL_HD_159881_HD_163296_LN {'night':'2023-06-14', 'tpl_start':'2023-06-15T04:55:29', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_163296, SCI_HD_163296 {'night':'2023-06-15', 'tpl_start':'2023-06-15T23:09:12', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD120404, CAL_HD120404_DX_Cha_LN {'night':'2023-06-15', 'tpl_start':'2023-06-15T23:21:44', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD120404, CAL_HD120404_DX_Cha_LN {'night':'2023-06-15', 'tpl_start':'2023-06-15T23:54:39', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #DX_Cha, SCI_DX_Cha {'night':'2023-06-16', 'tpl_start':'2023-06-16T22:45:49', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD120404, CAL_HD120404_DX_Cha_LN {'night':'2023-06-16', 'tpl_start':'2023-06-16T23:15:21', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #DX_Cha, SCI_DX_Cha {'night':'2023-06-20', 'tpl_start':'2023-06-21T01:08:19', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD120404, CAL_HD120404_DX_Cha_LN {'night':'2023-06-20', 'tpl_start':'2023-06-21T01:39:13', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #DX_Cha, SCI_DX_Cha {'night':'2023-06-20', 'tpl_start':'2023-06-21T05:18:12', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_159881, CAL_HD_159881_HD_163296_LN {'night':'2023-06-20', 'tpl_start':'2023-06-21T05:43:45', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_163296, SCI_HD_163296 {'night':'2023-06-30', 'tpl_start':'2023-07-01T00:03:56', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_134505, CAL_HD_134505_HD_142527_LN {'night':'2023-06-30', 'tpl_start':'2023-07-01T00:33:15', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_134505, CAL_HD_134505_HD_142527_LN {'night':'2023-06-30', 'tpl_start':'2023-07-01T00:57:49', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_142527, SCI_HD_142527 {'night':'2023-07-08', 'tpl_start':'2023-07-09T03:26:44', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_139063, CAL_HD_139063_HD_142527_LN {'night':'2023-07-08', 'tpl_start':'2023-07-09T03:53:39', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_142527, SCI_HD_142527 {'night':'2023-07-08', 'tpl_start':'2023-07-09T07:29:01', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_161892, CAL_HD_161892_HD_163296_LN {'night':'2023-07-08', 'tpl_start':'2023-07-09T07:55:37', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_163296, SCI_HD_163296 {'night':'2023-07-11', 'tpl_start':'2023-07-12T00:02:49', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_139063, CAL_HD_139063_HD_142527_LN {'night':'2023-07-11', 'tpl_start':'2023-07-12T00:36:55', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_142527, SCI_HD_142527 {'night':'2023-07-11', 'tpl_start':'2023-07-12T01:42:28', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_139063, CAL_HD_139063_HD_144432_LN {'night':'2023-07-11', 'tpl_start':'2023-07-12T02:09:20', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_144432, SCI_HD_144432 {'night':'2023-07-11', 'tpl_start':'2023-07-12T03:49:24', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_161892, CAL_HD_161892_HD_163296_LN {'night':'2023-07-11', 'tpl_start':'2023-07-12T04:24:12', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_163296, SCI_HD_163296 {'night':'2023-07-11', 'tpl_start':'2023-07-12T06:11:01', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_161892, CAL_HD_161892_HD_163296_LN {'night':'2023-07-11', 'tpl_start':'2023-07-12T06:44:55', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_163296, SCI_HD_163296 {'night':'2023-07-29', 'tpl_start':'2023-07-29T23:59:52', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_138492, CAL_HD_138492_HD_144432_LN {'night':'2023-07-29', 'tpl_start':'2023-07-30T00:45:22', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_144432, SCI_HD_144432 {'night':'2023-07-29', 'tpl_start':'2023-07-30T01:09:23', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_138492, CAL_HD_138492_HD_144432_LN {'night':'2023-07-29', 'tpl_start':'2023-07-30T01:42:18', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_144432, SCI_HD_144432 {'night':'2023-07-29', 'tpl_start':'2023-07-30T02:07:48', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_142198, CAL_HD_142198_HD_150193_LN {'night':'2023-07-29', 'tpl_start':'2023-07-30T02:48:30', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_150193, SCI_HD_150193 {'night':'2023-07-31', 'tpl_start':'2023-08-01T03:39:35', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_159881, CAL_HD_159881_HD_163296_LN {'night':'2023-07-31', 'tpl_start':'2023-08-01T04:07:45', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_163296, SCI_HD_163296 {'night':'2023-08-08', 'tpl_start':'2023-08-09T04:35:43', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_161892, CAL_HD_161892_HD_163296_LN {'night':'2023-08-08', 'tpl_start':'2023-08-09T05:02:27', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_163296, SCI_HD_163296 {'night':'2023-08-08', 'tpl_start':'2023-08-09T05:50:20', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_161892, CAL_HD_161892_HD_163296_LN {'night':'2023-08-08', 'tpl_start':'2023-08-09T06:16:42', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_163296, SCI_HD_163296 {'night':'2023-08-09', 'tpl_start':'2023-08-10T02:22:45', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_139063, CAL_HD_139063_HD_144432_LN {'night':'2023-08-09', 'tpl_start':'2023-08-10T02:51:21', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_144432, SCI_HD_144432 {'night':'2023-08-09', 'tpl_start':'2023-08-10T04:41:48', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_161892, CAL_HD_161892_HD_163296_LN {'night':'2023-08-09', 'tpl_start':'2023-08-10T05:09:23', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_163296, SCI_HD_163296 {'night':'2023-08-10', 'tpl_start':'2023-08-11T03:20:10', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_161892, CAL_HD_161892_HD_163296_LN {'night':'2023-08-10', 'tpl_start':'2023-08-11T03:46:10', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_163296, SCI_HD_163296 {'night':'2023-08-10', 'tpl_start':'2023-08-11T04:12:17', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_161892, CAL_HD_161892_HD_163296_LN {'night':'2023-08-10', 'tpl_start':'2023-08-11T04:38:37', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_163296, SCI_HD_163296 {'night':'2023-08-11', 'tpl_start':'2023-08-12T01:04:51', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_139063, CAL_HD_139063_HD_142527_LN {'night':'2023-08-11', 'tpl_start':'2023-08-12T01:32:18', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_142527, SCI_HD_142527 {'night':'2023-08-11', 'tpl_start':'2023-08-12T01:44:53', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_142527, SCI_HD_142527 {'night':'2023-08-11', 'tpl_start':'2023-08-12T02:04:40', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_161892, CAL_HD_161892_HD_163296_LN {'night':'2023-08-11', 'tpl_start':'2023-08-12T02:31:13', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_163296, SCI_HD_163296 {'night':'2023-08-11', 'tpl_start':'2023-08-12T02:57:03', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_161892, CAL_HD_161892_HD_163296_LN {'night':'2023-08-11', 'tpl_start':'2023-08-12T03:23:38', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_163296, SCI_HD_163296 {'night':'2023-08-11', 'tpl_start':'2023-08-12T03:48:59', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_161892, CAL_HD_161892_HD_163296_LN {'night':'2023-08-11', 'tpl_start':'2023-08-12T04:15:30', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_163296, SCI_HD_163296 {'night':'2023-08-11', 'tpl_start':'2023-08-12T04:44:59', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_161892, CAL_HD_161892_HD_163296_LN {'night':'2023-08-11', 'tpl_start':'2023-08-12T05:11:17', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_163296, SCI_HD_163296 {'night':'2023-08-12', 'tpl_start':'2023-08-13T02:04:43', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_159881, CAL_HD_159881_HD_163296_LN {'night':'2023-08-12', 'tpl_start':'2023-08-13T02:34:47', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_163296, SCI_HD_163296 {'night':'2023-08-16', 'tpl_start':'2023-08-17T01:08:07', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_159881, CAL_HD_159881_HD_163296_LN {'night':'2023-08-16', 'tpl_start':'2023-08-17T01:49:48', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_163296, SCI_HD_163296 {'night':'2023-08-18', 'tpl_start':'2023-08-19T01:33:57', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_159881, CAL_HD_159881_HD_163296_LN {'night':'2023-08-18', 'tpl_start':'2023-08-19T02:08:22', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_163296, SCI_HD_163296 {'night':'2023-08-19', 'tpl_start':'2023-08-20T01:24:44', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_159881, CAL_HD_159881_HD_163296_LN {'night':'2023-08-19', 'tpl_start':'2023-08-20T01:52:49', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_163296, SCI_HD_163296 {'night':'2023-08-21', 'tpl_start':'2023-08-22T01:58:49', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_159881, CAL_HD_159881_HD_163296_LN {'night':'2023-08-21', 'tpl_start':'2023-08-22T02:24:55', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_163296, SCI_HD_163296 {'night':'2023-08-29', 'tpl_start':'2023-08-30T01:45:51', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_166191, SCI_HD166191 {'night':'2023-08-29', 'tpl_start':'2023-08-30T02:17:09', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_170016, CAL_HD170016 {'night':'2023-09-22', 'tpl_start':'2023-09-23T01:46:26', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_161892, CAL_HD_161892_HD_163296_LN {'night':'2023-09-22', 'tpl_start':'2023-09-23T02:14:46', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_163296, SCI_HD_163296 {'night':'2023-09-24', 'tpl_start':'2023-09-25T07:37:19', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_29051, CAL_HD_29051_DR_Tau_LN {'night':'2023-09-24', 'tpl_start':'2023-09-25T08:07:29', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #DR_Tau, SCI_DR_Tau {'night':'2023-10-04', 'tpl_start':'2023-10-05T07:03:36', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #MWC_120, SCI_MWC_120 {'night':'2023-10-04', 'tpl_start':'2023-10-05T07:32:35', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD__40605, CAL_HD_40605_MWC_120_LN {'night':'2023-10-16', 'tpl_start':'2023-10-17T04:32:10', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #UX_Ori, SCI_UX_Ori {'night':'2023-10-16', 'tpl_start':'2023-10-17T04:57:21', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_36167, CAL_HD_36167_UX_Ori_LN {'night':'2023-10-30', 'tpl_start':'2023-10-31T04:59:48', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #MWC_120, SCI_MWC_120 {'night':'2023-10-30', 'tpl_start':'2023-10-31T05:33:13', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_40657, CAL_HD_40657_MWC_120_LN {'night':'2023-10-30', 'tpl_start':'2023-10-31T06:01:19', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_40657, CAL_HD_40657_MWC_120_LN {'night':'2023-11-01', 'tpl_start':'2023-11-02T06:17:03', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_27482, CAL_HD_27482_HD_31648_LN {'night':'2023-11-01', 'tpl_start':'2023-11-02T06:48:32', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD__31648, SCI_HD_31648 {'night':'2023-11-21', 'tpl_start':'2023-11-22T04:52:18', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD__259431, SCI_HD_259431 {'night':'2023-11-21', 'tpl_start':'2023-11-22T05:18:45', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD__59539, CAL_HD_59539_HD_259431_LN {'night':'2023-11-21', 'tpl_start':'2023-11-22T05:53:08', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #UX_Ori, SCI_UX_Ori {'night':'2023-11-21', 'tpl_start':'2023-11-22T06:21:04', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_36558, CAL_HD_36558_UX_Ori_LN {'night':'2023-11-21', 'tpl_start':'2023-11-22T06:56:15', 'tel':'ATs','diL':'MED','diN':'LOW'}, #R_Mon, SCI_R_Mon {'night':'2023-11-21', 'tpl_start':'2023-11-22T07:22:07', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD_62902, CAL_HD_62902_R_Mon_LN {'night':'2023-11-26', 'tpl_start':'2023-11-27T06:57:07', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #CQ_Tau, SCI_CQ_Tau {'night':'2023-11-26', 'tpl_start':'2023-11-27T07:22:10', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_42474, CAL_HD_42474_CQ_Tau_LN {'night':'2023-10-12', 'tpl_start':'2023-10-13T07:08:58', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_27482, CAL_HD_27482_DG_Tau_LN {'night':'2023-10-12', 'tpl_start':'2023-10-13T08:02:07', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #DG_Tau, SCI_DG_Tau {'night':'2023-12-06', 'tpl_start':'2023-12-07T06:44:11', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #WW_Cha, SCI_WW_Cha {'night':'2023-12-06', 'tpl_start':'2023-12-07T07:10:21', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_92305, CAL_HD_92305_WW_Cha_LN {'night':'2023-12-06', 'tpl_start':'2023-12-07T07:37:08', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD__101412, SCI_HD_101412 {'night':'2023-12-06', 'tpl_start':'2023-12-07T08:02:23', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_107446, CAL_HD_107446_HD_101412_LN {'night':'2023-12-29', 'tpl_start':'2023-12-30T04:32:24', 'tel':'UTs','diL':'MED','diN':'LOW'}, #V T Tau, SCI_T_Tau_N_S {'night':'2023-12-29', 'tpl_start':'2023-12-30T04:56:07', 'tel':'UTs','diL':'MED','diN':'LOW'}, #HD_29051, CAL_HD_29051_T_Tau_N_S {'night':'2024-01-31', 'tpl_start':'2024-02-01T04:11:05', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_97068, CAL_HD_97068_Beta_Leo_LN {'night':'2024-01-31', 'tpl_start':'2024-02-01T04:36:05', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #Beta_Leo, SCI_Beta_Leo {'night':'2024-03-26', 'tpl_start':'2024-03-27T05:22:41', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_105340, CAL_HD_105340_HP_Cha_A_L {'night':'2024-03-26', 'tpl_start':'2024-03-27T06:18:34', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HP Cha A, SCI_HP_Cha_A {'night':'2024-03-27', 'tpl_start':'2024-03-28T03:20:36', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_105340, CAL_HD_105340_HP_Cha_A_L {'night':'2024-03-27', 'tpl_start':'2024-03-28T03:56:21', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HP Cha A, SCI_HP_Cha_A {'night':'2024-05-30', 'tpl_start':'2024-05-31T01:15:11', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_138816, CAL_HD_138816_GQ_Lup {'night':'2024-05-30', 'tpl_start':'2024-05-31T01:42:42', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #GQ_Lup, SCI_GQ_Lup {'night':'2024-05-30', 'tpl_start':'2024-05-31T02:32:01', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_164064, CAL_HD164064 {'night':'2024-05-30', 'tpl_start':'2024-05-31T03:10:49', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_166191, SCI_HD166191 {'night':'2024-05-31', 'tpl_start':'2024-06-01T05:07:07', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_166191, SCI_HD166191 {'night':'2024-05-31', 'tpl_start':'2024-06-01T05:40:18', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_164064, CAL_HD164064 {'night':'2024-06-01', 'tpl_start':'2024-06-02T04:03:03', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_181925, CAL_HD_181925_T_CrA_L {'night':'2024-06-01', 'tpl_start':'2024-06-02T04:30:13', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #T_CrA, SCI_T_CrA {'night':'2024-06-04', 'tpl_start':'2024-06-05T01:21:42', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_135758, CAL_HD_135758_RU_Lup_LN {'night':'2024-06-04', 'tpl_start':'2024-06-05T01:51:50', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #RU_Lup, SCI_RU_Lup {'night':'2024-06-04', 'tpl_start':'2024-06-05T02:18:22', 'tel':'ATs','diL':'HIGH','diN':'LOW'}, #HD_152885, CAL_HD_152885_V921_Sco_LN {'night':'2024-06-04', 'tpl_start':'2024-06-05T02:44:00', 'tel':'ATs','diL':'HIGH','diN':'LOW'}, #V921_Sco, SCI_V921_Sco {'night':'2024-06-04', 'tpl_start':'2024-06-05T02:58:43', 'tel':'ATs','diL':'HIGH','diN':'LOW'}, #V921_Sco, SCI_V921_Sco {'night':'2024-06-04', 'tpl_start':'2024-06-05T03:01:53', 'tel':'ATs','diL':'HIGH','diN':'LOW'}, #V921_Sco, SCI_V921_Sco {'night':'2024-06-04', 'tpl_start':'2024-06-05T03:20:44', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_135758, CAL_HD_135758_RY_Lup_LN {'night':'2024-06-04', 'tpl_start':'2024-06-05T03:46:52', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #RY_Lup, SCI_RY_Lup {'night':'2024-06-04', 'tpl_start':'2024-06-05T05:12:52', 'tel':'ATs','diL':'HIGH','diN':'LOW'}, #HD_168723, CAL_HD_168723_MWC_297_LN {'night':'2024-06-04', 'tpl_start':'2024-06-05T06:33:14', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_163917, CAL_HD_163917_M8E-IR_LN {'night':'2024-06-04', 'tpl_start':'2024-06-05T07:13:47', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #M8E-IR, SCI_M8E-IR {'night':'2024-06-04', 'tpl_start':'2024-06-05T07:46:04', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #AS_209, SCI_AS_209 {'night':'2024-06-04', 'tpl_start':'2024-06-05T08:13:37', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_169022, CAL_HD_169022_AS_209_LN {'night':'2024-06-05', 'tpl_start':'2024-06-06T01:15:32', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD__144668, SCI_HD_144668 {'night':'2024-06-05', 'tpl_start':'2024-06-06T01:42:12', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_135758, CAL_HD_135758_HD_144668_LN {'night':'2024-06-05', 'tpl_start':'2024-06-06T02:14:11', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #AS_205_N, SCI_AS_205_N {'night':'2024-06-05', 'tpl_start':'2024-06-06T02:50:41', 'tel':'ATs','diL':'LOW','diN':'LOW'}, #HD_135758, CAL_HD_135758_AS_205_N_LN {'night':'2024-06-23', 'tpl_start':'2024-06-23T23:11:37', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_138492, CAL_HD_138492_CD-33_10685 {'night':'2024-06-23', 'tpl_start':'2024-06-23T23:40:43', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #CD-33_10685, SCI_CD-33_10685 {'night':'2024-06-23', 'tpl_start':'2024-06-24T00:05:04', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #HD_138492, CAL_HD_138492_RU_Lup {'night':'2024-06-23', 'tpl_start':'2024-06-24T00:33:06', 'tel':'UTs','diL':'LOW','diN':'LOW'}, #RU_Lup, SCI_RU_Lup ] ''' Z CMa (Claire Lykou data) {'night':'2022-11-28', 'tpl_start':'2022-11-29T06:52:24', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 48217, CAL_HD48217_LM_Z_CMa_large_2 {'night':'2022-11-28', 'tpl_start':'2022-11-29T07:20:44', 'tel':'ATs','diL':'MED','diN':'LOW'}, #V Z CMa, SCI_Z_CMa_large_2 {'night':'2022-12-26', 'tpl_start':'2022-12-27T05:47:47', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 48217, CAL_HD48217_LN_Z_CMa_medium_3 {'night':'2022-12-26', 'tpl_start':'2022-12-27T06:18:09', 'tel':'ATs','diL':'MED','diN':'LOW'}, #V Z CMa, SCI_Z_CMa_medium_3 {'night':'2022-12-27', 'tpl_start':'2022-12-28T05:11:56', 'tel':'ATs','diL':'MED','diN':'LOW'}, #V Z CMa, SCI_Z_CMa_medium_5 {'night':'2022-12-27', 'tpl_start':'2022-12-28T05:39:14', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 48217, CAL_HD48217_LN_Z_CMa_medium_5 {'night':'2023-01-14', 'tpl_start':'2023-01-15T03:41:02', 'tel':'ATs','diL':'MED','diN':'LOW'}, #alf CMa, CAL_HD48915_LMN_Z_CMa_small_7 {'night':'2023-01-14', 'tpl_start':'2023-01-15T04:10:53', 'tel':'ATs','diL':'MED','diN':'LOW'}, #V Z CMa, SCI_Z_CMa_small_7 {'night':'2023-01-14', 'tpl_start':'2023-01-15T06:42:41', 'tel':'ATs','diL':'MED','diN':'LOW'}, #alf CMa, CAL_HD48915_LMN_Z_CMa_small_8 {'night':'2023-01-14', 'tpl_start':'2023-01-15T07:17:11', 'tel':'ATs','diL':'MED','diN':'LOW'}, #V Z CMa, SCI_Z_CMa_small_8 {'night':'2023-01-16', 'tpl_start':'2023-01-17T02:24:23', 'tel':'ATs','diL':'MED','diN':'LOW'}, #alf CMa, CAL_HD48915_LMN_Z_CMa_small_1 {'night':'2023-01-16', 'tpl_start':'2023-01-17T02:54:24', 'tel':'ATs','diL':'MED','diN':'LOW'}, #V Z CMa, SCI_Z_CMa_small_1 {'night':'2023-01-17', 'tpl_start':'2023-01-18T00:37:12', 'tel':'ATs','diL':'MED','diN':'LOW'}, #alf CMa, CAL_HD48915_LMN_Z_CMa_small_6 {'night':'2023-01-17', 'tpl_start':'2023-01-18T01:06:40', 'tel':'ATs','diL':'MED','diN':'LOW'}, #V Z CMa, SCI_Z_CMa_small_6 {'night':'2023-01-17', 'tpl_start':'2023-01-18T01:58:00', 'tel':'ATs','diL':'MED','diN':'LOW'}, #alf CMa, CAL_HD48915_LMN_Z_CMa_small_2 {'night':'2023-01-17', 'tpl_start':'2023-01-18T02:25:25', 'tel':'ATs','diL':'MED','diN':'LOW'}, #V Z CMa, SCI_Z_CMa_small_2 {'night':'2023-01-18', 'tpl_start':'2023-01-19T05:19:30', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 48217, CAL_HD48217_LN_Z_CMa_medium_1 {'night':'2023-01-18', 'tpl_start':'2023-01-19T05:47:05', 'tel':'ATs','diL':'MED','diN':'LOW'}, #V Z CMa, SCI_Z_CMa_medium_1 {'night':'2023-01-24', 'tpl_start':'2023-01-25T03:26:31', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 48217, CAL_HD48217_LM_Z_CMa_large_2 {'night':'2023-01-24', 'tpl_start':'2023-01-25T03:53:51', 'tel':'ATs','diL':'MED','diN':'LOW'}, #V Z CMa, SCI_Z_CMa_large_2 {'night':'2023-01-24', 'tpl_start':'2023-01-25T05:38:12', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 48217, CAL_HD48217_LM_Z_CMa_large_3 {'night':'2023-01-25', 'tpl_start':'2023-01-26T03:12:58', 'tel':'ATs','diL':'MED','diN':'LOW'}, #V Z CMa, SCI_Z_CMa_large_3 {'night':'2023-01-25', 'tpl_start':'2023-01-26T03:40:18', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 48217, CAL_HD48217_LM_Z_CMa_large_3 {'night':'2023-01-25', 'tpl_start':'2023-01-26T04:37:22', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 48217, CAL_HD48217_LM_Z_CMa_large_4 {'night':'2023-01-25', 'tpl_start':'2023-01-26T04:53:02', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 48217, CAL_HD48217_LM_Z_CMa_large_4 {'night':'2023-01-25', 'tpl_start':'2023-01-26T05:43:12', 'tel':'ATs','diL':'MED','diN':'LOW'}, #V Z CMa, SCI_Z_CMa_large_4 {'night':'2023-01-27', 'tpl_start':'2023-01-28T02:05:28', 'tel':'ATs','diL':'MED','diN':'LOW'}, #V Z CMa, SCI_Z_CMa_large_5 {'night':'2023-01-27', 'tpl_start':'2023-01-28T02:33:40', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 48217, CAL_HD48217_LM_Z_CMa_large_5 {'night':'2023-01-27', 'tpl_start':'2023-01-28T02:49:07', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 48217, CAL_HD48217_LM_Z_CMa_large_5 {'night':'2023-01-27', 'tpl_start':'2023-01-28T02:56:26', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 48217, CAL_HD48217_LM_Z_CMa_large_5 {'night':'2023-02-14', 'tpl_start':'2023-02-15T01:23:59', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 48217, CAL_HD48217_LM_Z_CMa_large_5 {'night':'2023-02-14', 'tpl_start':'2023-02-15T01:56:51', 'tel':'ATs','diL':'MED','diN':'LOW'}, #V Z CMa, SCI_Z_CMa_large_5 {'night':'2023-02-14', 'tpl_start':'2023-02-15T04:08:32', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 48217, CAL_HD48217_LM_Z_CMa_large_6 {'night':'2023-02-14', 'tpl_start':'2023-02-15T04:38:12', 'tel':'ATs','diL':'MED','diN':'LOW'}, #V Z CMa, SCI_Z_CMa_large_6 {'night':'2023-02-24', 'tpl_start':'2023-02-25T02:15:16', 'tel':'ATs','diL':'MED','diN':'LOW'}, #alf CMa, CAL_HD48915_LMN_Z_CMa_small_3 {'night':'2023-02-24', 'tpl_start':'2023-02-25T02:43:19', 'tel':'ATs','diL':'MED','diN':'LOW'}, #V Z CMa, SCI_Z_CMa_small_3 {'night':'2023-02-24', 'tpl_start':'2023-02-25T03:09:39', 'tel':'ATs','diL':'MED','diN':'LOW'}, #alf CMa, CAL_HD48915_LMN_Z_CMa_small_4 {'night':'2023-02-24', 'tpl_start':'2023-02-25T03:36:34', 'tel':'ATs','diL':'MED','diN':'LOW'}, #V Z CMa, SCI_Z_CMa_small_4 {'night':'2023-03-19', 'tpl_start':'2023-03-20T01:46:56', 'tel':'ATs','diL':'MED','diN':'LOW'}, #V Z CMa, SCI_Z_CMa_large_7 {'night':'2023-03-19', 'tpl_start':'2023-03-20T02:16:29', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 48217, CAL_HD48217_LM_Z_CMa_large_7 {'night':'2023-03-24', 'tpl_start':'2023-03-25T01:39:14', 'tel':'ATs','diL':'MED','diN':'LOW'}, #HD 48217, CAL_HD48217_LN_Z_CMa_medium_7 {'night':'2023-03-24', 'tpl_start':'2023-03-25T02:09:11', 'tel':'ATs','diL':'MED','diN':'LOW'}, #V Z CMa, SCI_Z_CMa_medium_7 ''' #L reduction # {'night':'2019-05-05', 'tpl_start':'2019-05-06T04:34:53'}, #failed [ ERROR ] mat_ext_beams_lib: [tid=000] NO TARGET_CAL or CALIB_CAL frames found # {'night':'2019-05-05', 'tpl_start':'2019-05-06T04:51:46'}, #failed [WARNING] mat_proc_coher_lib: [tid=000] No OBJ_CORR_FLUX frame to process for BCD OUT-IN # {'night':'2019-05-14', 'tpl_start':'2019-05-15T00:10:56'}, #failed? # {'night':'2019-05-14', 'tpl_start':'2019-05-15T00:30:41'}, #failed: sh: line 1: 5929 Segmentation fault (core dumped) # {'night':'2019-05-14', 'tpl_start':'2019-05-15T01:10:46'}, #failed? # {'night':'2019-05-14', 'tpl_start':'2019-05-15T01:36:00'}, #failed? # {'night':'2019-05-14', 'tpl_start':'2019-05-15T01:53:07'}, #incoh OK, coh failed #N reduction # {'night':'2019-03-22', 'tpl_start':'2019-03-23T08:41:19'}, #failed: sh: line 1: 9576 Segmentation fault (core dumped) # {'night':'2019-05-05', 'tpl_start':'2019-05-06T04:34:53'}, #failed # {'night':'2019-05-05', 'tpl_start':'2019-05-06T04:51:46'}, #some data produced but possibly failed # {'night':'2019-05-14', 'tpl_start':'2019-05-15T01:36:00'}, #failed: sh: line 1: 16845 Killed cal_txt = '' if len(obs_lst) == 0: obs_lst = [] print('Start night reduction: ',nightdirs) for nightdir in nightdirs: #chmod_cmd = 'chmod -R 777 '+nightdir #print(chmod_cmd) #os.system(chmod_cmd) obs_lst_temp,cal_txt_temp = create_obs_lst(nightdir,write_output_file=True,outfile_path=nightdir+'/fits_cat.txt') obs_lst+=obs_lst_temp cal_txt+=cal_txt_temp print(' ') print(cal_txt) N_obs = len(obs_lst) if do_L: skip_L = 0 else: skip_L = 1 if do_N: skip_N = 0 else: skip_N = 1 skip_L_orig = skip_L skip_N_orig = skip_N def check_tag(dirRaw,requested_tag,tplstart,break_when_found=False): hdr_lst = [] fpath_lst = [] #listRaw = sorted(glob.glob(dirRaw+"/MATIS*.fits")) listRaw = sorted(glob.glob(dirRaw+"/*.fits")) for filename in listRaw: try: hdr=getheader(filename,0) if tplstart is None or hdr['HIERARCH ESO TPL START'] == tplstart: tag = libAutoPipeline.matisseType(hdr) if tag == requested_tag: hdr_lst.append(hdr) fpath_lst.append(filename) if break_when_found: break except: print("\nWARNING: unable to get header data.") return fpath_lst,hdr_lst for i in range(N_obs): TPL_START=obs_lst[i]['tpl_start'] NIGHT=obs_lst[i]['night'] TEL=obs_lst[i]['tel'] DIL=obs_lst[i]['diL'] DIN=obs_lst[i]['diN'] # ----------define the folders for saving data----------------- RAWDIR = DATADIR + '/' + NIGHT #CALIBDIR = '/allegro6/matisse/varga/CalibMap' #CALIBDIR2 = '/allegro6/matisse/drs/calibmaps/CalibMapMayJuneJuly2019' # ----------run the pipeline------------------------------- if pipeline == 'drs': for j in range(len(modes)): RESDIR = RESDIR_MAIN+'/'+modes[j]+'/' + NIGHT + '/' + TPL_START.replace(':', '_') skip_L = skip_L_orig skip_N = skip_N_orig if not os.path.exists(RESDIR): os.makedirs(RESDIR) if do_reduction: if do_L: #RESDIR_L = glob.glob(RESDIR + '/Iter1/*HAWAII*/') RESDIR_L = RESDIR + '/Iter1/mat_raw_estimates.'+TPL_START.replace(':', '_')+'.HAWAII-2RG.rb/' #check if reduced files already exist reduction_success_L = True n_exp = 6 # TODO: first check if there are 4 (nophot) or 6 (phot) exposures for i in range(n_exp): if not (os.path.exists(RESDIR_L+'/TARGET_RAW_INT_%04d.fits'%(i+1)) or os.path.exists(RESDIR_L+'/CALIB_RAW_INT_%04d.fits'%(i+1))): reduction_success_L = False if os.path.isdir(RESDIR_L) and redo_reduction: print('Delete existing reduction folder: '+RESDIR_L) shutil.rmtree(RESDIR_L) reduction_success_L = False soffiles = glob.glob(RESDIR + '/Iter1/*HAWAII*.sof*') if soffiles: for file in soffiles: os.remove(file) if reduction_success_L and not(redo_reduction): skip_L = 1 else: if os.path.isdir(RESDIR_L): print('Delete existing reduction folder: '+RESDIR_L) shutil.rmtree(RESDIR_L) soffiles = glob.glob(RESDIR + '/Iter1/*HAWAII*.sof*') if soffiles: for file in soffiles: os.remove(file) if do_N: #RESDIR_N = glob.glob(RESDIR + '/Iter1/*AQUARIUS*/') RESDIR_N = RESDIR + '/Iter1/mat_raw_estimates.'+TPL_START.replace(':', '_')+'.AQUARIUS.rb/' reduction_success_N = True n_exp = 4 for i in range(n_exp): if not (os.path.exists(RESDIR_N+'/TARGET_RAW_INT_%04d.fits'%(i+1)) or os.path.exists(RESDIR_N+'/CALIB_RAW_INT_%04d.fits'%(i+1))): reduction_success_N = False if os.path.isdir(RESDIR_N) and redo_reduction: print('Delete existing reduction folder: '+RESDIR_N) shutil.rmtree(RESDIR_N) soffiles = glob.glob(RESDIR + '/Iter1/*AQUARIUS*.sof*') if soffiles: for file in soffiles: os.remove(file) if reduction_success_N and not(redo_reduction): skip_N = 1 else: if os.path.isdir(RESDIR_N): print('Delete existing reduction folder: '+RESDIR_N) shutil.rmtree(RESDIR_N) soffiles = glob.glob(RESDIR + '/Iter1/*AQUARIUS*.sof*') if soffiles: for file in soffiles: os.remove(file) if not(skip_L) or not(skip_N): if TEL == 'UTs': paramN_list = paramN_list_UT if TEL == 'ATs': paramN_list = paramN_list_AT if 'HIGH' in DIN: paramN_list_local = [] if TEL == 'UTs': spectralbinning_N_high = spectralbinning_N_high_UT if TEL == 'ATs': spectralbinning_N_high = spectralbinning_N_high_AT for ih in range(len(paramN_list)): paramN_list_local.append(paramN_list[ih].replace('spectralBinning='+spectralbinning_N,'spectralBinning='+spectralbinning_N_high)) #it was 49 before else: paramN_list_local = paramN_list # first try to find calibration files in RAWDIR+'/calibration_files/' if alt_calibdir == '': if os.path.exists(RAWDIR+'/calibration_files/'): dir_calib = RAWDIR+'/calibration_files/' else: dir_calib = RAWDIR+'/' else: dir_calib = alt_calibdir # check whether object is CAL fpath_CAL_lst,hdr_lst = check_tag(RAWDIR,'CALIB_RAW',TPL_START,break_when_found=True) if fpath_CAL_lst: #if object is a calibrator hdr = hdr_lst[0] # check whether calibrator is in JSDC match_radius = 20.0 #arcsec jsdc_match = False jsdc_path_match = '' target_name = hdr['HIERARCH ESO OBS TARG NAME'] target_ra = hdr['RA'] #J2000 target_dec = hdr['DEC'] #J2000 #print(target_ra,target_dec) print('Check whether calibrator '+target_name+' is in JSDC v2:') result_jsdc = jsdc_v2.query_object(target_name,catalog='II/346/jsdc_v2',radius=match_radius*u.arcsec) #print(result_jsdc) if result_jsdc != []: if(len(result_jsdc[0]) > 0): #match jsdc_match = True jsdc_path_match = main_JSDC_path print('Calibrator found in JSDC v2: '+result_jsdc[0]['Name'][0]) # +', separation: %.2f arcsec'%(3600.0*min_sep.value)) else: #check whether the calibrator is in the supplement catalog c_cal = SkyCoord(target_ra* u.deg, target_dec* u.deg, frame='icrs') caldb = fits.open(alt_JSDC_path) cal_name_lst = caldb[1].data['NAME'] cal_ra_lst = caldb[1].data['RAJ2000'] cal_dec_lst = caldb[1].data['DEJ2000'] #print(cal_ra_lst[0:10], cal_dec_lst[0:10]) c_lst = SkyCoord(ra=cal_ra_lst ,dec=cal_dec_lst , unit=(u.hourangle, u.deg), frame='icrs') # search for the calibrator in the calibrator database sep = c_cal.separation(c_lst) min_sep_idx = np.nanargmin(sep) min_sep = sep[min_sep_idx] caldb.close() if (min_sep < match_radius*u.deg/3600.0): #match_radius = 20 arcsec #match jsdc_match = True jsdc_path_match = alt_JSDC_path print('Calibrator found in the supplement catalog: '+os.path.basename(jsdc_path_match)+': '+cal_name_lst[min_sep_idx] +', separation: %.2f arcsec'%(3600.0*min_sep.value)) if jsdc_match: cats_to_remove = [] #check for an existing JSDC catalog in dir_calib fpath_JSDC_lst,hdr_lst = check_tag(dir_calib,'JSDC_CAT',None) replace_JSDC_cat = True if len(fpath_JSDC_lst) > 0: for fpath_JSDC,hdr in zip(fpath_JSDC_lst,hdr_lst): #check if the local JSDC catalog is the same as the reference JSDC catalog hdr_match = getheader(jsdc_path_match) if 'DATE' in hdr_match and 'DATE' in hdr: if hdr_match['DATE'] == hdr['DATE']: #if the JSDC catalog in dir_calib is the same as the one in the list of JSDC catalogs, then keep it replace_JSDC_cat = False else: cats_to_remove.append(fpath_JSDC) # remove unwanted JSDC cats for fpath in cats_to_remove: print('Removing unwanted JSDC cat: '+fpath) os.remove(fpath) if replace_JSDC_cat: # copy the wanted JSDC catalog to dir_calib print('Copying JSDC cat '+os.path.basename(jsdc_path_match)+' to '+dir_calib) shutil.copyfile(jsdc_path_match,os.path.join(dir_calib,os.path.basename(jsdc_path_match))) else: print('Calibrator not found in JSDC, reduced data will not contain TF2, thus visibility calibration (mat_cal_oifits) will fail.') #mat_autoPipeline.mat_autoPipeline(...) mat_autoPipeline(dirRaw=RAWDIR, dirResult=RESDIR, dirCalib=dir_calib, nbCore=6, tplstartsel=TPL_START, resol='', paramL=paramL_list[j], paramN=paramN_list_local[j], overwrite=0, maxIter=maxIter, skipL = skip_L, skipN = skip_N,try_K2N_cophasing=try_K2N_cophasing) #if res == 2: #if missing calibration # if calibration files were not found, then use general calibration directory (CALIBDIR) #res = mat_autoPipeline.mat_autoPipeline(dirRaw=RAWDIR, dirResult=RESDIR, dirCalib=CALIBDIR, nbCore=6, tplstartsel=TPL_START, # resol='', paramL=paramL_list[j], paramN=paramN_list[j], overwrite=0, maxIter=1, # skipL = skip_L, skipN = skip_N) if pipeline == 'ews': for j in range(len(modes)): RESDIR = RESDIR_MAIN+'/'+modes[j]+'/' + NIGHT + '/' + TPL_START.replace(':', '_') if not os.path.exists(RESDIR): os.makedirs(RESDIR) current_dir = os.getcwd() os.chdir(RAWDIR) if not os.path.exists(RAWDIR+'/Tpl'): try: mu.createTplDirectories(mother='Tpl') except FileExistsError as e: print(e) if do_reduction: if do_L: # create a directory for the reduced data RESDIR_BAND = RESDIR + '/Iter1/mat_raw_estimates.'+TPL_START.replace(':', '_')+'.HAWAII-2RG.rb/' if os.path.exists(RESDIR_BAND): shutil.rmtree(RESDIR_BAND) os.makedirs(RESDIR_BAND) os.chdir(RAWDIR+'/Tpl') try: try: rdata = ve.processTemplate(TPL_START+'.tpl',band='LM',dophot=True,ws = 0.05) if(rdata is not None): ofile = RESDIR_BAND+'/'+TPL_START.replace(':', '_')+'.tpl.pk' wu.msave(ofile, rdata) pk_2_oifits(RESDIR_BAND+'/'+TPL_START.replace(':', '_')+'.tpl.pk', RESDIR_BAND,oifits_template=PROGRAMDIR+'/template_oifits.fits') except FileNotFoundError as e: print(e) except IndexError as e: print(e) if do_N: # create a directory for the reduced data RESDIR_BAND = RESDIR + '/Iter1/mat_raw_estimates.'+TPL_START.replace(':', '_')+'.AQUARIUS.rb/' if os.path.exists(RESDIR_BAND): shutil.rmtree(RESDIR_BAND) os.makedirs(RESDIR_BAND) os.chdir(RAWDIR+'/Tpl') if 'HIGH' in DIN: #ws = 21 #ws = 11 #!new value (from Jul 2021)! #ws = 8 #experimental! (2021 Oct) ws = 0.025 #0.05 #dlambda: 0.03-0.06 um in HIGH (um) else: #ws = 3 ws = 0.05 #try to better match the results from DRS, old value 0.1 #dlambda: 0.3 um in LOW (um) try: #print('ve.processTemplate('+TPL_START+'.tpl,band="'"N"'"'+',gsmooth=0.15, wsmooth = '+'%d'%ws+',dophot=True,nbessel=0,resample=2,opdcutn=3)') #wsmmoth=1: no smoothing, 3: smooth without losing spectral resolution, wsmooth=6 small loss of resolution ###rdata = ve.processTemplate(TPL_START+'.tpl',band='N',gsmooth=0.15, wsmooth = ws,dophot=True,nbessel=0,resample=2,opdcutn=3) #old #wsmmoth=1: no smoothing, 3: smooth without losing spectral resolution, wsmooth=6 small loss of resolution try: rdata = ve.processTemplate(TPL_START+'.tpl',band='N',gsmooth=0.15,wsmooth=ws,dophot=True,opdcutn=3) #new wsmooth = 0.025 ###rdata = wu.mrestore(RESDIR_BAND+'/'+TPL_START.replace(':', '_')+'.tpl.pk') if(rdata is not None): ofile = RESDIR_BAND+'/'+TPL_START.replace(':', '_')+'.tpl.pk' wu.msave(ofile, rdata) #print(len(rdata),list(rdata[0].keys())) #pk_2_oifits(RESDIR_BAND+'/'+TPL_START.replace(':', '_')+'.tpl.pk', RESDIR_BAND,oifits_template=PROGRAMDIR+'/template_oifits.fits',version='alpha') #old print('Convert pk to oifits.') pk_2_oifits(RESDIR_BAND+'/'+TPL_START.replace(':', '_')+'.tpl.pk', RESDIR_BAND,oifits_template=PROGRAMDIR+'/template_oifits.fits') #new #print(rdata[0]['bcd1name']) #fluxes = ve.templateAverageFlux(rdata, True) #fluxes['header'] = rdata[0]['header'] #fluxes['bcd1name'] = '' #fluxes['bcd2name'] = '' #pk_2_oifits([fluxes], RESDIR_BAND,oifits_template=PROGRAMDIR+'/template_oifits.fits') except FileNotFoundError as e: print(e) except IndexError as e: print(e) os.chdir(current_dir) # ------------------------ make plots ----------------------- if do_plot: for j in range(len(modes)): RESDIR = RESDIR_MAIN+'/'+modes[j]+'/' + NIGHT + '/' + TPL_START.replace(':', '_') if do_L: inputdir = RESDIR + '/Iter1/mat_raw_estimates.'+TPL_START.replace(':', '_')+'.HAWAII-2RG.rb/' # show_allred(inputdir,outputdir=inputdir+'/plots/',verbose=False,nbProc=6) show_allred_mosaic(inputdir, outputdir=inputdir + '/plots/',fn_pattern='RAW_INT',fit_model = False,annotate=False,redo_overwrite=redo_plots) if do_N: inputdir = RESDIR + '/Iter1/mat_raw_estimates.'+TPL_START.replace(':', '_')+'.AQUARIUS.rb/' # show_allred(inputdir, outputdir=inputdir + '/plots/',fn_pattern='', verbose=False,file_type='oifits',pro_catg='TARGET_RAW_INT',nbProc=6) # show_allred(inputdir, outputdir=inputdir + '/plots/',fn_pattern='', verbose=False,file_type='oifits',pro_catg='CALIB_RAW_INT',nbProc=6) if pipeline == 'ews': show_allred_mosaic(inputdir, outputdir=inputdir + '/plots/',fn_pattern='RAW_INT',wl_lim=(7.3,13.4),fit_model = False,annotate=False,redo_overwrite=redo_plots) else: show_allred_mosaic(inputdir, outputdir=inputdir + '/plots/',fn_pattern='RAW_INT',fit_model = False,annotate=False,redo_overwrite=redo_plots) print('EXTERMINATE!')