Difference between revisions of "MEG Software and Analysis"

From MEG Core
Jump to navigation Jump to search
Line 7: Line 7:
The first step in any analysis pipeline is to localize the MEG data to anatomical space, which is generally done using a structural MRI. When doing this localization, it is important to know if the subject moved during the recording.
The first step in any analysis pipeline is to localize the MEG data to anatomical space, which is generally done using a structural MRI. When doing this localization, it is important to know if the subject moved during the recording.


* Use headMotionDetect to
* Use headMotionDetect to determine epochs with head motion over a given threshold (in cm)


{| class=wikitable width=800 align=center
{| class=wikitable width=600 align=center
|headMotionDetect -th 0.25 dataset.ds
|headMotionDetect -th 0.25 dataset.ds
|}
|}

Revision as of 13:56, 20 February 2018

MEG Data Analysis

This section covers all aspects of MEG data analysis.

Head Localization and MRI Co-Registration

The first step in any analysis pipeline is to localize the MEG data to anatomical space, which is generally done using a structural MRI. When doing this localization, it is important to know if the subject moved during the recording.

  • Use headMotionDetect to determine epochs with head motion over a given threshold (in cm)
headMotionDetect -th 0.25 dataset.ds