Skip to content
Snippets Groups Projects
Commit ef7bca62 authored by Cody Messick's avatar Cody Messick
Browse files

gstlal_inspiral_pipe: Fixed mixing index

parent cb8cf080
No related branches found
No related tags found
No related merge requests found
......@@ -1016,7 +1016,7 @@ else:
injsnrnodes = []
if not options.disable_calc_inj_snr:
for inj in options.injections:
inj = inj.split(':')
inj = inj.split(':')[-1]
injsnrnodes.append(inspiral_pipe.generic_node(gstlalInjSnrJob, dag, parent_nodes=ref_psd_parent_nodes,
opts = {"flow":options.flow},
input_files = {"injection-file":inj, "reference-psd-cache":"reference_psd.cache"}
......
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