Skip to content

Commit

Permalink
Update mne_bids_pipeline/steps/preprocessing/_03_maxfilter.py
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Larson <[email protected]>
  • Loading branch information
drammock and larsoner authored Jan 16, 2025
1 parent b35e2d8 commit ebf19a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mne_bids_pipeline/steps/preprocessing/_03_maxfilter.py
Original file line number Diff line number Diff line change
Expand Up @@ -378,6 +378,8 @@ def run_maxwell_filter(
head_pos=head_pos,
extended_proj=extended_proj,
)
# If the mf_kws keys above change, we need to modify our list
# of illegal keys in _config_import.py
mf_kws |= cfg.mf_extra_kws

logger.info(**gen_log_kwargs(message=f"{apply_msg} {recording_type} data"))
Expand Down

0 comments on commit ebf19a4

Please sign in to comment.