ps. you can always just load the xyz in the label into matlab and
compute the centroid
Anyone?
Cheers,Sabin Khadka
On Fri, Jul 29, 2016 at 2:47 PM, Sabin Khadka <mr.sabinkhadka@gmail.com> wrote:
Hi Doug, I tried to pick up from the thread below to get MNI coordinates of each destrieux parcellation region.
I created label files frommri_annotation2label --subject fsaverage --hemi lh(/rh) --annotation aparc.a2009s --outdir label_destrieux # which works fine
And I tried to get the coordinates of each labels using
mri_surfcluster --in ~/subjects/fsaverage/surf/lh.thickness --clabel <label file> --sum <output file> --centroid --thmin 0 --hemi lh --subject fsaverageBut, all left labels would produce the same coordinates and so does right labels. (I've attached few example files here with). Also, it says TalX, TalY, TalZ are these coordinates in MNI or Talairach?
Thanks for help.