[bugfix] just parse filter options if available

This commit is contained in:
Sebastian Wehling-Benatelli 2016-09-07 12:17:51 +02:00
parent 9632ecf41f
commit d953609419

View File

@ -942,6 +942,7 @@ class PickDlg(QDialog):
# copy and filter data for earliest and latest possible picks # copy and filter data for earliest and latest possible picks
wfdata = self.getWFData().copy().select(channel=channel) wfdata = self.getWFData().copy().select(channel=channel)
if filteroptions:
wfdata.filter(**filteroptions) wfdata.filter(**filteroptions)
# get earliest and latest possible pick and symmetric pick error # get earliest and latest possible pick and symmetric pick error