From f3b9d50ef8758ff976d9a1c81cb11b186f61123c Mon Sep 17 00:00:00 2001 From: Gareth S Davies Date: Wed, 20 May 2020 17:35:21 +0200 Subject: [PATCH] Add xml foreground into workflow (#3284) --- bin/workflows/pycbc_create_offline_search_workflow | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/bin/workflows/pycbc_create_offline_search_workflow b/bin/workflows/pycbc_create_offline_search_workflow index 66282ac0516..8abe64764eb 100644 --- a/bin/workflows/pycbc_create_offline_search_workflow +++ b/bin/workflows/pycbc_create_offline_search_workflow @@ -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')