Skip to content

Commit

Permalink
set movecompinter to False when using mode cbu
Browse files Browse the repository at this point in the history
  • Loading branch information
matsvanes committed Feb 21, 2024
1 parent b397393 commit a434475
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osl/maxfilter/maxfilter.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a434475

Please sign in to comment.