filter waveform with default parameter for selected phase prior to initial phase identification

This commit is contained in:
Sebastian Wehling-Benatelli 2015-06-23 13:22:01 +02:00
parent 2393b88f05
commit b1990e6e1c

View File

@ -320,6 +320,7 @@ class PickDlg(QDialog):
self.disconnectMotionEvent() self.disconnectMotionEvent()
self.disconnectPressEvent() self.disconnectPressEvent()
self.cidpress = self.connectPressEvent(self.setIniPick) self.cidpress = self.connectPressEvent(self.setIniPick)
self.filterWFData(phase)
else: else:
self.disconnectPressEvent() self.disconnectPressEvent()
self.cidpress = self.connectPressEvent(self.panPress) self.cidpress = self.connectPressEvent(self.panPress)