From a434475fb26efcc58efb7604d9dad366009cba94 Mon Sep 17 00:00:00 2001 From: matsvanes Date: Wed, 21 Feb 2024 18:21:54 +0000 Subject: [PATCH] set movecompinter to False when using mode cbu --- osl/maxfilter/maxfilter.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osl/maxfilter/maxfilter.py b/osl/maxfilter/maxfilter.py index e7b0bf51..cf226ac0 100644 --- a/osl/maxfilter/maxfilter.py +++ b/osl/maxfilter/maxfilter.py @@ -602,7 +602,7 @@ def run_cbu_3stage_maxfilter(infif, outbase, args): # Fixed Args stage2_args = {'autobad': None, 'bads': bads, - 'origin': origin, 'frame': 'head', 'movecompinter': True, + 'origin': origin, 'frame': 'head', 'movecompinter': False, 'st': 10, 'corr': 0.98, 'tsss': True, 'linefreq': 50, 'hpisubt': 'amp'} # User args