[bugfix] no actual UTCDateTime object was used to check metadata availability for check4rotated
This commit is contained in:
parent
e4217f0e30
commit
e02b62696d
@ -1076,7 +1076,7 @@ def check4rotated(data, metadata=None, verbosity=1):
|
|||||||
return wfs_in
|
return wfs_in
|
||||||
|
|
||||||
# check metadata quality
|
# check metadata quality
|
||||||
t_start = full_range(wfs_in)
|
t_start = full_range(wfs_in)[0]
|
||||||
try:
|
try:
|
||||||
azimuths = []
|
azimuths = []
|
||||||
dips = []
|
dips = []
|
||||||
|
Loading…
Reference in New Issue
Block a user