hi MNE list,
the first MEG HCP data are out.
We've worked together with Robert and Martin so the MNE pipeline can be used
on these data. If you want to give it a try and report your progress
please do.
Best,
Alex
hi MNE list,
the first MEG HCP data are out.
We've worked together with Robert and Martin so the MNE pipeline can be used
on these data. If you want to give it a try and report your progress
please do.
Best,
Alex
Hi Experts,
May I ask one question?
When I tried the example code plot_mne_inverse_psi_visual.py,
error happened as the following (the error info was highlighted).
I also tried to install it using the code "pip install surfer",
but failed.
Any responses are anticipated!
Thank a lot.
dongyuqing at dongyuqing-K46CB:~$ python plot_mne_inverse_psi_visual.py
Hi Junpeng,
The package name for the surfer module is PySurfer, which may have caused
you errors when trying to install it. Have you tried the following command:
pip install pysurfer
HTH,
-teon