Skip to content

Commit

Permalink
oops, accidentally added to this PR
Browse files Browse the repository at this point in the history
  • Loading branch information
GarethCabournDavies committed Jul 29, 2024
1 parent 7e5cab5 commit 8d5d3e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pycbc/results/followup.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ def trigger_timeseries_plot(file_list, ifos, start, end):
trigs = columns_from_file_list(file_list,
['snr', 'end_time'],
ifo, start, end)
print(trigs)
pylab.scatter(trigs['end_time'], trigs['snr'], label=ifo,
color=ifo_color[ifo])

Expand Down

0 comments on commit 8d5d3e4

Please sign in to comment.