diff --git a/scripts/online_reco.py b/scripts/online_reco.py index dd6ba81320fb6396f099b625871b1e377597ed86..dbc6602e8324f30cb777abb6f9904b313dc715c4 100644 --- a/scripts/online_reco.py +++ b/scripts/online_reco.py @@ -56,7 +56,7 @@ class ZenithDistribution(kp.Module): n_ok = n - np.count_nonzero(np.isnan(self.zeniths)) fontsize = 16 - roy_zeniths = -np.loadtxt("reco.txt", "r")[-self.max_events:] + roy_zeniths = -np.loadtxt("reco.txt")[-self.max_events:] roy_zeniths[np.abs(roy_zeniths) > .99] = np.nan n_roy = len(roy_zeniths)