Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
GarethCabournDavies committed Oct 9, 2023
1 parent a2ba33e commit 425565a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/minifollowups/pycbc_injection_minifollowup
Original file line number Diff line number Diff line change
Expand Up @@ -148,9 +148,9 @@ except KeyError:
# But only ones which are within a small window of the missed injection
missed_inj_times = numpy.sort(f['injections/tc'][:][missed])

# Note: Adding 2 * Earth diameter in light seconds to the window here
# Note: Adding Earth diameter in light seconds to the window here
# to allow for different IFO's arrival times of the injection
safe_window = args.nearby_triggers_window + 0.085
safe_window = args.nearby_triggers_window + 0.0425

def nearby_missedinj(endtime, snr):
"""
Expand Down

0 comments on commit 425565a

Please sign in to comment.