From 7d175a4bc9424b4740c93e6e086d6762daa2bba5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludger=20K=C3=BCperkoch?= Date: Mon, 25 Jun 2018 15:30:10 +0200 Subject: [PATCH] Accidently screen output got lost. --- pylot/core/pick/autopick.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pylot/core/pick/autopick.py b/pylot/core/pick/autopick.py index 40357c7a..8afcaade 100644 --- a/pylot/core/pick/autopick.py +++ b/pylot/core/pick/autopick.py @@ -564,6 +564,8 @@ def autopickstation(wfstream, pickparam, verbose=False, SNRPdB, FM) print(msg) + msg = 'autopickstation: Refind P-Pick: {} s | P-Error: {} s'.format(zdat[0].stats.starttime \ + + mpickP, Perror) print(msg) Sflag = 1