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/Right/headmodel_surf_os_meg_CD.mat'
        SurfaceFile: '/Subject01/tess_cortex_concat.mat'
           DataFile: '/Subject01/Right/data_...mat'
       DescFileName: {'/Subject01/Right/results_...mat'  '/Subject01/Left/results_...mat'}
        DescCluster: {2x2 cell}
    DescProcessType: 'timemean'

[ Right / LeftSS,    Left / LeftSS;
  Right / RightSS,   Left / RightSS]

Average recordings

Next

Comparisons between different conditions with the ?Statistics tab.

Tutorials/TutProcesses (last edited 2011-05-12 18:55:30 by hirkania)