Matginal changes.
This commit is contained in:
parent
8a16643bd8
commit
8173e44b04
@ -131,8 +131,6 @@ def autoPyLoT(inputfile):
|
|||||||
if len(badpicks) == 0:
|
if len(badpicks) == 0:
|
||||||
print("autoPyLoT: No bad onsets found, thus no iterative picking necessary!")
|
print("autoPyLoT: No bad onsets found, thus no iterative picking necessary!")
|
||||||
else:
|
else:
|
||||||
print("autoPyLoT: Found bad onsets at station(s) %s, starting re-picking them ...") \
|
|
||||||
% badpicks
|
|
||||||
# get theoretical P-onset times from NLLoc-location file
|
# get theoretical P-onset times from NLLoc-location file
|
||||||
locsearch = '%s/loc/%s.????????.??????.grid?.loc.hyp' % (nllocroot, nllocout)
|
locsearch = '%s/loc/%s.????????.??????.grid?.loc.hyp' % (nllocroot, nllocout)
|
||||||
# get latest file if several are available
|
# get latest file if several are available
|
||||||
@ -195,8 +193,6 @@ def autoPyLoT(inputfile):
|
|||||||
if len(badpicks) == 0:
|
if len(badpicks) == 0:
|
||||||
print("autoPyLoT: No bad onsets found, thus no iterative picking necessary!")
|
print("autoPyLoT: No bad onsets found, thus no iterative picking necessary!")
|
||||||
else:
|
else:
|
||||||
print("autoPyLoT: Found bad onsets at station(s) %s, starting re-picking them ...") \
|
|
||||||
% badpicks
|
|
||||||
# get theoretical P-onset times from NLLoc-location file
|
# get theoretical P-onset times from NLLoc-location file
|
||||||
locsearch = '%s/loc/%s.????????.??????.grid?.loc.hyp' % (nllocroot, nllocout)
|
locsearch = '%s/loc/%s.????????.??????.grid?.loc.hyp' % (nllocroot, nllocout)
|
||||||
# get latest file if several are available
|
# get latest file if several are available
|
||||||
|
Loading…
Reference in New Issue
Block a user