Cosmetics.

This commit is contained in:
Ludger Küperkoch 2015-08-13 11:02:07 +02:00
parent ceed663a77
commit def9760f4b

View File

@ -299,7 +299,7 @@ def autopickstation(wfstream, pickparam):
else:
print 'Bad initial (AIC) P-pick, skip this onset!'
print 'AIC-SNR=', aicpick.getSNR(), 'AIC-Slope=', aicpick.getSlope(), 'counts/s'
print '(min. AIC-SNR=', minAICPSNR, ', min. AIC-Slope=', minAICPslope, ')'
print '(min. AIC-SNR=', minAICPSNR, ', min. AIC-Slope=', minAICPslope, 'counts/s)'
Sflag = 0
else:
@ -507,7 +507,7 @@ def autopickstation(wfstream, pickparam):
print 'AIC-SNR=', aicarhpick.getSNR(), \
'AIC-Slope=', aicarhpick.getSlope(), 'counts/s'
print '(min. AIC-SNR=', minAICSSNR, ', min. AIC-Slope=', \
minAICSslope, ')'
minAICSslope, 'counts/s)'
else:
print 'autopickstation: No horizontal component data available or ' \