Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
maxtrevor committed Sep 16, 2024
1 parent 7a3e9e9 commit 89a4f17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/live/pycbc_live_supervise_collated_trigger_fits
Original file line number Diff line number Diff line change
Expand Up @@ -668,6 +668,8 @@ def supervise_collation_fits_dq(args, day_dt, day_str):
# Store the locations of files needed for the statistic
stat_files = []

# daily fits should only be done for IFOs that had data
# and were included in the config file
all_ifos = controls['ifos'].split()
active_ifos = get_active_ifos(merged_triggers)
active_ifos = [ifo for ifo in active_ifos if ifo in all_ifos]
Expand Down

0 comments on commit 89a4f17

Please sign in to comment.