Skip to content
Snippets Groups Projects
Commit eb9ca6a5 authored by Chad Hanna's avatar Chad Hanna
Browse files

Merge branch 'master' of https://git.ligo.org/lscsoft/gstlal

parents bf81117e 4575c2c8
No related branches found
No related tags found
No related merge requests found
......@@ -102,10 +102,11 @@ if options.verbose:
mainloop = GObject.MainLoop()
pipeline = Gst.Pipeline(sys.argv[0])
handler = simplehandler.Handler(mainloop, pipeline)
# generate multiple channel sources, and link up pipeline
whiten = {}
head = multichannel_datasource.mkbasicmultisrc(pipeline, data_source_info, instrument, verbose = options.verbose)
head = multichannel_datasource.mkbasicmultisrc(pipeline, data_source_info, data_source_info.channel_subsets[0], verbose = options.verbose)
for channel in channels:
if options.verbose:
......
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