Re: [Freesurfer] Left and right hemisphere aseg.mgz

2017-12-31 Thread Douglas Greve
No. You could it in matlab by setting all of the left (or right) segments to 0, eg, a = MRIread('aseg.mgz'); ind = find(a.vol == 17); % Left hippo a.vol(ind) = 0; % Set all left hippo to 0 and so on for the other segments On 12/26/17 12:24 AM, Fereshte wrote: Dear Experts, I'd appreciate y

[Freesurfer] Left and right hemisphere aseg.mgz

2017-12-25 Thread Fereshte
Dear Experts, I'd appreciate your help with this question. Are there any files which contain the left and right hemisphere segmentation of aseg.mgz separately? Thanks in advance. Regards, Fereshte ___ Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu