Tutorial: Import MEG recordings

Dataset description

You should already have downloaded this package if you have done correctly the previous tutorial. If it is not the case, go back to the ?previous tutorial and follow all the instructions to create the TutorialCTF protocol.

File:

bst_tutorial_somatotopy_ctf.zip

Acquisition system:

CTF MEG, 151 axial gradiometers, La Salpetriere Hospital, Paris

Protocol:

Shuffled electrical stimulations of the thumb fingers from both hands. The idea is to get a map of the primary sensory response on the cortex

Author:

Data provided courtesy of Sabine Meunier

Anatomy directory:

- T1-MRI of the subject in CTF format (.mri)
- Cortex and head surfaces extracted with BrainVISA software

Datasets directory:

- somMGYO-18av.ds: average response for the stimulation of the right thumb (one subject, 400 trials)
- somMDYO-18av.ds: average response for the stimulation of the left thumb (one subject, 400 trials)

Observations:

Stimulus occurs at time 0. There's a first tiny wave occuring at about 20ms or so but it's not too clear on all fingers. So if you are to compute cortical maps, start by the 40ms peak which is also of interest and which has much better SNR.

Import recordings

  1. Select the TutorialCTF protocol, and go to the Functional data (sorted by subject) view of the Brainstorm database.

    dbFunctionalData.gif

  2. Right-click on Subject01, select Import MEG/EEG...
    In the file format selection box, pick "MEG/EEG: CTF .ds (*.meg4;*.res4)". Go to TutorialCtf/data/ directory, select the the somMDYO-18av.ds directory and click on Open.

    panelImportCtf.gif

    • Two blocks of data are available in this file. They are referred in CTF files as Trials, even if they are the results of the averaging of trials from two different conditions.

    • You can select individual trials if you uncheck the "Use all trials" option.

    • You can see that each block of recordings is defined for the following time range: [-49.60ms, 250.40ms]
    • Check the "Remove DC offset" option, together with "Base on pretrigger". For each sensor, this will compute the average value across the time (on the for the pre-trigger period, ie. where times < 0), and substract this mean to all the time values.
      => In MEG, this operation is always needed, unless it was already applied during one of the pre-processing steps.

    • Click on Import.
  3. A condition was created, called after the filename. It contains three items:

    panelRenameCond.gif

    • The first is the channel file: description of the positions, names, types, and various properties of the sensors that recorded the data. The value (182) means that there are 182 channels of data in the data files. They are not necessarily MEG channels, it may also includes EEG, EOG, stimulation lines, references, etc.

    • The last two represent recording files
    • Having the channels defined in the same file as the recordings is specific to MEG. Those systems always store all the available information at the same time. If you work with EEG, you will have to import separately the positions of the electrodes. This will be developped in an other tutorial.
    • Rename the condition into StimRightThumb (F2, or successive left clicks, or right-click>Rename)

Display channel file

Let's explore what you can do with the first file. Right-click on the CTF and try all the menus.

The two menus in the Display menu display the same thing, but in a different way. You can add the scalp surface easily with the toolbar in the Surfaces tab, in the main window (Add a surface button).

channelCtf.gif channelMeg.gif

Displays a table with almost all the information about the individual channels. You can use this window to view and edit the channels's properties.

channelEdit.gif

The channel file describe each channel separately, with the following information:

Some other fields are present in the channel file that cannot be accessed with the Channel editor window. You can explore those other fields with the File menu, selecting View .mat files or Export to Matlab. As we saw in previous tutorial.

channelViewMat.gif

Some fields you may find there:

For the moment, the registration between anatomy and sensors is based only on three points that are manually positioned (nasion and ears). This rough alignment technique is quite robust but also very unprecise, and depends only on the precision with which the people defined the fiducials, both during the data acquisition and on the MRI slices.

For this reason, it is sometimes necessary to correct the position of the sensors manually. From a scientific point of view it is not a really rigorous operation, but sometimes it is much better than using wrong automatic positions.

There are two menus: one to check the alignment head surface/sensors, and one to fix it. The Align MEG sensors menu works exactly the same way as the surface alignment tools introduced in previous tutorial (select buttons in the toolbar and right-click+move in the windows).

channelAlignCheck.gif channelAlign.gif

Nothing to change here, but remember to always check the registration scalp/sensors just after you import MEG or EEG recordings.

Display recordings

Just to understand what is stored in the two recording files: double-click on the first, then double-click on the second.

recordingsErp.gif recordingsStd.gif

Now have a look to what is inside a recordings file: right-click on StimThumbLeft/ERP > File > View .mat file.

dataFileMat.gif

All the recordings display tools will be discussed in the next tutorial.

Managing conditions

You have already imported the average response for the stimulation of the right thumb. Let's also import the left thumb, but proceeding in a slightly different way.

  1. Create a new condition for your Subject01, called StimLeftThumb. To do that: right-click on Subject01 > Add condition...

  2. Import the second file (somMGYO-18av.ds) in the StimLeftThumb condition. Rename the recordings in ERP and Std.

  3. Switch to the Functional data (sorted by condition), by click on the third button in main Brainstorm toolbar.

    dbSortByCond.gif

  4. This view is not very useful when you have one subject and two conditions. But remember this this option for later, it will be very useful when you will have 60 subjects and 12 conditions per subject in your database.

Next

Everything is now loaded in TutorialCTF protocol : subject anatomy (MRI and surfaces), recordings and channels description.

The next tutorial will present all the tools available to ?explore the recordings.

Tutorials/TutImportRecordings (last edited 2009-06-12 21:15:56 by hirkania)