methlabUZH/automagic

BIDS export Error

mtroen opened this issue · 0 comments

Hi

I just found out that BIDS export (derivatives) does not work when the data itself is structured in BIDS format.
In Project.m in line 1310 and line 1314, the paths to the logFile and images are set wrong. While block.subject.resultsFolder is incorrect, block.resultsFolder contians the correct path. Easy fix would be to just change here to only use block.resultsfolder, but maybe block.subject.resultsFolder is used anywhere als and might cause errors.

Best,
Marius