Deleted annotated line.
This commit is contained in:
parent
8023ba2993
commit
42dcf7576b
@ -242,7 +242,6 @@ class AICPicker(AutoPicker):
|
||||
& (self.Tcf >= self.Pick))
|
||||
# find maximum within slope determination window
|
||||
# 'cause slope should be calculated up to first local minimum only!
|
||||
#imax = np.argmax(self.Data[0].data[islope])
|
||||
imax = np.argmax(self.Data[0].data[islope[0][0]:islope[0][len(islope[0])-1]])
|
||||
iislope = islope[0][0:imax+1]
|
||||
if len(iislope) <= 2:
|
||||
|
Loading…
x
Reference in New Issue
Block a user