[Bugfix] Two times "def calPick(self)" (accidently?).

This commit is contained in:
Ludger Küperkoch 2018-01-30 10:06:22 +01:00
parent af393d5118
commit 1b85625643
2 changed files with 1 additions and 8 deletions

View File

@ -1 +1 @@
97de-dirty
af39-dirty

View File

@ -217,13 +217,6 @@ class AICPicker(AutoPicker):
self.Pick = self.Tcf[i]
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:
# get noise window
inoise = getnoisewin(self.Tcf, self.Pick, self.TSNR[0], self.TSNR[1])