Tutorial 2: 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.

    BST> Starting Brainstorm:
    BST> =================================
    BST> Version: 3.1.130731 (31-Jul-2013)
    BST> Checking internet connectivity... ok
    BST> Compiling main interface files...
    BST> Emptying temporary directory...
    BST> Deleting old process reports...
    BST> Loading configuration file...
    BST> Loading default channel selections...
    BST> Initializing user interface...
    BST> Starting OpenGL engine...
    BST> Reading plugins folder...
    BST> =================================
  2. Read and accept the licence file.
  3. 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
It is the default visualization mode; when you double-click on the 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.

menuNewSubject.gif

createNewSubject.gif

Change the default anatomy

When you create a new protocol, the program makes a copy of the Colin27 anatomy and sets it as the default for the protocol. It means that you will be able to use the Colin27 brain as a substitute for the subjects without an individual MRI, or as the common brain for group analysis.

Other sets of MRI+surfaces are available to replace the Colin27 anatomy. Right-click on (Default anatomy) > Use template. If a package is not currently available on your system, it will be downloaded from the Brainstorm website and saved in $HOME/.brainstorm/templates. The available options are:

They all include the following information:

The atlases will be discussed in the following tutorials. For more information on the interactions between FreeSurfer and Brainstorm: read this tutorial.

changeDefault1.gif

If you click on any of the download options, it downloads it into your $HOME/.brainstorm/templates folder:

changeDefault2.gif

Then the list of files in the (default anatomy) folder is replaced with the new template.

changeDefault3.gif

Feedback





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


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 2013-08-01 23:55:22 by agrippa)