[bugfix] no actual UTCDateTime object was used to check metadata availability for check4rotated

This commit is contained in:
Marcel Paffrath 2024-09-10 16:59:02 +02:00
parent e4217f0e30
commit e02b62696d

View File

@ -1076,7 +1076,7 @@ def check4rotated(data, metadata=None, verbosity=1):
return wfs_in
# check metadata quality
t_start = full_range(wfs_in)
t_start = full_range(wfs_in)[0]
try:
azimuths = []
dips = []