[bugfix] just parse filter options if available
This commit is contained in:
parent
9632ecf41f
commit
d953609419
@ -942,6 +942,7 @@ class PickDlg(QDialog):
|
||||
|
||||
# copy and filter data for earliest and latest possible picks
|
||||
wfdata = self.getWFData().copy().select(channel=channel)
|
||||
if filteroptions:
|
||||
wfdata.filter(**filteroptions)
|
||||
|
||||
# get earliest and latest possible pick and symmetric pick error
|
||||
|
Loading…
Reference in New Issue
Block a user