Skip to content

Commit

Permalink
Add xml foreground into workflow (#3284)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gareth S Davies authored May 20, 2020
1 parent e17fbca commit 671646c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bin/workflows/pycbc_create_offline_search_workflow
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,13 @@ table = wf.make_foreground_table(workflow, combined_bg_file,
singles=insps, extension='.html',
tags=combined_bg_file.tags)

fore_xmlall = wf.make_foreground_table(workflow, combined_bg_file,
hdfbank, rdir['open_box_result'], singles=insps,
extension='.xml', tags=["xmlall"])
fore_xmlloudest = wf.make_foreground_table(workflow, combined_bg_file,
hdfbank, rdir['open_box_result'], singles=insps,
extension='.xml', tags=["xmlloudest"])

#symlink_result(snrifar, 'open_box_result/significance')
#symlink_result(ratehist, 'open_box_result/significance')
symlink_result(table, 'open_box_result/significance')
Expand Down

0 comments on commit 671646c

Please # to comment.