From 686395defc9404f807861ed1e32af5e1f71bd23a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludger=20K=C3=BCperkoch?= Date: Thu, 5 Nov 2015 08:49:44 +0100 Subject: [PATCH] Marginal changes --- autoPyLoT.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/autoPyLoT.py b/autoPyLoT.py index 1d6fb6cf..ecef9770 100755 --- a/autoPyLoT.py +++ b/autoPyLoT.py @@ -172,17 +172,12 @@ def autoPyLoT(inputfile): # locate the event subprocess.call([nlloccall, locfile]) ########################################################## -<<<<<<< HEAD # write phase files for various location routines # HYPO71 hypo71file = '%s/%s/autoPyLoT_HYPO71.pha' % (datapath, parameter.getParam('eventID')) writephases(picks, 'HYPO71', hypo71file) -======= - ->>>>>>> 223902f2d4a9fe992730bb1ba925bfa432f26550 - print '------------------------------------------' print '-------Finished event %s!-------' % parameter.getParam('eventID') print '------------------------------------------'