OpenMEEG BEM head model

Authors: Francois Tadel, Alexandre Gramfort

This forward model uses a symmetric boundary element method (symmetric BEM) and was developed by the French public research institute INRIA (website). It uses three realistic layers (scalp, inner skull, outer skull). The goal of this forward solution is mostly for EEG users, to provide a better model than the existing "3-shell sphere". It is not necessary for MEG users, as the "overlapping spheres" method gives relatively similar results but faster. Nevertheless, for demonstration purpose or in case you want to use the same head model for both EEG and MEG data, we are going to compute this solution on MEG recordings, using the existing TutorialCTF protocol.

openmeeg.gif

Requirements

On Windows 64bit systems, you need to install an extra Microsoft software package to run OpenMEEG: Microsoft Visual C++ 2010 Redistributable Package (x64).
http://www.microsoft.com/en-us/download/details.aspx?id=14632

BEM surfaces

We need three realistic layers extracted from the subject's MRI (scalp, inner skull, outer skull), plus the source space (cortical surface). Those layers are sometimes complicated to generate. In the case you do not have any way to calculate the inner skull and outer skull surfaces, Brainstorm can generate rough approximations based on the subject's cortex and head surfaces and Colin27's inner and outer skull surfaces.The surfaces created with Brainstorm are by construction non-intersecting.

  1. Select the TutorialCTF protocol
  2. Go to the anatomy view (first button on top of the database explorer)
  3. Right-click on Subject01 > Generate BEM surfaces...You can set the approximate number of vertices you want for each layer. For the example, leave the default parameters and click on Ok.

    bemPopup.gif [ATTACH]

  4. At the end of the process, three new surfaces are added to the database:

    [ATTACH] [ATTACH]

How to set the number of vertices per layer

Forward model

  1. Switch to the view "Functional data (sorted by subjects)"
  2. Right-click on Subject01 / Right > Compute head model. Select OpenMEEG BEM in the list. Click on Run.

    headmodeler.gif [ATTACH]

  3. Explanations of the options:
    • BEM Layers & conductivities: In this panel you can select how many layers you want to use for the BEM model. The possible options in our case are Scalp (=head), Skull (=outer skull), and Brain (=inner skull). The values on the right are the relative conductivities of each layer.

      • For EEG: Use all the layers
      • For MEG: Use only the inner skull layer
    • Use adjoint formulation: Decrease significantly the amount of memory that is necessary in memory and on the hard drive, but much longer.

    • Use adaptive integration: This produces a much more accurate solution, mostly in the cases of dipoles (vertices of the cortex surface) that are very close to the inner skull layer. You should keep this option selected.

    • Process dipoles by blocks: If you consistently run into crashes, it's probably because you don't have enough memory available. You can try to process the dipoles by smaller blocks. It would be longer but would probably work. Do not select unless you cannot compute the solution with having memory errors.

  4. Download OpenMEEG software? Yes.
    This will download the latest version of OpenMEEG binaries for your operating system from INRIA website, and install it in Brainstorm user folder (~username/.brainstorm/openmeeg/)

    openmeegDownload.gif

  5. Once downloaded, the calculation of the head model will start automatically. You may wait for a very long time. Be patient, it's worth it...

    openmeegWait.gif

  6. You have now a new head model in your condition, that you can use exactly the same way you would use your previous "Overlapping sphere" model.

    treeFinal.gif

Additional discussions on the forum

Download problems:

Binary issues / Error #-1073741515:

Library issues / Error #1:

Memory allocation failed:

Intersecting meshes:

Format of the Gain matrix in the headmodel file:

License

OpenMEEG is distributed under the French opensource license CeCILL-B. It is intended to give users the freedom to modify and redistribute the software. It is therefore compatible with popular opensource licenses such as the GPL and BSD licenses. The CeCILL-B license imposes to anybody distributing a software incorporating OpenMEEG the obligation to give credits (by citing the appropriate publications), in order for all contributions to be properly identified and acknowledged.

The references to be acknowledged are:





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


Tutorials/TutBem (last edited 2015-01-28 16:47:12 by FrancoisTadel)