Implemented phase writing in multiple event processing mode.
This commit is contained in:
parent
686395defc
commit
d74aeb237c
@ -131,6 +131,10 @@ def autoPyLoT(inputfile):
|
|||||||
# locate the event
|
# locate the event
|
||||||
subprocess.call([nlloccall, locfile])
|
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 '------------------------------------------'
|
||||||
print '-----Finished event %s!-----' % event
|
print '-----Finished event %s!-----' % event
|
||||||
|
Loading…
Reference in New Issue
Block a user