Re: [Freesurfer] time course within ROI

2011-09-20 Thread Douglas N Greve
You should map the fmri volume to the surface with mri_vol2surf. Then run mri_segstats with --vox vertexno 0 0 and use the --avgwf output option. doug YUMI MAEDA wrote: > when I want to get the timecourse from vertex number, what is the option > name can I use? > > YUMI > > > >> Yes, that is c

Re: [Freesurfer] time course within ROI

2011-09-16 Thread YUMI MAEDA
when I want to get the timecourse from vertex number, what is the option name can I use? YUMI > > Yes, that is correct. You can have it produce one time course with --id 1 > doug > > YUMI MAEDA wrote: >> Doug, >> thank you very much. I tried with --ctab-out >> my timecourse data and annot has di

Re: [Freesurfer] time course within ROI

2011-09-16 Thread Douglas N Greve
Yes, that is correct. You can have it produce one time course with --id 1 doug YUMI MAEDA wrote: > Doug, > > thank you very much. I tried with --ctab-out > my timecourse data and annot has different dimention and I got this message. > > ERROR: dimension mismatch between input volume and seg > i

Re: [Freesurfer] time course within ROI

2011-09-16 Thread YUMI MAEDA
Doug, thank you very much. I tried with --ctab-out my timecourse data and annot has different dimention and I got this message. ERROR: dimension mismatch between input volume and seg input 96 32 96 seg 119778 1 1 Then I tried this to get the same dimension, mri_label2vol --label ./ROI.labe

Re: [Freesurfer] time course within ROI

2011-09-14 Thread Douglas N Greve
You have specified two segmentations (an annotation and a segmentation). Just use one (probably the annot). There will be a column for each label in the annot. Use the --ctab-out to get a color table that indicates which column belongs to which region. doug YUMI MAEDA wrote: > HI, > I am trying