MEG current phantom (Elekta-Neuromag)

Authors: Ken Taylor, John Mosher

This tutorial explains how to import and process Elekta-Neuromag current phantom recordings. We decided to release this example for testing and cross-validation purposes. With these datasets, we can evaluate the equivalence of various forward models and dipole fitting methods in the case of simple recordings with single dipoles. The recordings are available in two file formats (native and FIF) to cross-validate the file readers available in Brainstorm and MNE. A similar page exists for the CTF phantom.

License

This tutorial dataset remains a property of its authors: Ken Taylor, John Mosher (Epilepsy Center, Cleveland Clinic Neurological Institute, Cleveland, OH USA).

If you reference this dataset in your publications, please acknowledge them and cite Brainstorm as indicated on the website. For questions, please contact us through the forum.

The phantom

A current phantom is provided with the Elekta Neuromag for checking the system performance. It contains 32 artificial dipoles and four fixed head-position indicator coils. The phantom is based on the mathematical fact that an equilateral triangular line current produces equivalent magnetic field distribution to that of a tangential current dipole in a spherical conductor, provided that the vertex of the triangle and the origin of the conducting sphere coincide. For a detailed description of how the phantom works, see here.

The phantom dipoles are energized using an internal signal generator which also feeds the HPI coils. An external multiplexer box is used to connect the signal to the individual dipoles. Only one dipole can be activated at a time. The location of the dipole is recorded relative to the center of the sphere (0,0,0)m, where X is positive toward the nasion, Y is positive toward the left ear and Z is positive toward the top of the head (see the CoordinateSystems tutorial for more details).

Use of the phantom is shown below. Note that the uncovered version is the phantom that came with the Neuromag-122, which explicitly shows the wiring. The covered version uses the same principle but somewhat different dipole locations. Further details are available in Section 7.2 of the User's Manual.

References

R.J. Ilmoniemi, M.S. Hämäläinen, and J. Knuutila, The Forward and Inverse Problems in the Spherical Model. In: Biomagnetism: Applications and Theory, eds. H. Weinberg, G. Stroink, T. Katil, Pergamon Press, 1985.

Elekta Neuromag System Hardware User's Manual, Revision G, September 2005.

Description of the experiment

[To do]

Download and installation

Select the menu File > Create new protocol. Name it TutorialPhantomElekta and select the options:

Generate anatomy

This creates a new subject Kojak_Sphere (so named after the 70's TV show) and generates the "anatomy" for this device: one volume and a few surfaces representing the geometry of the phantom.

Access the recordings

We can now review one of the raw kojak data sets. These have been generated by sequentially activating each of the 32 phantom dipoles in a single raw file.

Close the figure and double click the link to raw file to open a list of the events. At this point, you may wish to rename your groups so that the ordering remains convenient. To do this, click group 1, click Events > Rename group, and rename it to 01. Repeat this for 2 - 9.

This step, and others like it, can also be performed by importing the data into MATLAB, running the following code below, and then exporting the data back into Brainstorm:

Events should now appear as per the image below on the right:

Note: Make sure to save the modifications that you make before proceeding. If you hit the grey X to close all figures and clear memory, you will be prompted to save modifications, and you should click Yes.

Importing the dipole events

Right click on Link to raw file and click Import in database

Noise covariance

With the epochs loaded, we can now calculate the noise covariance from the prestims. To do this, select all 32 dipoles (click the first then shift click the last), then right click, Noise covariance > Compute from recordings. Uncheck MEG MAG and hit OK.

Average all of the epochs by selecting all 32 again, dragging them to the process box, clicking RUN. Next click the cog, and select Average > Average files. Group the files By trial group (folder average), and select Arithmetic average: mean(x), and click "Run".

Head modelling

To compute the head model, right click on the kojak_all_200nA file and select Compute head model.

A figure opens showing a sphere fit to the phantom, however we can see that the location is a little off. In this case we alread know where the center of the sphere should be, so we adjust it manually:

The center of the sphere shifts to the correct position. Click the OK button next to the edit sphere properties button to perform the MRI/surface interpolation. A window appears allowing adjustment of the volume source grid.

This results in an around 56K grid point, which is sufficient.

Dipole source estimation

For the sensor selection you can choose to use either the gradiometers or the magnetometers, in this case we select both.

Tutorials/PhantomElekta (last edited 2016-05-10 14:18:01 by ?KenTaylor)