Skip to content

Commit

Permalink
Idq workflow times (gwastro#4460)
Browse files Browse the repository at this point in the history
* add segment metadata to idq output files

* This is a much cleaner solution
  • Loading branch information
GarethCabournDavies authored and acorreia61201 committed Apr 4, 2024
1 parent 7880ffb commit 3584f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pycbc/workflow/dq.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def create_node(self, workflow, segment, dq_file, flag):
node.add_opt('--gps-start-time', start)
node.add_opt('--gps-end-time', end)
node.add_input_opt('--dq-segments', dq_file)
node.new_output_file_opt(workflow.analysis_time, '.hdf',
node.new_output_file_opt(segment, '.hdf',
'--output-file')
return node

Expand Down

0 comments on commit 3584f54

Please sign in to comment.