Closed iustinaabc closed 2 years ago
Hi Iustina,
new automagic versions won't work with old projects. You have to use the old automagic version or create a new project. All versions can be found here: https://github.com/methlabUZH/automagic/commits/development.
Best, Dawid
Hi Dawid,
Are you suggesting to do the preprocessing from scratch? If so, I already tried this (deleted the old project state file and all other outputs of automagic).
Best, Iustina
Did you also created a new project with new params etc.?
The error indicates that new automagic version looks for field isBIDSformat_value
, but this field does not exist in params
.
Hi Dawid,
Indeed it seems I was missing the new Automagic parameter 'isBIDSformat_value' in my params file (according to https://github.com/methlabUZH/automagic/blob/development/preprocessing/RecommendedParameters.m).
Unfortunately that was not apparent in the RecommendedParameters.m from the master branch (which I originally checked), but after adding it, the preprocessing works!
Thanks for the hint!
Kind regards, Iustina
Dear developers,
I am currently using Automagic (development-branch) as a submodule in a larger repository. After the latest upgrade of this submodule and its dependencies, there are issues when generating the cleaned-up, preprocessed EEG files.
Specifically, I get this error log:
The Automagic code used to work before the submodule update, so I wonder what it amiss now?
Thanks a lot in advance!
Kind regards, Iustina