Implemented phase writing in multiple event processing mode.

This commit is contained in:
Ludger Küperkoch 2015-11-05 08:51:50 +01:00
parent 686395defc
commit d74aeb237c

View File

@ -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