Project multiple roi's on template brain

I am trying to project multiple roi’s on an MNI template brain. I have created the roi spheres. I want to know if there is an option in fsleyes\workbench etc to help import the multiple roi spheres on to the surface.
My template is the MNI152 1 mm

Hi @Reubebe,

Fsleyes is mainly for visualization so I doubt it has any such functionality. In Nilearn there is nilearn.surface.vol_to_surf - Nilearn. You can look at the documentation and some of the tutorials that use it to get an understanding of how it works.

For connectome workbench, I imagine the -volume-to-surface-mapping would be useful to you.

Best,
Steven

1 Like

Thank you, I will look into it