Tutorial 1-1: First steps

Objectives: Create a protocol with one subject, that uses the default anatomy Colin27.

Brainstorm database

Brainstorm toolbox allows you to classify your recordings and analysis with three different levels of definition:

Some properties

Running Brainstorm for the first time

  1. Start Matlab, go to brainstorm3 directory, and type "brainstorm3" in Matlab command window.
  2. With some Matlab installations, you may observe an error message in the command window, about the compilation of the MEX files. Some files from the permutation tests functions need to be compiled on your own operating system, and you may not be able to use some statistical tests if you have such an error. You may ignore this problem, it will be fixed later.
  3. The Licence Agreement will be display. Read the licence file, and click on "Agree" if you agree with it.

  4. If you have two screens on your computer, you may have a message asking if you want to use your second screen. You can try to say yes: you will have the Brainstorm window on primary screen and the data figures on the secondary one). If does not work properly, go to the menu Options > GUI, and uncheck the menu "Use two screens when available".

  5. Then you will be asked to specify Brainstorm database directory. Read carefully the Important notes and then create or select an empty directory to store your Brainstorm database (for instance "brainstorm_database", or "brainstorm_protocols").

  6. After a last message asking you to create or load a protocol, you should see the main Brainstorm window

Main interface window

main_window.gif

Create first protocol

  1. Click on the Protocol selection drop list, and select Create new protocol.

  2. Edit the protocol name and enter: "TutorialFirstSteps". It will automatically update the paths (Anatomy path and Datasets path.

  3. Select the "MNI Colin27" as the default anatomy.

    • This anatomy (MRI & surfaces) will be available if needed by all the subjects in the protocol.

    • This can be changed later, using the "Use default" menu in the subjects' popup menu.

    • This default anatomy is based on the Colin27 MRI volume provided by the Montreal Neurological Institute: an average of 27 T1-weighted scans of Colin Holmes brain. Many surfaces are provided with this default anatomy; they were extracted with different programs: ?BrainVisa, ?BrainSuite, and ?FreeSurfer.

  4. Subjects configuration panel:

    • These are the default settings that will be applied when creating new subjects. It is then possible to override those settings for each subject.
    • Our objective is to create one subject that uses the default anatomy Colin27, so select the option "Yes, use protocol's default anatomy".

    • The option selected for Default channel file is not important because we are not going to import recordings (and channel files, ie. files that describe each sensor: position, orientation, name...). This point will be described in another tutorial.

  5. Once you get something like the following figure, click on Create.

    createNewProtocol.gif

  6. Confirm that you want to create the directories
  7. The MRI Viewer window opens automatically and displays the Colin27 brain, and a message box informs you that you should select some points on the MRI. Those fiducial points are used to register the MRI with the MEG or EEG sensors, when you import recordings. We don't need to define them now, because we are not going to import any recordings in this turorial, but let's play with the MRI Viewer Viewer.

Fiducials selection (MRI Viewer)

MRI Viewer window:

Protocol exploration

The protocol is created and you can now see it in the database explorer, in Brainstorm window. It is represented by the top-most node in the tree.

menuNewSubject.gif

createNewSubject.gif

MRI visualization

There are three different ways to display the MR volumes. Right click on the T1-MRI in Default anatomy, menu Display.
Just click everywhere and try all the options by yourself, it is the best way to learn.

MRI Viewer

Already introduced in this tutorial.

Note: it is the default visualization mode; when you double-click on the T1-MRI file, it brings up the MRI Viewer.

Axial / coronal / sagittal slices

mriSlicesContact.gif

3D orthogonal slices

mriSlices3d.gif

menuShortcut.gif

Surfaces visualization

There is only one way to display the surfaces: in 3D figures. To display a surface you can either double-click on it or right-click > Display.

Next

Now you know how to create a protocol with a default anatomy, and visualize MR volumes and surfaces.

Next step: learn how to ?import an individual anatomy for a subject.

Tutorials/TutFirstSteps (last edited 2009-09-25 21:55:28 by hirkania)