From def9760f4b06c7c2e5ac8ac952bf4a3d0d500eaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludger=20K=C3=BCperkoch?= Date: Thu, 13 Aug 2015 11:02:07 +0200 Subject: [PATCH] Cosmetics. --- pylot/core/pick/autopick.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pylot/core/pick/autopick.py b/pylot/core/pick/autopick.py index abb5a7c1..6c235f18 100755 --- a/pylot/core/pick/autopick.py +++ b/pylot/core/pick/autopick.py @@ -299,7 +299,7 @@ def autopickstation(wfstream, pickparam): else: print 'Bad initial (AIC) P-pick, skip this onset!' print 'AIC-SNR=', aicpick.getSNR(), 'AIC-Slope=', aicpick.getSlope(), 'counts/s' - print '(min. AIC-SNR=', minAICPSNR, ', min. AIC-Slope=', minAICPslope, ')' + print '(min. AIC-SNR=', minAICPSNR, ', min. AIC-Slope=', minAICPslope, 'counts/s)' Sflag = 0 else: @@ -507,7 +507,7 @@ def autopickstation(wfstream, pickparam): print 'AIC-SNR=', aicarhpick.getSNR(), \ 'AIC-Slope=', aicarhpick.getSlope(), 'counts/s' print '(min. AIC-SNR=', minAICSSNR, ', min. AIC-Slope=', \ - minAICSslope, ')' + minAICSslope, 'counts/s)' else: print 'autopickstation: No horizontal component data available or ' \