Closed allermat closed 1 year ago
Hello! 👋 Thanks for opening your first issue here! ❤️ We will try to get back to you soon. 🚴🏽♂️
@allermat do you have use_maxwell_filter = True
in your config? It seems like this should make it use the ref run:
But maybe later we don't have the correct logic. And even if you set use_maxwell_filter = False
it shouldn't error like this I think. So definitely some bug to fix. @allermat also feel free to try fixing the code and opening a PR if you're up for it!
Hi All,
Sorry I'm a bit late to this. Yes I do have use_maxwell_filter = True
in my config. Thanks @larsoner and @hoechenberger for fixing the bug, I'll test is as soon as I can!
https://mne.discourse.group/t/mne-bids-pipeline-maxwell-filter-reference-run-error/7030
Hi,
I am getting the below error whenever I set a run number different than '01' in the maxwell filter reference run parameter (
mf_reference_run
) in mne-bids-pipeline.So the pipeline is looking for a file named 'sub-01_task-main_run-01_emptyroommatch.json', whereas the actual file is called sub-01_task-main_run-03_emptyroommatch.json as I set
mf_reference_run = '03'
as it is recommended that a middle run should be used in this situation.