From b1990e6e1c4af474a351f59fd8ec1efda5152f1a Mon Sep 17 00:00:00 2001 From: Sebastian Wehling-Benatelli Date: Tue, 23 Jun 2015 13:22:01 +0200 Subject: [PATCH] filter waveform with default parameter for selected phase prior to initial phase identification --- pylot/core/util/widgets.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pylot/core/util/widgets.py b/pylot/core/util/widgets.py index 2ef1f781..cbda9d37 100644 --- a/pylot/core/util/widgets.py +++ b/pylot/core/util/widgets.py @@ -320,6 +320,7 @@ class PickDlg(QDialog): self.disconnectMotionEvent() self.disconnectPressEvent() self.cidpress = self.connectPressEvent(self.setIniPick) + self.filterWFData(phase) else: self.disconnectPressEvent() self.cidpress = self.connectPressEvent(self.panPress)