suppress output of earllatepicker

This commit is contained in:
Sebastian Wehling-Benatelli 2015-04-13 09:52:45 +02:00
parent 7816e6342f
commit 4d268da435

View File

@ -493,7 +493,7 @@ class PickDlg(QDialog):
wfdata = self.getAPD().copy().select(channel=channel) wfdata = self.getAPD().copy().select(channel=channel)
# get earliest and latest possible pick # 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 # plotting picks
ax = self.getPlotWidget().axes ax = self.getPlotWidget().axes