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

gstlal_etg_pipe: Added save hdf5 option to node gen

parent 3f5bb812
No related branches found
No related tags found
No related merge requests found
......@@ -177,7 +177,8 @@ def etg_node_gen(gstlalETGJob, dag, parent_nodes, segsdict, ifo, options, channe
"qhigh":options.qhigh,
"cadence":options.cadence,
"disable-web-service":"",
"frame-segments-name": options.frame_segments_name
"frame-segments-name": options.frame_segments_name,
"save-hdf": options.save_hdf
},
input_files = {"frame-cache":options.frame_cache,
"frame-segments-file":options.frame_segments_file},
......
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