From d74aeb237c86a0fc2983362112eaa629043b5d22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludger=20K=C3=BCperkoch?= Date: Thu, 5 Nov 2015 08:51:50 +0100 Subject: [PATCH] Implemented phase writing in multiple event processing mode. --- autoPyLoT.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/autoPyLoT.py b/autoPyLoT.py index ecef9770..71a8031f 100755 --- a/autoPyLoT.py +++ b/autoPyLoT.py @@ -131,6 +131,10 @@ def autoPyLoT(inputfile): # locate the event subprocess.call([nlloccall, locfile]) ########################################################## + # write phase files for various location routines + # HYPO71 + hypo71file = '%s/%s/autoPyLoT_HYPO71.pha' % (datapath, eventID) + writephases(picks, 'HYPO71', hypo71file) print '------------------------------------------' print '-----Finished event %s!-----' % event