Brainstorm
  • Comments
  • Menu
    • Attachments
    • Versions
    • Raw Text
    • Print View
  • Login

Software

  • Introduction

  • Gallery

  • Download

  • Installation

Users

  • Tutorials

  • Forum

  • Courses

  • Community

  • Publications

Development

  • What's new

  • What's next

  • About us

  • Contact us

  • Contribute

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
Differences between revisions 12 and 13
⇤ ← Revision 12 as of 2015-10-28 14:20:30 →
Size: 6074
Editor: ?ThomasVincent
Comment:
← Revision 13 as of 2015-10-28 14:32:28 → ⇥
Size: 6643
Editor: ?ThomasVincent
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
= Tutorial: Import and visualize functional NIRS data =
Line 16: Line 17:
= Download = == Download ==
Line 22: Line 23:
= Presentation of the experiment = == Presentation of the experiment ==
Line 29: Line 30:
= Create Data structure = == Create the data structure ==
Line 41: Line 42:
= Import anatomy =
== Import MRI ==
== Import anatomy ==
=== Import MRI ===
Line 45: Line 46:
== Import Meshes == === Import Meshes ===
Line 54: Line 55:
= Import NIRS functional data = == Import NIRS functional data ==
The functional data used in this tutorial was exported from the Brainsight acquisition software and is available in the NIRS sample folder in S01_Block_FO_LH_Run01.bs. This folder contains the following files:
Line 56: Line 58:
The functional data was exported from the Brainsight acquisition software and are available in the NIRS sample folder in S01_Block_FO_LH_Run01.bs.
This folder contains the following files:
   * fiducials.txt: the coordinates of the fudicials (nasion, left ear, right ear).<<BR>>These positions should have been digitized at the same location as the fiducials previously marked on the anatomical MRI.
   * optodes.txt: the coordinates of the optodes (sources and detectors), in the same referential as for the fiducials. Note: the actual referential is not relevant here, as the registration will be performed by Brainstorm afterwards.
   * S01_Block_FO_LH_Run01.nirs: the NIRS data in HOMer format.<<BR>>
     The fields SrcPos and DetPos will be overwritten to match the given coordinates in "optodes.txt"
 * fiducials.txt: the coordinates of the fudicials (nasion, left ear, right ear).<<BR>>These positions should have been digitized at the same location as the fiducials previously marked on the anatomical MRI. These points will be used by Brainstorm for the registration, hence the consistency between the digitized and marked fiducials is essential for good
 * optodes.txt: the coordinates of the optodes (sources and detectors), in the same referential as for the fiducials. Note: the actual referential is not relevant here, as the registration will be performed by Brainstorm afterwards.
 * S01_Block_FO_LH_Run01.nirs: the NIRS data in a HOMer-based format /!\ '''document format'''.<<BR>>Note: The fields ''SrcPos'' and ''DetPos'' will be overwritten to match the given coordinates in "optodes.txt"

To import this data set in Brainstorm:

 * Go to the "functional data" view of the protocol.
 * Right-click on "Subject01 -> Import MEG/EEG/NIRS"
  * Select file type "NIRS: BS (.bs)"
Line 64: Line 69:
* Go to the "functional data" view of the protocol.
Line 66: Line 70:
* Right-click on "Subject01 -> Import MEG/EEG/NIRS"
  * Select file type "NIRS: BS (.bs)"
Line 69: Line 71:
 * Refine registration now? '''YES'''<<BR>>This operation is detailed in the next section
Line 70: Line 73:
== Registration ==
As in the tutorial The resitration between the MRI and the NIRS is done in two steps

== Review Channel information ==
Line 74: Line 81:
The data comes from the Brainsight system: "BS" and comprises 97 channels. This indicates that the data comes from the Brainsight system (BS) and comprises 97 channels.
Line 92: Line 99:
 * Other channels contain the NIRS time-series measurements. For a given NIRS channel, its name is composed of the pair Source / Detector and the wavelength index.
Column Loc(1) contains the coordinates of the source,
Loc(2) the coordinates of the associated detector and
Loc(3) the coordinates of the middle point between the source and the detector.
 * Other channels contain the NIRS time-series measurements. For a given NIRS channel, its name is composed of the pair Source / Detector and the wavelength index. Column Loc(1) contains the coordinates of the source, Loc(2) the coordinates of the associated detector and Loc(3) the coordinates of the middle point between the source and the detector.

<!> This tutorial is under construction <!>

Tutorial: Import and visualize functional NIRS data

Authors: Thomas Vincent, Zhengchen Cai

The current tutorial assumes that the tutorials 1 to 5 have been performed. Even if they focus on MEG data, they introduce Brainstorm features that are used in this tutorial.

List of prerequisites:

  • Create a new protocol

  • Import the subject anatomy

  • Display the anatomy

  • Channel file / MEG-MRI coregistration

  • Review continuous recordings

Download

The dataset used in this tutorial is available online .

  • Go to the Download /!\ link page of this website, and download the file: nirs_sample.zip

  • Unzip it in a folder that is not in any of the Brainstorm folders

Presentation of the experiment

  • One subject, one acquisition run of /!\ XXX minutes

  • Finger tapping task: 10 stimulation blocks of 30 seconds each, inter-stimulus interval of /!\ XXX seconds

  • 4 sources and 12 detectors (+ 4 proximity channels) placed above the right motor region
  • Two wavelengths: 690nm and 830nm
  • MRI anatomy 3T from /!\ scanner type

Create the data structure

Create a protocol called "TutorialNIRSTORM":

  • Got to File -> New Protocol

  • Use the following setting :
    • Default anatomy: Use individual anatomy.

    • Default channel file: Use one channel file per subject (EEG).

In term of sensor configuration, NIRS is very similar to EEG and the placement of optodes may change from subject to the other. (!) Should we add (EEG or NIRS) in the interface?

Create a subject called "Subject01" (Go to File -> New subject), with the default options

Import anatomy

Import MRI

Make sure you are in the anatomy view of the protocol. Right-click on "Subject01 -> Import MRI". Select T1_MRI.nii from the NIRS_sample data folder. This will open the MRI review panel where you have to set the fudicial points (See Import the subject anatomy).

Import Meshes

The head and white segmentations provided in the NIRS sample data were computed with Brainvisa.

Right-click on "Subject01 -> Import surfaces". From the NIRS sample data folder, select files: head_10000V.mesh, hemi_8003V.mesh and white_8003V.mesh.

You can check the regristration between the MRI and the loaded meshes by right-clicking on each meash element and going to "MRI registration -> Check MRI/Surface registration".

NIRSTORM_tut1_new_MRI_meshes.gif

Import NIRS functional data

The functional data used in this tutorial was exported from the Brainsight acquisition software and is available in the NIRS sample folder in S01_Block_FO_LH_Run01.bs. This folder contains the following files:

  • fiducials.txt: the coordinates of the fudicials (nasion, left ear, right ear).
    These positions should have been digitized at the same location as the fiducials previously marked on the anatomical MRI. These points will be used by Brainstorm for the registration, hence the consistency between the digitized and marked fiducials is essential for good

  • optodes.txt: the coordinates of the optodes (sources and detectors), in the same referential as for the fiducials. Note: the actual referential is not relevant here, as the registration will be performed by Brainstorm afterwards.
  • S01_Block_FO_LH_Run01.nirs: the NIRS data in a HOMer-based format /!\ document format.
    Note: The fields SrcPos and DetPos will be overwritten to match the given coordinates in "optodes.txt"

To import this data set in Brainstorm:

  • Go to the "functional data" view of the protocol.
  • Right-click on "Subject01 -> Import MEG/EEG/NIRS"

    • Select file type "NIRS: BS (.bs)"
    • Load the folder "S01_Block_FO_LH_Run01.bs" in the NIRS sample folder.
  • Refine registration now? YES
    This operation is detailed in the next section

Registration

As in the tutorial The resitration between the MRI and the NIRS is done in two steps

Review Channel information

The resulting data organization should be:

func_data_loading_result.gif

This indicates that the data comes from the Brainsight system (BS) and comprises 97 channels.

To review the content of channels, right-click on "BS channels -> Edit channel file".

Name

Type

Group

Comment

Loc(1)

Loc(2)

Loc(3)

...

1

TAPPING

Stim

N/A

N/A

N/A

2

WLs

NIRS_WL_DEF

N/A

N/A

N/A

3

S1D1WL1

NIRS_WL1

coords S1

coords D1

coords middle [S1-D1]

4

S1D1WL2

NIRS_WL2

coords S1

coords D1

coords middle [S1-D1]

5

S1D2WL1

NIRS_WL1

coords S1

coords D2

coords middle [S1-D2]

6

S1D2WL2

NIRS_WL2

coords S1

coords D2

coords middle [S1-D2]

7

S1P1WL1

NIRS_WL1

NIRS_PROX

coords S1

coords D2

coords middle [S1-D2]

8

S1P1WL2

NIRS_WL2

NIRS_PROX

coords S1

coords D2

coords middle [S1-D2]

  • The channel named "TAPPING" encodes the stimulation paradigm
  • The channel named "WLs" defines the set of wavelengths
  • Other channels contain the NIRS time-series measurements. For a given NIRS channel, its name is composed of the pair Source / Detector and the wavelength index. Column Loc(1) contains the coordinates of the source, Loc(2) the coordinates of the associated detector and Loc(3) the coordinates of the middle point between the source and the detector.
  • The group "NIRS_PROX" indicates that the channel is a close-source measurement.

NIRS-MRI coregistration

Use automatic registration

Keep only step 1

Display Optodes (adapted from “Display Sensors”)

- no helmet here -> should be able to show optode positions over head meshSKip manual registration

Edit the channel file

Introduce new nomenclature

S1D1WL1 NIRS_WL1 …S1D1WL2 NIRS_WL2 …

Visualize NIRS signals

Depends on tut #5

Introduce default channel groups: ALL, WL1, WL2

Just adapt sections “Montage selection” and “Channel selection”

  • MoinMoin Powered
  • Python Powered
  • GPL licensed
  • Valid HTML 4.01