
Data that received the same processing initially doesnt work either... When I try to run it it takes forever and then I get this message ...
Thank you !

Data that received the same processing initially doesnt work either... When I try to run it it takes forever and then I get this message ...
Thank you !
You can check process_notch.m (Matlab command edit process_notch), in the latest version it sets the fields of sProcess.options.useold between line 68-70.
Your error message says that the field is non existent so it is not set. I would recommend updating brainstorm if it is not the latest version or add the following line in the "get description" part of process_notch.m:
sProcess.options.useold.Value = 0;
I'm not sure how you could get this error with the current version of Brainstorm...
Please update Brainstorm and try again.
If you are using a previously save processing pipeline: create your pipeline again.