Skip to content
Snippets Groups Projects
Commit d3b5965f authored by Duncan Meacher's avatar Duncan Meacher
Browse files

gstlal_idq_trigger_gen: Typo in channel name

parent 5d0d5448
No related branches found
No related tags found
No related merge requests found
...@@ -220,7 +220,7 @@ class MultiChannelHandler(simplehandler.Handler): ...@@ -220,7 +220,7 @@ class MultiChannelHandler(simplehandler.Handler):
latency = numpy.round(current_time - buftime) latency = numpy.round(current_time - buftime)
freq, q, duration = self.basis_params[(channel, int(rate))][row.channel_index] freq, q, duration = self.basis_params[(channel, int(rate))][row.channel_index]
start_time = trigger_time - duration start_time = trigger_time - duration
channel_tag = '%s_%i_%s' %(channel, int(rate)/2, rate) channel_tag = ('%s_%i_%s' %(channel, int(rate)/2, rate)).replace(":","_",1)
# NOTE # NOTE
# Setting stop time to trigger time for use with half sine gaussians # Setting stop time to trigger time for use with half sine gaussians
stop_time = trigger_time stop_time = trigger_time
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment