Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.24 KB

sourcemodel_aligned2mni.md

File metadata and controls

16 lines (12 loc) · 1.24 KB
title tags redirect_from
Create MNI-aligned grids in individual head-space
example
meg
mri
headmodel
source
/example/create_single-subject_grids_in_individual_head_space_that_are_all_aligned_in_mni_space/

Create MNI-aligned grids in individual head-space

When combining the source-level estimates of activity in multiple subjects, the activity can first be interpolated on the individuals MRI (using ft_sourceinterpolate) and then spatially normalized to a template brain (using ft_volumenormalise).

It is also possible to define the source-reconstruction grid for each individual subject in such a way that all these grids are already aligned in MNI-space. The combination or statistic of source-level data across subjects can then directly be computed within the source-structure without the need to interpolate and normalize each volume.

{% include markup/info %} The content of this page has moved to another location, and is dealt with in context in the tutorial about the construction of different types of source models. {% include markup/end %}