Cosmetics.
This commit is contained in:
parent
97aaa0b0d3
commit
b73f9fab45
20
autoPyLoT.py
20
autoPyLoT.py
@ -35,13 +35,14 @@ def autoPyLoT(inputfile):
|
|||||||
print '*********autoPyLoT starting*********'
|
print '*********autoPyLoT starting*********'
|
||||||
print 'The Python picking and Location Tool'
|
print 'The Python picking and Location Tool'
|
||||||
print ' Version ', _getVersionString(), '2015'
|
print ' Version ', _getVersionString(), '2015'
|
||||||
print '**Authors:'
|
print ' '
|
||||||
print '**S. Wehling-Benatelli'
|
print 'Authors:'
|
||||||
print '** Ruhr-University Bochum'
|
print 'S. Wehling-Benatelli'
|
||||||
print '**L. Kueperkoch'
|
print ' Ruhr-Universität Bochum'
|
||||||
print '** BESTEC GmbH'
|
print 'L. Küperkoch'
|
||||||
print '**K. Olbert'
|
print ' BESTEC GmbH, Landau (Pfalz)'
|
||||||
print '** Christian-Albrechts University Kiel'
|
print 'K. Olbert'
|
||||||
|
print ' Christian-Albrechts Universität Kiel'
|
||||||
print '************************************'
|
print '************************************'
|
||||||
|
|
||||||
# reading parameter file
|
# reading parameter file
|
||||||
@ -106,7 +107,7 @@ def autoPyLoT(inputfile):
|
|||||||
allonsets[station] = picks
|
allonsets[station] = picks
|
||||||
|
|
||||||
# quality control
|
# quality control
|
||||||
# median check and jackknife on P onset times
|
# median check and jackknife on P-onset times
|
||||||
checkedonsetsjk = checkPonsets(allonsets, mdttolerance, iplot)
|
checkedonsetsjk = checkPonsets(allonsets, mdttolerance, iplot)
|
||||||
# check S-P times (Wadati)
|
# check S-P times (Wadati)
|
||||||
checkedonsetwd = wadaticheck(checkedonsetsjk, wdttolerance, iplot)
|
checkedonsetwd = wadaticheck(checkedonsetsjk, wdttolerance, iplot)
|
||||||
@ -146,7 +147,7 @@ def autoPyLoT(inputfile):
|
|||||||
allonsets[station] = picks
|
allonsets[station] = picks
|
||||||
|
|
||||||
# quality control
|
# quality control
|
||||||
# median check and jackknife on P onset times
|
# median check and jackknife on P-onset times
|
||||||
checkedonsetsjk = checkPonsets(allonsets, mdttolerance, iplot)
|
checkedonsetsjk = checkPonsets(allonsets, mdttolerance, iplot)
|
||||||
# check S-P times (Wadati)
|
# check S-P times (Wadati)
|
||||||
checkedonsetswd = wadaticheck(checkedonsetsjk, wdttolerance, iplot)
|
checkedonsetswd = wadaticheck(checkedonsetsjk, wdttolerance, iplot)
|
||||||
@ -155,6 +156,7 @@ def autoPyLoT(inputfile):
|
|||||||
print '-------Finished event %s!-------' % parameter.getParam('eventID')
|
print '-------Finished event %s!-------' % parameter.getParam('eventID')
|
||||||
print '------------------------------------------'
|
print '------------------------------------------'
|
||||||
|
|
||||||
|
print '####################################'
|
||||||
print '************************************'
|
print '************************************'
|
||||||
print '*********autoPyLoT terminates*******'
|
print '*********autoPyLoT terminates*******'
|
||||||
print 'The Python picking and Location Tool'
|
print 'The Python picking and Location Tool'
|
||||||
|
Loading…
Reference in New Issue
Block a user