Elekta-Neuromag recordings

This tutorial describes how to process continuous Elekta-Neuromag MEG recordings. It is based on median nerve stimulation acquired at the Massachusetts General Hospital in 2005 with a Neuromag Vectorview 306 system. The sample dataset contains the results for one subject for both arms: 18 minutes, 300 stimulations per arm.

Note that the operations used here are not detailed, the goal of this tutorial is not to introduce Brainstorm to new users. For in-depth explanations of the interface and theoretical foundations, please refer to the introduction tutorials.

License

This data was collected in a multi-site MEG study administered by the MIND institute.

Presentation of the experiment

Experiment

  • One subject, one acquisition run of 18 minutes
  • The run contains 624 electric stimulations randomly distributed between left and right:
    • 301 stimulations of the left hand
    • 323 stimulations of the right hand

MEG acquisition

  • Acquisition at 1793Hz, with a Neuromag Vectorview 306 system

  • Recorded at the Massachusetts General Hospital in 2005
  • Recorded channels (318):
    • 102 MEG magnetometer
    • 204 MEG planar gradiometers
    • 9 stimulation channels (#307-315)
    • 2 EOG bipolar (#316-317)
    • 1 ECG bipolar (#318)
  • 1 dataset: mind004_050924_median01_raw.fif

Head shape

  • 130 additional head points

Subject anatomy

  • Subject with 1.5T MRI
  • Processed with FreeSurfer 5.2

Download and installation

Import the anatomy

Access the recordings

Review the recordings

Pre-processing

Evaluate the recordings

Remove: 60Hz and harmonics

Signal Space Projection (SSP) is a method for projecting the recordings away from stereotyped artifacts, such as eye blinks and heartbeats.

Epoching and averaging

Import the recordings

Averaging

Stimulation artifact

Gradiometers & magnetometers

Scaling factor

Magnetometers record values in Tesla (T), while gradiometers record values in Tesla per meter (T/m). The range of values obtained is not the same, therefore it is difficult to represent the two types of signals in the same figures.

We can convert the gradiometers values from T/m to T by multiplying them with the distance between the two gradiometer coils (0.0168 meters on the VectorView MEG system). But this still produces values that are too small to be represented with the same scale as the magnetometers. A more practical multiplication factor of 0.04 was proposed by Matti Hamalainen.

In the time series figure and for Elekta-Neuromag systems (all versions), the gradiometer values are always multiplied by 0.04. This is an empirical scaling factor that is used for visualization only, it is never saved in the recordings and is not used for any other purpose.

Magnetic interpolation

Source estimation

We need now to calculate a source model for these recordings, using a noise covariance matrix calculated from the pre-stimulation baselines. This process is not detailed a lot here because it is very similar to what is shown in the CTF-based introduction tutorials.

Head model

Noise covariance

Inverse model

Scouts

You can easily reproduce exactly the same results as the ones presented in the introduction tutorials. Place scouts to capture the activity in the primary and secondary somatosensory areas to track the processing of the electric stimulations in time, at the surface surface of the brain.

final.gif

Scripting

The operations described in this tutorial can be reproduced from a Matlab script, available in the Brainstorm distribution: brainstorm3/toolbox/script/tutorial_neuromag.m

Discussion





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


Tutorials/TutMindNeuromag (last edited 2016-07-28 19:40:37 by FrancoisTadel)