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')