Skip to content

Commit

Permalink
Added option to use pregenerated trigger file
Browse files Browse the repository at this point in the history
  • Loading branch information
maxtrevor committed Sep 6, 2024
1 parent 0b97b73 commit 6505a5a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions bin/live/pycbc_live_supervise_collated_trigger_fits
Original file line number Diff line number Diff line change
Expand Up @@ -777,6 +777,11 @@ parser.add_argument(
help='Date to analyse, if not given, will analyse yesterday (UTC). '
'Format YYYY_MM_DD. Do not use if using --run-daily-at.'
)
parser.add_argument(
'--collated-trigger-file',
help='Collated trigger file to use, if not given, will be created. '
'Do not use if using --run-daily-at.'
)
parser.add_argument(
'--fit-by-template',
action='store_true',
Expand Down

0 comments on commit 6505a5a

Please sign in to comment.