From 8d5d3e492d67ffefc7548e05481f5c1cbf063c9b Mon Sep 17 00:00:00 2001 From: GarethCabournDavies Date: Mon, 29 Jul 2024 08:07:26 -0700 Subject: [PATCH] oops, accidentally added to this PR --- pycbc/results/followup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pycbc/results/followup.py b/pycbc/results/followup.py index d5e65827168..f55d50318a0 100644 --- a/pycbc/results/followup.py +++ b/pycbc/results/followup.py @@ -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])