Skip to content

Commit

Permalink
daily -> collated inside supervision script
Browse files Browse the repository at this point in the history
  • Loading branch information
maxtrevor committed Sep 11, 2024
1 parent 59b7fb0 commit 8cbe839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/live/pycbc_live_supervise_collated_trigger_fits
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ def daily_dq_trigger_rates(
gps_end_time = gpstime.utc_to_gps(today + timedelta(days=1)).gpsSeconds

ddtr_out_full = os.path.join(output_dir, ddtr_out_fname)
daily_dq_args = ['pycbc_live_daily_dq_trigger_rates']
daily_dq_args = ['pycbc_live_collated_dq_trigger_rates']
daily_dq_args += ['--trigger-file', trigger_merge_file]
daily_dq_args += ['--output', ddtr_out_full]
daily_dq_args += ['--ifo', ifo]
Expand Down

0 comments on commit 8cbe839

Please sign in to comment.