Debuged: Checks additionally for component 3 if component Z not available.
This commit is contained in:
parent
7ed1ad2983
commit
cd26d85f7c
@ -867,6 +867,8 @@ def checkZ4S(X, pick, zfac, checkwin, iplot):
|
|||||||
|
|
||||||
# split components
|
# split components
|
||||||
zdat = X.select(component="Z")
|
zdat = X.select(component="Z")
|
||||||
|
if len(zdat) == 0: # check for other components
|
||||||
|
zdat = X.select(component="3")
|
||||||
edat = X.select(component="E")
|
edat = X.select(component="E")
|
||||||
if len(edat) == 0: # check for other components
|
if len(edat) == 0: # check for other components
|
||||||
edat = X.select(component="2")
|
edat = X.select(component="2")
|
||||||
|
Loading…
Reference in New Issue
Block a user