Skip to content
Snippets Groups Projects
Commit 37881f8d authored by Patrick Godwin's avatar Patrick Godwin
Browse files

gstlal_feature_extractor: fixed bug where trigger times were not reported correctly

parent 9d36eab6
No related branches found
No related tags found
No related merge requests found
......@@ -292,7 +292,7 @@ class MultiChannelHandler(simplehandler.Handler):
# set trigger time based on waveform
if self.waveform_type == 'sine_gaussian':
trigger_time = filter_stop_time - (filter_duration / 2.)
trigger_time = filter_stop_time
start_time = trigger_time - duration / 2.
stop_time = trigger_time + duration / 2.
......
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