Skip to content

Commit

Permalink
Cleanup of some things added and removed
Browse files Browse the repository at this point in the history
  • Loading branch information
GarethCabournDavies committed Aug 3, 2023
1 parent 6ca2764 commit 209211e
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bin/all_sky_search/pycbc_prepare_xml_for_gracedb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python

# Copyright (C) 2015 Ian Harry
# Copyright (C) 2015-2023 Ian Harry, Gareth Cabourn Davies
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
Expand Down
2 changes: 1 addition & 1 deletion bin/all_sky_search/pycbc_upload_single_event_to_gracedb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env python

# Copyright (C) 2015 Ian Harry
# Copyright (C) 2015-2023 Ian Harry, Gareth Cabourn Davies
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
Expand Down
1 change: 0 additions & 1 deletion bin/minifollowups/pycbc_foreground_minifollowup
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ wf.add_workflow_command_line_group(parser)
wf.add_workflow_settings_cli(parser, include_subdax_opts=True)
args = parser.parse_args()


logging.basicConfig(format='%(asctime)s:%(levelname)s : %(message)s',
level=logging.INFO)

Expand Down
4 changes: 2 additions & 2 deletions bin/minifollowups/pycbc_upload_prep_minifollowup
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/env python
# Copyright (C) 2015 Alexander Harvey Nitz
# Copyright (C) 2015-2023 Alexander Harvey Nitz, Gareth Cabourn Davies
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by the
Expand All @@ -14,7 +14,7 @@
# You should have received a copy of the GNU General Public License along
# with this program; if not, write to the Free Software Foundation, Inc.,
# 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
""" Followup foreground events
""" Prepare files for upload to GraceDB for foreground events
"""
import os, sys, argparse, logging, re, h5py, pycbc.workflow as wf
from pycbc.results import layout
Expand Down
1 change: 0 additions & 1 deletion bin/workflows/pycbc_make_offline_search_workflow
Original file line number Diff line number Diff line change
Expand Up @@ -495,7 +495,6 @@ layout.two_column_layout(rdir['background_triggers'], closed_page)
# run minifollowups on the output of the loudest events
mfup_dir_fg = rdir['open_box_result/loudest_events_followup']
mfup_dir_bg = rdir['background_triggers/loudest_background_followup']

wf.setup_foreground_minifollowups(workflow, combined_bg_file,
full_insps, hdfbank, insp_files_seg_file,
data_analysed_name, trig_generated_name,
Expand Down
1 change: 0 additions & 1 deletion examples/search/plotting.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[pycbc_ifar_catalog]
[workflow-minifollowups]
num-events=1
upload-prep-threshold = 0.00001

[workflow-sngl_minifollowups]
num-sngl-events=1
Expand Down

0 comments on commit 209211e

Please sign in to comment.