Closed ellisdg closed 3 weeks ago
Hello! 👋 Thanks for opening your first issue here! ❤️ We will try to get back to you soon. 🚴🏽♂️
Hello @ellisdg, could you please share the configuration file you're using?
I suspect you set proc = 'tsss'
but we (mistakenly) don't pass this when looking for the relevant BIDSPath
, but indeed the relevant config file would help us know for sure!
Yes, that is correct, I set proc='tsss'. Here is the configuration file I am using (Github won't let me attach a ".py" file so I added ".txt" as the extension): mne_bids_pipeline_config.py.txt Thanks!
Can you try the branch from https://github.com/mne-tools/mne-bids-pipeline/pull/1014 ?
Yes, that worked! I was able to run the pipeline and it found the correct file. Thank you!
Hello and thank you for this fantastic tool!
I am trying to run the pipeline including source analysis on some of my data. I have been able to get the processing to work as expected until I get to the computation of the forward solution where it throws a file does not exist error. It seems to be searching for the file in the BIDS directory, but without "proc-tsss" in the filename. Is there a way that I can fix this?
Error:
Thank you, David