Hi,
I want to import MNI coordinates (.txt) to create multiple scouts as nodes for functional connectivity analysis. Please let me know how I can import MNI coordinates created by .txt to the Brainstorm.
Thank you,
Hisato
Hi,
I want to import MNI coordinates (.txt) to create multiple scouts as nodes for functional connectivity analysis. Please let me know how I can import MNI coordinates created by .txt to the Brainstorm.
Thank you,
Hisato
In the Scout tab, you can use the menu Scout > New: coordinates
.
If you are interested in scripting this, see the function CreateScoutMni()
in panel_scout.m
.
For help with writing Matlab scripts:
https://neuroimage.usc.edu/brainstorm/Tutorials/Scripting
Hi Francois,
Thank you for your reply.
I could import multiple MNI coordinates by modifying CreateScoutMni().
Thank you!
Hisato