[Mne_analysis] how to use viz.plot_alignment() on SEEG data?

Alexandre Gramfort alexandre.gramfort at inria.fr
Fri Jan 19 04:08:45 EST 2018
Search archives:

hi Larry,

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.

Let us know if it works

Alex

On Thu, Jan 18, 2018 at 12:08 AM, Eisenman, Lawrence
<leisenman at wustl.edu> wrote:
> Hi all,
>
>
>
> Using the ECOG tutorial
> (https://martinos.org/mne/stable/auto_examples/visualization/plot_3d_to_2d.html)
> 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?
>
>
>
> Thanks for your help.
>
>
>
> Larry
>
>
>
>
>
> ________________________________
>
> The materials in this message are private and may contain Protected
> Healthcare Information or other information of a sensitive nature. If you
> are not the intended recipient, be advised that any unauthorized use,
> disclosure, copying or the taking of any action in reliance on the contents
> of this information is strictly prohibited. If you have received this email
> in error, please immediately notify the sender via telephone or return mail.
>
>
> _______________________________________________
> Mne_analysis mailing list
> Mne_analysis at nmr.mgh.harvard.edu
> https://mail.nmr.mgh.harvard.edu/mailman/listinfo/mne_analysis
>
>
> The information in this e-mail is intended only for the person to whom it is
> addressed. If you believe this e-mail was sent to you in error and the
> e-mail
> contains patient information, please contact the Partners Compliance
> HelpLine at
> http://www.partners.org/complianceline . If the e-mail was sent to you in
> error
> but does not contain patient information, please contact the sender and
> properly
> dispose of the e-mail.
>



More information about the Mne_analysis mailing list