-
Notifications
You must be signed in to change notification settings - Fork 246
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Advanced source localization #639
Comments
@deepagupta will look into it. |
Hello, Please note my comments below: Suggestions for implementation:1. Please consider adding somewhere that Fieldtrip-lite extension must be installed. If not, go to File-> manage EEGLAB extensions and install Fieldtrip-lite. could not reshape "time" to the dimensions of the volume Warning: functional data is complex, taking absolute value Check for incorrect argument data type or missing argument in call to function 'abs'. Error in ft_sourceplot (line 455) fun = abs(fun); Error in dipfit_example_tutorialtest20230823 (line 89) figure; ft_sourceplot(cfg, sourceProj); 3. Please note that while executing the code for the section: Warning: adding C:\Users\d2gupta\Documents\eeglab2022.1\plugins\Fieldtrip-lite20230613\external\gifti toolbox to your MATLAB path Warning: use cfg.sourcemodel instead of cfg.grid Cosmetic changes’ suggestions to descriptive for clarity to the reader:1. Please consider changing the heading from "Equivalent dipole source localization of EEG data" to "Equivalent dipole source localization of EEG or ERP data" I hope the above is helpful |
Thanks Deepa. Can you issue a pull request on the tutorial. Let's start with the essential. |
Thank you Arnaud. Please see the created pull request here: sccn/sccn.github.io#92 Following tasks remain:
could not reshape "time" to the dimensions of the volume
Warning: functional data is complex, taking absolute value
Check for incorrect argument data type or missing argument in call to function 'abs'.
Error in ft_sourceplot (line 455)
fun = abs(fun);
Error in dipfit_example_tutorialtest20230823 (line 89)
figure; ft_sourceplot(cfg, sourceProj); Please advise. |
Checked the tutorial and it is all good. |
I'm a beginner EEGLAB user, I'm trying to follow the manual in order to
practice source localization.
In particular I just tried to copy and paste the script described
about the 'Advanced source reconstruction using DIPFIT/Fieldtrip'.
Check tutorial. There is a long email, but if the tutorial work it is ok.
The text was updated successfully, but these errors were encountered: