Diff for "AnalyzingData/MNE_simulation" - Meg Wiki
location: Diff for "AnalyzingData/MNE_simulation"
Differences between revisions 6 and 7
Revision 6 as of 2012-11-06 17:53:43
Size: 1604
Editor: OlafHauk
Comment:
Revision 7 as of 2013-03-08 10:02:41
Size: 1616
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
You can use the MNE function '''mne_simu''' to produce your own EEG or MEG data, for different ROIs (Labels). You can then apply your [http://imaging.mrc-cbu.cam.ac.uk/meg/AnalyzingData/MNE_InverseOperator Inverse Operator] to these data, and check how well activation from these areas are localised.
In order to use mne_simu, you need a [http://imaging.mrc-cbu.cam.ac.uk/meg/AnalyzingData/MNE_ForwardSolution forward solution] created in MNE (e.g. from a real measurement).
For more details, please refer to the MNE manual ([http://www.nmr.mgh.harvard.edu/meg/manuals/MNE-manual-2.6.pdf V2.6], [http://www.nmr.mgh.harvard.edu/meg/manuals/MNE-manual-2.7.pdf V 2.7]).
You can use the MNE function '''mne_simu''' to produce your own EEG or MEG data, for different ROIs (Labels). You can then apply your [[http://imaging.mrc-cbu.cam.ac.uk/meg/AnalyzingData/MNE_InverseOperator|Inverse Operator]] to these data, and check how well activation from these areas are localised.
In order to use mne_simu, you need a [[http://imaging.mrc-cbu.cam.ac.uk/meg/AnalyzingData/MNE_ForwardSolution|forward solution]] created in MNE (e.g. from a real measurement).
For more details, please refer to the MNE manual ([[http://www.nmr.mgh.harvard.edu/meg/manuals/MNE-manual-2.6.pdf|V2.6]], [[http://www.nmr.mgh.harvard.edu/meg/manuals/MNE-manual-2.7.pdf|V 2.7]]).
Line 21: Line 21:
[http://www.sciencedirect.com/science/article/pii/S1053811908007143 Molins, A., Stufflebeam, S. M., Brown, E. N., Hamalainen, M. S. (2008)]. Quantification of the benefit from integrating MEG and EEG data in minimum l2-norm estimation. Neuroimage, 42(3), 1069-1077. [[http://www.sciencedirect.com/science/article/pii/S1053811908007143|Molins, A., Stufflebeam, S. M., Brown, E. N., Hamalainen, M. S. (2008)]]. Quantification of the benefit from integrating MEG and EEG data in minimum l2-norm estimation. Neuroimage, 42(3), 1069-1077.
Line 23: Line 23:
[http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3018574/ Hauk, O., Wakeman, D.G., Henson, R.N. (2011)] Comparison of noise-normalized minimum norm estimates for MEG analysis using multiple resolution metrics. ''Neuroimage 54:3, 1966-74''. [[http://www.ncbi.nlm.nih.gov/pmc/articles/PMC3018574/|Hauk, O., Wakeman, D.G., Henson, R.N. (2011)]] Comparison of noise-normalized minimum norm estimates for MEG analysis using multiple resolution metrics. ''Neuroimage 54:3, 1966-74''.

Simulate Your Own Data in MNE

You can use the MNE function mne_simu to produce your own EEG or MEG data, for different ROIs (Labels). You can then apply your Inverse Operator to these data, and check how well activation from these areas are localised. In order to use mne_simu, you need a forward solution created in MNE (e.g. from a real measurement). For more details, please refer to the MNE manual (V2.6, V 2.7).

Example:

mne_simu --meg \
         --fwd ${path}/${subjects[m]}_5-1L-MEG-fwd.fif \
         --label ${STCpath}/Label_Occ-lh.label \
         --label ${STCpath}/Label_Cent-lh.label \
         --label ${STCpath}/Label_Ins-lh.label \
         --out ${STCpath}/PubLabel-lh.fif

---

The following publications provide more information on the spatial resolution of MNE:

Molins, A., Stufflebeam, S. M., Brown, E. N., Hamalainen, M. S. (2008). Quantification of the benefit from integrating MEG and EEG data in minimum l2-norm estimation. Neuroimage, 42(3), 1069-1077.

Hauk, O., Wakeman, D.G., Henson, R.N. (2011) Comparison of noise-normalized minimum norm estimates for MEG analysis using multiple resolution metrics. Neuroimage 54:3, 1966-74.

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