[Bugfix] Two times "def calPick(self)" (accidently?).
This commit is contained in:
parent
af393d5118
commit
1b85625643
@ -1 +1 @@
|
|||||||
97de-dirty
|
af39-dirty
|
||||||
|
@ -217,13 +217,6 @@ class AICPicker(AutoPicker):
|
|||||||
self.Pick = self.Tcf[i]
|
self.Pick = self.Tcf[i]
|
||||||
break
|
break
|
||||||
|
|
||||||
def calcPick(self):
|
|
||||||
"""
|
|
||||||
Calculate pick using cf derived from AIC
|
|
||||||
:return:
|
|
||||||
:rtype: None
|
|
||||||
"""
|
|
||||||
# quality assessment using SNR and slope from CF
|
|
||||||
if self.Pick is not None:
|
if self.Pick is not None:
|
||||||
# get noise window
|
# get noise window
|
||||||
inoise = getnoisewin(self.Tcf, self.Pick, self.TSNR[0], self.TSNR[1])
|
inoise = getnoisewin(self.Tcf, self.Pick, self.TSNR[0], self.TSNR[1])
|
||||||
|
Loading…
Reference in New Issue
Block a user