Differences between revisions 1 and 2
Deletions are marked like this. Additions are marked like this.
Line 43: Line 43:

<<Anchor(Atlas)>>
== Which atlas does the aparc+aseg.mgz use? How do you view the other atlas? ==

The aparc+aseg.mgz uses the Desikan-Killiany atlas.To view the Destrieux atlas load <subjectname>/mri/aparc.a2009+aseg.mgz

<<Anchor(SegTable)>>
== What are the commands needed to create and open a table of segmentation volumes with multiple subjects? ==

asegstats2table
- - subjects 004 021 040 067 080 092 (subject files)
- - segno 11 17 18 (ROIs you wish to get stats on)
- - tablefile aseg.vol.table
less aseg.vol.table OR gedit aseg.vol.table

<<Anchor(SegTable)>>
== What structure is #1035 on the look up table (LUT)? What number would you use to look up the Left-Caudate? How could you find this information using Unix? How could you find this information online? ==

Structure #1035 is ctx-lh-insula. The number to look up the Left-Caudate is 11. This information can be found using Unix with the command "less $FREESURFER_HOME/FreeSurferColorLUT.txt" or online at https://surfer.nmr.mgh.harvard.edu/fswiki/FsTutorial/AnatomicalROI/FreeSurferColorLUT

These are answers to the 'Study Questions'

What is the input for FreeSurfer?

A T1-weighted (MPRAGE) image, 1 mm isotropic

What is a volume and a surface?

A volume is a 3D data set that typically contains either intensity information from the original MRI or the results of segmenting the data into tissue classes. A surface is a reconstructed boundary.

What are the three most common volumes and what do they contain?

1. brainmask.mgz : skull-stripped volume primarily used for troubleshooting

2. wm.mgz : white matter mask also used for troubleshooting

3. aseg.mgz : subcortical segmentation volume

Which surfaces can be viewed in 3D?

The pial, white, and inflated surfaces. The following are examples of overlays: sulcal and curvature maps, thickness maps, and cortical parcellation.

Which surfaces are not intended to be accurate? Why doesn’t this matter?

Areas around the hippocampus and amygdala, and around the midline cut. This doesn't matter because these are subcortical structures, they do not need to be defined by surfaces.

What is the command for opening Freeview?

Freeview -v /path/to/mri/dir -f /path/to/surf/dir

Using the “--help” flag as a resource, how might you open volume brainmask.mgz at coordinates 175, 105, 145?

freeview -v brainmask.mgz --slice 175 105 145

Which atlas does the aparc+aseg.mgz use? How do you view the other atlas?

The aparc+aseg.mgz uses the Desikan-Killiany atlas.To view the Destrieux atlas load <subjectname>/mri/aparc.a2009+aseg.mgz

What are the commands needed to create and open a table of segmentation volumes with multiple subjects?

asegstats2table - - subjects 004 021 040 067 080 092 (subject files) - - segno 11 17 18 (ROIs you wish to get stats on) - - tablefile aseg.vol.table less aseg.vol.table OR gedit aseg.vol.table

What structure is #1035 on the look up table (LUT)? What number would you use to look up the Left-Caudate? How could you find this information using Unix? How could you find this information online?

Structure #1035 is ctx-lh-insula. The number to look up the Left-Caudate is 11. This information can be found using Unix with the command "less $FREESURFER_HOME/FreeSurferColorLUT.txt" or online at https://surfer.nmr.mgh.harvard.edu/fswiki/FsTutorial/AnatomicalROI/FreeSurferColorLUT

FsTutorial/StudyQuestions (last edited 2022-12-27 17:05:28 by DougGreve)