From 4d268da4359695f3a846b3f97aec5a813f2445ed Mon Sep 17 00:00:00 2001 From: Sebastian Wehling-Benatelli Date: Mon, 13 Apr 2015 09:52:45 +0200 Subject: [PATCH] suppress output of earllatepicker --- pylot/core/util/widgets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pylot/core/util/widgets.py b/pylot/core/util/widgets.py index 7124f565..524c768c 100644 --- a/pylot/core/util/widgets.py +++ b/pylot/core/util/widgets.py @@ -493,7 +493,7 @@ class PickDlg(QDialog): wfdata = self.getAPD().copy().select(channel=channel) # get earliest and latest possible pick - [epp, lpp, pickerror] = earllatepicker(wfdata, 1.5, (5., .5, 1.), pick, 1) + [epp, lpp, pickerror] = earllatepicker(wfdata, 1.5, (5., .5, 1.), pick) # plotting picks ax = self.getPlotWidget().axes