Me and my research group have a question: when we make the path "include link to raw file - files for process - execution - pipeline editor - announcement process - NIRS - pre-process - motion correction - execution", this error occurs
The current motion correction algorithm uses the Curve fitting toolbox to construct the Cubic smoothing spline (Cubic smoothing spline - MATLAB csaps).
@edelaire
This is an uncommon toolbox, it is not a good solution to rely on it.
We organized Brainstorm so that everything works with a basic Matlab install, with the possibility to use the signal processing or parallel processing toolboxes when they are available.
Hi!
First of all i'd like to thank you both for answering my topic.
I'm glad to say that my issue was solved by installing the "Curve fitting toolbox" directly from Matlab. Now I can use the motion correction algorithm perfectly.
I'll also be attentive to the other alternatives that you have shown me.
This is a different error from the one you refer to: different source, different cause.
It looks like the function nst_tddr_correction.m is missing from your Nirstorm installation or from your system path.
Check that the file is correctly downloaded in C:\Users\_username_\.brainstorm\plugins\nirstorm\nirstorm-master\bst_plugin\math\nst_tddr_correction.m
If is not: there is a problem with your Nirstorm installation: uninstall and install again the Nirstorm plugin
Check that when loading Nirstorm, you can see the following line in the Matlab command window: BST> Adding plugin nirstorm to path: C:\Users\franc\.brainstorm\plugins\nirstorm\nirstorm-master\bst_plugin\math
When doing motion correction, the algorithm might introduce a negative value which might create issue later when taking the log of the data. As a results, we remove the negative value created by adding an offset to the channel containing the negative value after the motion correction.
If the channel was containing only noise before the motion correction, then this offset can turn a bad channel into a 'good one' . The warning is here to tall you to verify that specific channel to make sure its containing data and not only noise; if you want to be safe you can just reject this channel.
I would like to thank you for your contributions.
I'm new to the NIRS research team, I'm learning a lot.
I advanced in the analysis, and I noticed that other people in my group used the functions of remote to negative channels and also remote pared channels in the pre process, these functions do not appear in my pre process.
In addition, when performing the band pass filter, the following error appears.
Can you please document exactly what is missing?
Check exactly what menus they are using, and post screen captures showing the menus on their computers, and the same menus with missing entries on your computer.
In addition, when performing the band pass filter, the following error appears.
@dayannadiniz Complained about missing menus in Brainstorm.
I requested more information in order to explain what is done wrong and/or fix possible errors.