nipy / PySurfer

Cortical neuroimaging visualization in Python
https://pysurfer.github.io/
BSD 3-Clause "New" or "Revised" License
239 stars 98 forks source link

How to plot sEEG channels from multiple participants on one brain? #312

Open pedramzs opened 2 years ago

pedramzs commented 2 years ago

Hello,

I am trying to plot sEEG electrodes of multiple participants on the same head, and I am using headmodel from freesurfer and RAS locations of the electrodes. When I use RAS and headmodel of the same participant, the plot is fine, but when I use headmodel of one participant and electrodes of another, they are off. Is there a way to align them?

Thank you,