Diff for "AnalyzingData/MNE_singletrial" - Meg Wiki
location: Diff for "AnalyzingData/MNE_singletrial"
Differences between revisions 1 and 2
Revision 1 as of 2010-07-21 14:53:43
Size: 1475
Editor: YaaraErez
Comment:
Revision 2 as of 2013-03-08 10:02:37
Size: 1481
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:
Data at the single-trial level are obviously noisier than for evoked responses. You should make sure that your data are appropriately filtered and pre-processed, and bad channels are marked. It is recommended to use empty-room data for the computation of the [http://imaging.mrc-cbu.cam.ac.uk/meg/AnalyzingData/MNE_CovarianceMatrix covariance matrix], and to compute an [http://imaging.mrc-cbu.cam.ac.uk/meg/AnalyzingData/MNE_InverseOperator inverse operator] with this new covariance matrix. Data at the single-trial level are obviously noisier than for evoked responses. You should make sure that your data are appropriately filtered and pre-processed, and bad channels are marked. It is recommended to use empty-room data for the computation of the [[http://imaging.mrc-cbu.cam.ac.uk/meg/AnalyzingData/MNE_CovarianceMatrix|covariance matrix]], and to compute an [[http://imaging.mrc-cbu.cam.ac.uk/meg/AnalyzingData/MNE_InverseOperator|inverse operator]] with this new covariance matrix.
Line 4: Line 4:
At the single-trial level, MNE allows you to extract source estimates for [http://imaging.mrc-cbu.cam.ac.uk/meg/AnalyzingData/MNE_Labels ROIs (or labels)]. Because the inverse operators are specific to invidivual subjects, these ROIs must be defined in the space of the individual MRIs (not the average). At the single-trial level, MNE allows you to extract source estimates for [[http://imaging.mrc-cbu.cam.ac.uk/meg/AnalyzingData/MNE_Labels|ROIs (or labels)]]. Because the inverse operators are specific to invidivual subjects, these ROIs must be defined in the space of the individual MRIs (not the average).

Computing Source Estimates for Single Trials

Data at the single-trial level are obviously noisier than for evoked responses. You should make sure that your data are appropriately filtered and pre-processed, and bad channels are marked. It is recommended to use empty-room data for the computation of the covariance matrix, and to compute an inverse operator with this new covariance matrix.

At the single-trial level, MNE allows you to extract source estimates for ROIs (or labels). Because the inverse operators are specific to invidivual subjects, these ROIs must be defined in the space of the individual MRIs (not the average).

Morphing of ROIs from the average to the individual space can be done using

  • mne_morph_labels (options e.g. --from --to --labeldir)

Extracting source estimates for ROIs is done by

  • mne_compute_raw_inverse (options e.g. --in --inv --labeldir --out)

The output will be a continuous time series for each ROI.

In order to epoch your data with regard to events/triggers in your data, use

  • mne_epochs2mat (options e.g. --raw --mat --events --event --tmin --tmax --lowpass)

This will produce a description file and an epoch file.

From here on, you are on your own...

CbuMeg: AnalyzingData/MNE_singletrial (last edited 2013-03-08 10:02:37 by localhost)