Tutorial 9: Processes

This tutorial uses Sabine Meunier's somatotopy experiment, called TutorialCTF in your Brainstorm database.

The Processes tab in Brainstorm window is a very generic tool that can be used to apply a function or extract data from any set of data files (recordings or sources). Its main applications are: pre-processing, averaging, and data extraction.

Files to process

First, you have to select the files you want to process. You can drad'n'drop any node that contains recordings or sources from the database explorer to the Processes list.

Process selection

Examples

Z-Score noise normalization

Scout time series

>> peak_values
peak_values =
      ImagingKernel: []
       ImageGridAmp: [2x2 double]
           Whitener: [151x151 double]
        nComponents: 1
            Comment: 'MN: MEG | timemean(41ms,50ms)'
           Function: 'minnorm'
               Time: [114 125]
      ImageGridTime: [0.0408 0.0496]
        ChannelFlag: [182x1 double]
        GoodChannel: [1x151 double]
      HeadModelFile: '/Subject01/StimRightThumb/headmodel_surf_os_meg_CD.mat'
        SurfaceFile: '/Subject01/tess_cortex_concat.mat'
           DataFile: '/Subject01/StimRightThumb/data_...mat'
       DescFileName: {'/Subject01/StimRightThumb/results_...mat'  '/Subject01/StimLeftThumb/results_...mat'}
        DescCluster: {2x2 cell}
    DescProcessType: 'timemean'

The function that is used to combine the different sources into a single scout value is the function selected in the Scout tab, menu View > Time series options. Cf. previous tutorial.

[ StimRightThumb / LeftSS,    StimLeftThumb / LeftSS;
  StimRightThumb / RightSS,   StimLeftThumb / RightSS]

Average recordings

Next

This is the end of the first tutorial, based on CTF MEG recordings.

Other important notions are going to be introduced in a tutorial based on EEG data : clusters of electrodes, and statistical analysis. But please go again through all the importation / anatomy definition

Tutorials/TutProcesses (last edited 2010-03-02 23:43:58 by hirkania)