From 85d5cb5280c27630933d87a9c464b3a046eeebc4 Mon Sep 17 00:00:00 2001 From: heramgr Date: Mon, 25 Sep 2023 11:07:18 -0600 Subject: [PATCH] fixed duplicate kwarg passing for tophat_frfilter_run.py --- scripts/tophat_frfilter_run.py | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/tophat_frfilter_run.py b/scripts/tophat_frfilter_run.py index 8a4b80986..4f9fb98fc 100644 --- a/scripts/tophat_frfilter_run.py +++ b/scripts/tophat_frfilter_run.py @@ -20,7 +20,6 @@ 'edgecut_low': ap.edgecut_low, 'gain': ap.gain} if ap.window == 'tukey': filter_kwargs['alpha'] = ap.alpha - filter_kwargs['flag_model_rms_outliers'] = ap.flag_model_rms_outliers elif ap.mode in ['dayenu', 'dpss_leastsq']: filter_kwargs = {'max_contiguous_edge_flags': ap.max_contiguous_edge_flags}