From d5b3a7d40f7699cd337f741eb954e4cc5ea3021b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludger=20K=C3=BCperkoch?= Date: Tue, 27 Oct 2015 16:26:40 +0100 Subject: [PATCH] Marginal changes. --- autoPyLoT.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autoPyLoT.py b/autoPyLoT.py index 3d84de3b..d073f4ea 100755 --- a/autoPyLoT.py +++ b/autoPyLoT.py @@ -80,7 +80,7 @@ def autoPyLoT(inputfile): nlloccall = '%s/NLLoc' % nllocbin # get name of phase file phasef = parameter.getParam('phasefile') - phasefile = '%s/%s' % (nllocroot, phasef) + phasefile = '%s/obs/%s' % (nllocroot, phasef) # get name of NLLoc-control file locf = parameter.getParam('locfile') locfile = '%s/run/%s' % (nllocroot, locf) @@ -148,7 +148,7 @@ def autoPyLoT(inputfile): writephases(picks, 'NLLoc', phasefile) ########################################################## - # For locating the events we have to modify the NLLoc-control file! + # For locating the event we have to modify the NLLoc-control file! # create comment line for NLLoc-control file NLLoc-output file nllocout = '%s/loc/%s_%s' % (nllocroot, parameter.getParam('eventID'), nllocoutpatter) locfiles = 'LOCFILES %s NLLOC_OBS %s %s 0' % (phasefile, ttpatter, nllocout)