Volume source estimation

Authors: Francois Tadel, John C Mosher

The default approach for the source estimation in Brainstorm is to limit the source space to the cortex surface. This choice is motivated by the assumption that most of the activity we record in MEG and EEG comes from the cerebral cortex. Constraining the source reconstruction to a surface works well when this assumption is verified, and the results we obtain are much easier to review than a full volume.

However, when studying the activity from deeper regions of the brain or when processing recordings from patients with serious anatomical abnormalities, this cortical constraint is not always adapted. This tutorial explains how to construct a grid of dipoles that samples the full brain volume.

Compute a volume head model

The example below uses the protocol TutorialIntroduction created in the introduction tutorials.

Compute sources

Volume scouts

The regions of interest on the surface were introduced in the tutorial Scouts. In a similar way, we can also create regions of interests from the volume sources. In this context, a scout is a subset of the the grid of points used to estimate the sources. We cannot create them in the default atlas "User scouts", which is reserved to scouts created directly on the cortex surface.

Volume atlases

Subject space

Volume atlases in subject space (eg. FreeSurfer's Aseg atlas) can be loaded as volume scouts.

MNI space

Volumes in MNI space can be imported and transformed to the subject space. Therefore you can also import as scouts any standard volume atlas, such as the AAL atlas. You just need to make sure you select the file format "Volume mask or atlas (MNI space)" in the import options.

To get the labels of the atlas displayed correctly, a .txt file with the same name should be present in the folder. Each line in this file must include the index of the label ("label_index label_name"), such as the atlases distributed as part of the MRIcron software.

Group analysis

If you estimate separately the sources on a volume grid for multiple subjects, you will most likely obtain different grids, that you will not be able to compare or average across subjects, and that you will not have the option to project on a template.

The easier solution for group analysis is to create a source grid at the template level and project to the individual subject spaces. This procedure is detailed in the tutorial Group analysis: Subjects coregistration.





Feedback: Comments, bug reports, suggestions, questions
Email address (if you expect an answer):


Tutorials/TutVolSource (last edited 2017-09-01 09:31:17 by FrancoisTadel)