|
Size: 1000
Comment:
|
Size: 1609
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 16: | Line 16: |
--- The following [http://www.sciencedirect.com/science?_ob=ArticleURL&_udi=B6WNP-4SRW13S-1&_user=2708533&_coverDate=09%2F30%2F2008&_alid=1442238074&_rdoc=1&_fmt=high&_orig=search&_cdi=6968&_sort=r&_docanchor=&view=c&_ct=1&_acct=C000055069&_version=1&_urlVersion=0&_userid=2708533&md5=dce1adb58f024061c98a80632e8e92f6 publication] provides 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. }}} |
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 [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]).
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 [http://www.sciencedirect.com/science?_ob=ArticleURL&_udi=B6WNP-4SRW13S-1&_user=2708533&_coverDate=09%2F30%2F2008&_alid=1442238074&_rdoc=1&_fmt=high&_orig=search&_cdi=6968&_sort=r&_docanchor=&view=c&_ct=1&_acct=C000055069&_version=1&_urlVersion=0&_userid=2708533&md5=dce1adb58f024061c98a80632e8e92f6 publication] provides 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.
