Fixed oversight

This commit is contained in:
Ludger Küperkoch 2016-10-27 16:17:21 +02:00
parent 0318fe7c32
commit d7418d2b30

View File

@ -459,7 +459,7 @@ def calcsourcespec(wfstream, onset, vp, delta, azimuth, incidence,
"no rotation of components possible!") "no rotation of components possible!")
# instead, use component 3 # instead, use component 3
ldat = LQT.select(component="3") ldat = LQT.select(component="3")
if len(ldat == 0: if len(ldat) == 0:
# maybe component z available # maybe component z available
ldat = LQT.select(component="Z") ldat = LQT.select(component="Z")