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. Specify Brainstorm database directory. Read carefully what is written in the ?previous chapter. Safe choices are for example:

    • Windows: My documents\brainstorm_db

    • Linux: /home/username/brainstorm_db

    • MacOS: Documents/brainstorm_db

Main interface window

main_window.gif

Create first protocol

  1. Click on the File menu, and select, and select 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 used when 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

Protocol exploration

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

Fiducials selection (MRI Viewer)

A few more details about the MRI and the fiducials: Right-click on the MRI file > Edit MRI...

MRI visualization

There are many 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

Create a subject

If you explored well, you should have found the "New subject" menu in the protocol's popup menu. Click on it.

menuNewSubject.gif

createNewSubject.gif

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 2012-11-26 22:37:23 by wpa068219)