Take into account seismograms too short for given cut times!
This commit is contained in:
parent
0e65478645
commit
d9777eaa05
@ -158,6 +158,8 @@ class CharacteristicFunction(object):
|
|||||||
zz = self.orig_data.copy()
|
zz = self.orig_data.copy()
|
||||||
z1 = zz[0].copy()
|
z1 = zz[0].copy()
|
||||||
zz[0].data = z1.data[int(start):int(stop)]
|
zz[0].data = z1.data[int(start):int(stop)]
|
||||||
|
if zz[0].stats.npts == 0: # cut times do not fit data length!
|
||||||
|
zz[0].data = z1.data # take entire data
|
||||||
data = zz
|
data = zz
|
||||||
return data
|
return data
|
||||||
elif len(self.orig_data) == 2:
|
elif len(self.orig_data) == 2:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user