add V1 timelag in pipe
Now pipe doesn't crash when only V1 is on
Error before was:
Using local datafind server datafind.ldas.cit:80
NOT requiring HAS_SINGULARITY=?=TRUE
trigger time: 1422912348.438964
trigger list: None
trigger list now is: <bayeswave_pipe.bayeswave_pipe_utils.triggerList object at 0x7fb1959d4040>
There is no CBC_trigger_list
CBC-triggerList is: None
Determining whether to do segment queries
No ignore-science-segments in [datafind], skipping segdb by default
Calling LIGO data find ...
gw_data_find --observatory V --type HoftOnline -s 1422912319 -e 1422912378 --lal-cache --server=datafind.ldas.cit:80 -u file > datafind/V1.cache
Setting up frame copying
Using executable... /home/sophie.hourihane/.conda/envs/dqrtasks/bin/BayesWave
Configuring file transfers for bayeswave
jobtype= bayeswave
Using executable... /home/sophie.hourihane/.conda/envs/dqrtasks/bin/BayesWavePost
Configuring file transfers for bayeswave_post
jobtype= bayeswave_post
Using executable... /home/sophie.hourihane/.conda/envs/dqrtasks/bin/megaplot.py
Configuring file transfers for megaplot
jobtype= megaplot
0 <bayeswave_pipe.bayeswave_pipe_utils.eventTrigger object at 0x7fb150e7abc0>
Traceback (most recent call last):
File "/home/sophie.hourihane/.conda/envs/dqrtasks/bin/bayeswave_pipe", line 7, in <module>
exec(compile(f.read(), __file__, 'exec'))
File "/home/sophie.hourihane/src/BayesWaves/BayesWave/BayesWaveUtils/scripts/bayeswave_pipe", line 1014, in <module>
job_segment[ifo], psd_start[ifo] = job_times(trigger.perIFO_trigtime[ifo], trigger.seglen,
KeyError: 'V1'
Now error is gone