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

From subject anatomy

The volume parcellations available in the subject anatomy folder can be converted to volume atlases from the Scout tab, with the menu Atlas > From subject anatomy. These parcellations can come either from MNI-based atlases or from individual anatomy segmentation (CAT12 or FreeSurfer). To obtain a volume atlas, you must have volume source maps opened, otherwise this menu would create a surface atlas.

volatlas.gif

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 (dilated, 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.

Dilated vs. No overlap

When importing a volume atlas, you have the option to dilate or not to dilate each ROI mask (the voxels associated with this ROI in the input volume) before it is converted into a scout (a list of the indices of grid points). This adjusts the import method depending on what you are planning to do with these scouts.

Mixed models

Volume scouts can also be created from the volume regions of a mixed source model, as described in the Deep Brain Activity tutorial.

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.

Additional discussions on the forum





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


Tutorials/TutVolSource (last edited 2023-05-30 20:13:43 by ?MarcLalancette)