[Freesurfer] Question about aseg.mgz

2007-08-08 Thread jorge luis
Hello all Are the norm.mgz and aseg.mgz volumes already aligned to talairach standard space ? I have read on the freesurfer tutorial that the transformation is computed and stored in transforms/talairach.ita but it is no applied to the initial volume. I would like to get the segmentation result

Re: [Freesurfer] Question about aseg.mgz

2007-08-08 Thread Bruce Fischl
use mri_convert and apply the talairach.xfm (-at I think). Make sure to use nearest nbr resampling for the aseg. On Wed, 8 Aug 2007, jorge luis wrote: Hello all Are the norm.mgz and aseg.mgz volumes already aligned to talairach standard space ? I have read on the freesurfer tutorial that th

Re: [Freesurfer] Number of voxels that intersect with inflated brain surface

2007-08-08 Thread Doug Greve
you can use mri_label2vol to sample the aparc+aseg.mgz into the functional space, then run mri_segstats on it to give the number of functional voxels in each label. Or you can just look at the volume of each label and divide by the volume of your functional voxel. [EMAIL PROTECTED] wrote: De

[Freesurfer] Preproc-sess failed for tutorial data

2007-08-08 Thread lan lin
I followed the Fsfasttutorial to learn fsfast. But when I run preprocessing (preproc-sess -s mgh-101.1 -fwhm 5), I always get following error message /san1/acat/free/fun/fsfast-tutorial/fb1-preproc-study/mgh-101.1 cat: seq.info: No such file or directory cat: seq.info: No such file or directory ca

[Freesurfer] mri_watershed

2007-08-08 Thread nima
hi, Under freesurfer, how can I force mri_watershed to create 5012 triangles (ico 4) instead of 20480? cheers nima ___ Freesurfer mailing list Freesurfer@nmr.mgh.harvard.edu https://mail.nmr.mgh.harvard.edu/mailman/listinfo/freesurfer

Re: [Freesurfer] Preproc-sess failed for tutorial data

2007-08-08 Thread Doug Greve
You will need to use the most recent development version doug lan lin wrote: I followed the Fsfasttutorial to learn fsfast. But when I run preprocessing (preproc-sess -s mgh-101.1 -fwhm 5), I always get following error message /san1/acat/free/fun/fsfast-tutorial/fb1-preproc-study/mgh-101.1

Re: [Freesurfer] mri_watershed

2007-08-08 Thread Nick Schmansky
Nima, There is no flag to mri_watershed to allow this, but you can trick it by doing the following: cd $FREESURFER_HOME/lib/bem mv ic5.tri ic5.bak ln -s ic4.tri ic5.tri This will force usage of ic4.tri, which has 5120 triangles. Nick On Wed, 2007-08-08 at 17:46 -0400, [EMAIL PROTECTED] w