From 8173e44b0497e0c96e22642394027f59ee9f5e5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludger=20K=C3=BCperkoch?= Date: Fri, 20 Nov 2015 16:02:54 +0100 Subject: [PATCH] Matginal changes. --- autoPyLoT.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/autoPyLoT.py b/autoPyLoT.py index fcfca838..6a89a660 100755 --- a/autoPyLoT.py +++ b/autoPyLoT.py @@ -131,8 +131,6 @@ def autoPyLoT(inputfile): if len(badpicks) == 0: print("autoPyLoT: No bad onsets found, thus no iterative picking necessary!") else: - print("autoPyLoT: Found bad onsets at station(s) %s, starting re-picking them ...") \ - % badpicks # get theoretical P-onset times from NLLoc-location file locsearch = '%s/loc/%s.????????.??????.grid?.loc.hyp' % (nllocroot, nllocout) # get latest file if several are available @@ -195,8 +193,6 @@ def autoPyLoT(inputfile): if len(badpicks) == 0: print("autoPyLoT: No bad onsets found, thus no iterative picking necessary!") else: - print("autoPyLoT: Found bad onsets at station(s) %s, starting re-picking them ...") \ - % badpicks # get theoretical P-onset times from NLLoc-location file locsearch = '%s/loc/%s.????????.??????.grid?.loc.hyp' % (nllocroot, nllocout) # get latest file if several are available