Merge branch 'develop' into feature/obspy_dmt_interface
This commit is contained in:
commit
bd086e6cd4
@ -1 +0,0 @@
|
||||
7941-dirty
|
@ -2093,7 +2093,10 @@ class PickDlg(QDialog):
|
||||
|
||||
# get filter parameter for the phase to be picked
|
||||
filterphase = self.currentFilterPhase()
|
||||
if filterphase:
|
||||
filteroptions = self.getFilterOptions(filterphase).parseFilterOptions()
|
||||
else:
|
||||
filteroptions = None
|
||||
|
||||
# copy and filter data for earliest and latest possible picks
|
||||
wfdata = self.getWFData().copy().select(channel=channel)
|
||||
|
Loading…
Reference in New Issue
Block a user