Harshit Bokadia
Harshit Bokadia
The results are reproducible for N170 (in line with the tutorial for load and visualize data) but NOT for P300 due to differences in tmax value and reject={'eeg': } values...
I get this error message as I am testing with example data. Seems like example = True does not fetch the example data. 
> > I get this error message as I am testing with example data. Seems like example = True does not fetch the example data. > >  > >...
Just checked again, works for N170 but does not work for P300 with example = True. I can see that the device name is passed on line 256 for P300...
I am not able to get past this: from mne.coreg import Coregistration it throws error: cannot import name 'Coregistration' from 'mne.coreg' The other function from mne.coreg work well like getting...
Yes, but I want to use automated coregistration as explained in MNE tutorial: https://mne.tools/dev/auto_tutorials/forward/25_automated_coreg.html I have more than 1000 subjects and cannot use GUI to generate trans file every time....
Okay, will post in the forum next time. You meant update from 0.23 to 0.24, right? Anyway, I updated to 0.24 and it worked finally, thanks!