Re: [Freesurfer] get non-cortex vertices

2016-09-30 Thread Douglas N Greve
There is vertex-for-vertex correspondences, but that does not mean that each subject aligns perfectly. There maybe some subjects where a vertex is in the medial wall but not for another subject. They are close, but not in perfect alignment. What I would do is something like this: a = [subject1

Re: [Freesurfer] get non-cortex vertices

2016-09-28 Thread Dorothy Sincasto
Hi Douglas, Thanks for your reply. I thought when individual space data is projected onto fsaverage5 space it get wrapped in a common space, so one vertex would correspond to the same area across subjects, like in MNI. I tried to create a group subcortical mask by loading each subject fmri surfa

Re: [Freesurfer] get non-cortex vertices

2016-09-28 Thread Douglas Greve
It is changing with each subject because each subject's brain is different, and you can't get a subject-specific mask from fsaverage5. Can you load all your data into matlab and then compute a mask based on non-zero voxels? On 9/28/16 1:57 PM, Dorothy Sincasto wrote: Hi freesurfers, I am do