From 90bc7642fd6cd1a095f4ec3d392cad4e21f5efa0 Mon Sep 17 00:00:00 2001 From: Marcel Date: Thu, 22 Feb 2018 11:19:24 +0100 Subject: [PATCH] [update] default corners=4! --- PyLoT.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PyLoT.py b/PyLoT.py index 41df42e3..20466876 100755 --- a/PyLoT.py +++ b/PyLoT.py @@ -1891,7 +1891,7 @@ class MainWindow(QMainWindow): print('autoPickParameter: No filter options for phase {}.'.format(phase)) return freqmin, freqmax = self._inputs.get(filtername[phase]) - filteroptions = FilterOptions(type='bandpass', freq=[freqmin, freqmax], order=3) + filteroptions = FilterOptions(type='bandpass', freq=[freqmin, freqmax], order=4) # order=4 default from obspy return filteroptions def adjustFilterOptions(self):