3 import commands, os, sys
11 accounting_group=
"ligo.prod.o2.burst.allsky.cwbonline" 14 online_dir=
"/home/%s/online/%s"%(user,label)
23 channelname[ifo]=
"%s:GDS-CALIB_STRAIN"%(ifo)
24 DQ_channel[ifo]=[
"%s:GDS-CALIB_STATE_VECTOR"%(ifo),
"%s:DMT-DQ_VECTOR"%(ifo)]
25 DQ_channel_rate[ifo]=[16,16]
28 inj_name=[
"BURST",
"CBC",
"STOCH",
"DETCHAR"]
29 inj_bitmask=[128,64,32,256]
63 run_dir=online_dir+
"/RUN_cWB" 66 summaries_dir=
"SUMMARIES" 67 zerolag_par=
"%s/config/user_parameters.C"%(run_dir)
68 bkg_par=
"%s/config/user_parameters_bkg.C"%(run_dir)
69 pp_par=
"%s/config/user_pparameters.C"%(run_dir)
72 prod_plugins=[
"%s/tools/cwb/plugins/CWB_Plugin_QLWveto.C"%(os.environ[
'HOME_WAT'])]
74 bkg_run_dir=
"%s/TIME_SHIFTS"%(online_dir)
75 postprod_dir=
"POSTPRODUCTION" 76 considered_segments_file=
"considered.txt" 77 processed_segments_file=
"processed.txt" 78 running_segments_file=
"running.txt" 79 missing_segments_file=
"missing.txt" 80 run_segments_file=
"run.txt" 81 job_segments_file=
"jobs.txt" 83 if (os.environ[
'SITE_CLUSTER']==
"CIT"):
84 frames_dir=[
"/dev/shm/llhoft/L1_O2",
"/dev/shm/llhoft/H1_O2"]
85 bkg_dir=[
"/ifocache/llcache/llhoft/L1_O2/L-L1_O2_llhoft-?????/L-L1_O2_llhoft-",
"/ifocache/llcache/llhoft/H1_O2/H-H1_O2_llhoft-?????/H-H1_O2_llhoft-"]
86 log_path=
"/usr1/%s"%(user)
87 web_dir=
"/home/%s/public_html/online/%s"%(user,label)
88 web_link=
"https://ldas-jobs.ligo.caltech.edu/~%s/online/%s"%(user,label)
89 accounting_group_user=
"marco.drago" 90 condor_requirements=
"""Requirements = (TARGET.Online_Burst_cWB =?= True) 91 +Online_Burst_cWB=True""" 92 if (os.environ[
'SITE_CLUSTER']==
"ATLAS"):
93 frames_dir=[
"/dev/shm/llhoft/O2L1",
"/dev/shm/llhoft/O2H1"]
94 bkg_dir=[
"/atlas/data/llcache/O2L1/L1-llhoft-?????/L1-llhoft-",
"/atlas/data/llcache/O2H1/H1-llhoft-?????/H1-llhoft-"]
95 log_path=
"/local/user/%s"%(user)
96 web_dir=
"/home/%s/WWW/LSC/online/%s"%(user,label)
97 web_link=
"https://atlas3.atlas.aei.uni-hannover.de/~%s/LSC/online/%s"%(user,label)
98 log_dir=
"/atlas/user/atlas5/%s/%s"%(user,label)
99 accounting_group_user=
"marco.drago" 105 emails=[
"marco.drago@aei.mpg.de",
"klimenko@phys.ufl.edu",
"gabriele.vedovato@lnl.infn.it",
"francesco.salemi@aei.mpg.de",
"shubhanshu.tiwari@gssi.infn.it",
"clazzaro@pd.infn.it",
"maria.tringali@unitn.it",
"filipe.dasilva@ufl.edu"]
112 code_version=
"wat6.2.6" 116 gracedb_group=
"Burst" 117 gracedb_analysis=
"CWB" 118 gracedb_search=
"AllSky" 135 strcpy(analysis,"%s"); 143 fLow = 16.; // low frequency of the search 144 fHigh = 2048.; // high frequency of the search 147 l_low = 4; // low frequency resolution level 148 l_high = %i; // high frequency resolution level 150 strcpy(wdmXTalk,"wdmXTalk/OverlapCatalog16-1024.bin"); 173 """%(version_wat,len(ifos),search,optim,levelR,l_high)