Using the ECOG tutorial (Page Redirection) as a starting point, I'm trying to import some SEEG data. I can get the EEG data loaded and create a DigMontage, but I am unable to view/confirm electrode location. Viz.plot_alignment does not seem to work with SEEG data. Am I missing something?
As an alternative, I tried a kludge with PySurfer.
from surfer import Brain
%gui qt
brain = Brain(subject_id, "lh", "pial", subjects_dir=subjects_dir, cortex='ivory', alpha=0.6)
coords = [[seeg.x[i], seeg.y[i], seeg.z[i]] for i in range(len(seeg))]
brain.add_foci(coords, color='red', scale_factor=0.2)
brain.show_view('lateral')
If this results in positions that look correct, does that imply that the electrode positions are probably correct?
did you properly set the sEEG electrode locations in the measurement info?
ie in the right coordinate system? if sEEG has never been tested you
can set the electrodes
as EEG channels and avoid the projection on scalp surface during plotting.
Thanks for the suggestion. Now I think I have two issues. The first is that I still don't think plot_alignment shows 'seeg' electrodes. To test this, I used the ECOG demo to confirm that with 'ecog' electrodes, things work as expected. I then switched to 'eeg' electrodes and that also worked but switching to 'seeg' no longer works. Here is a gist of a notebook showing how I tested.
In the process of testing all this, it became clear to me that my electrode locations are not in the correct coordinate system. They seem correct when using PySurfer to display the MRI and the plot_foci() function to display the electrodes but not when using MNE even with the electrode type set to 'ecog'. Can you point me to the relevant MNE docs so I can understand what coordinate system(s) is/are being used and where/how MNE moves between them.
The poster abstract submission for the 2nd Brain Twitter Conference 2018 #brainTC is now open! This year the keynote tweeters include Aina Puce,
Matti H?m?l?inen, Aude Oliva, OHBM, Rebecca Saxe and Sophie Scott!
For more information about the conference and how to submit an abstract,
please visit our website https://brain.tc and follow @RealBrainTC.
What is Twitter Conference?
A Twitter conference is meant for scientists to present and discuss their
research on social media. During the conference presenters will be
allocated a 15 min time slot, during which they will present a series of
6 tweets or less, marked with the #brainTC tag and an ordinal number of
the tweet. This is a great opportunity to practice condensing your
message and getting word of your research out there. Last year the The
Brain Twitter Conference (#brainTC) had a reach of ~ 0.6 million Twitter
users!
Best wishes,
On behalf of the organizing committee,