[update] add detrend/taper to 3comp filter (better only one function!)
This commit is contained in:
parent
39e048cf2f
commit
a76dd06497
@ -1 +1 @@
|
|||||||
440c-dirty
|
7c61-dirty
|
||||||
|
@ -2190,6 +2190,8 @@ class PickDlg(QDialog):
|
|||||||
# filtoptions = filtoptions.parseFilterOptions()
|
# filtoptions = filtoptions.parseFilterOptions()
|
||||||
|
|
||||||
if filtoptions is not None:
|
if filtoptions is not None:
|
||||||
|
data.detrend('linear')
|
||||||
|
data.taper(0.02, type='cosine')
|
||||||
data.filter(**filtoptions)
|
data.filter(**filtoptions)
|
||||||
title += '({} filtered - '.format(filtoptions['type'])
|
title += '({} filtered - '.format(filtoptions['type'])
|
||||||
for key, value in filtoptions.items():
|
for key, value in filtoptions.items():
|
||||||
|
Loading…
Reference in New Issue
Block a user