-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Animate ECoG activity on top of the FreeSurfer pial surface of the brain #7787
Comments
We recently added We could add a I can take a stab at implementing it if it seems useful. |
@larsoner Sounds like a great idea!! |
Another option would be to come up with some function that takes an Evoked instance, subject, and trans and then projects activation directly on the pial surface to yield an STC. Then you can just do
where WDYT @adam2392 ? |
And we could make a |
Describe the problem
In #7768 animation is being added to the
plot_ecog
example. @larsoner suggested that we add in the animation into the example. Currently, it's put together usingmatplotlib.animation
, but seems like mne-python has other animation funcs (e.g. topomap), so I think it would be nice to have a "3D brain animate" function sitting in mne-python.Describe your solution
A function similar to the topomap (https://mne.tools/dev/generated/mne.Evoked.html#mne.Evoked.animate_topomap) animate function should be possible.
I think a nice feature, would be a four view panel (saggital, coronal, axial and "custom"), where "custom" is looking at the activity from an optimally selected view that shows as many channels as possible on the surface of the brain. The other 3 views are traditional.
Describe possible alternatives
@larsoner suggested this might go into the 3D brain that @GuillaumeFavelier is developing? Not familiar w/ this, but happy to help where possible.
If the 3D brain is really nice... I would be interested in discussing how visualization of SEEG activity might look.
Additional context
See: #7768 (comment)
The text was updated successfully, but these errors were encountered: