top | previous

1. Visualizing the parametric map overlayed onto structural data

To load the parametric map of brain activation as an overlay onto the FreeSurfer anatomical data, run these commands:

cd $TUTORIAL_DATA/buckner_data/tutorial_subjs
setenv SUBJECTS_DIR ${PWD}
qmedit -o ./spm001.img -r ./register.dat

Qmedit is simply a front-end for tkmedit, with some extra specifications for displaying overlays. In this command line, the -o option indicates the overlay, and the -r option specifies a registration matrix (usually use the same matrix that aligns the functional volumes with the anatomical reference). Tkmedit should start and display something like the following:

qmedit-up.jpg qmedit-down.jpg

Coronal, saggital and horizontal (axial) views can be displayed in the image window by clicking the labeled buttons on the GUI, and different slices in the volume are selected changing the value of Slice. Zooming in and out on the image window are accomplished with either clicking the labeled buttons or changing the numerical value.

As mentioned previously, the overlay's colormap is by convention and default a "heat" scale, with blue to cyan indicating increasingly negative values, and red to yellow indicating higher positive values. The overlay can be turned off by checking the View->Functional Overlay option.

To modify other aspects of the colormap, explore the options in View->Configure->Functional Overlay:

In all cases,the Apply button must be clicked in order for the changes to take effect.

The View->Mask to Functional Overlay option effectively masks the anatomical volume with the opaque regions in the overlay volume. Using this option and turning off the overlay may yield a better sense of which anatomical regions were active during the study. (this option may not currently work well.)


2011-06-02 10:38