Re: [Freesurfer] label statistics

2010-11-17 Thread Douglas N Greve
Do you have matlab? If so, you can lbl = read_label('','file.label'); index = lbl(:,1) + 1; % make one-based thickness = read_curv('lh.thickness'); % These are the values you want: thicknesslbl = thickness(index); doug Sasa Kivisaari wrote: > Hi all, > > Is there a way of ouputting all the thic

[Freesurfer] label statistics

2010-11-17 Thread Sasa Kivisaari
Hi all, Is there a way of ouputting all the thickness values (vertex by vertex) within a specified label? I would like to get some more information out of my labels than is provided by mris_anatomical_stats. All the best, Sasa ___ Freesurfer mailin