Tutorial 1: First steps

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

Starting Brainstorm for the first time

  1. Start Matlab, go to brainstorm3 directory, and type "brainstorm" in Matlab command window.
  2. You may observe an error message in the command window about the compilation of the MEX files. You can ignore this problem for now, and maybe try to fix it later.
  3. Read and accept the licence file.
  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 it does not work properly, go to the menu Options > GUI, and uncheck the menu "Use two screens when available".

  5. Specify Brainstorm database directory. Read carefully what is written in previous section. Safe choices are for example:
    • Windows: My documents\brainstorm_db

    • Linux: /home/username/brainstorm_db

    • MacOS: Documents/brainstorm_db

  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 File menu, and select, and select Create new protocol.

    menuFile.gif

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

  3. Default properties for the subjects:

    • These are the default settings that are usedwhen creating new subjects. It is then possible to override those settings for each subject individually.
    • 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.

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

    createNewProtocol.gif

  5. 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

Fiducials selection (MRI Viewer)

MRI Viewer window:

Protocol exploration

The protocol is created and you can now see it in the database explorer, in the 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.

popupMri.gif

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.

Coordinates tab

Next

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

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

Tutorials/TutFirstSteps (last edited 2011-05-14 19:17:23 by cpe-76-169-10-66)