Seed mni coordinates

Hello experts,
I want to extract mni coordinates of the destrieux atlas seeds (x, y and z). How can I do it? Can you help me?
Regards,
Jennifer

Hi Jennifer,

You can get the vertex coordinates of the surface (in SCS coordinates) from the cortex surface:
https://neuroimage.usc.edu/brainstorm/Tutorials/ExploreAnatomy#On_the_hard_drive:_Surface

You can get the index of the seeds of the various scouts in the atlas of interest from the same cortex surface:
https://neuroimage.usc.edu/brainstorm/Tutorials/Scouts#On_the_hard_drive

Then you can convert from SCS to MNI coordinate systems with cs_convert:
https://neuroimage.usc.edu/brainstorm/CoordinateSystems#Converting_between_coordinate_systems

Cheers
Francois