|
⇤ ← Revision 1 as of 2010-08-25 17:56:07
Size: 656
Comment:
|
Size: 927
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 4: | Line 4: |
| In order to use mne_simu, you need a head model, source space, and a sensor configuration (e.g. from a real measurement). | In order to use mne_simu, you need a forward solution created in MNE (e.g. from a real measurement). |
| Line 6: | Line 6: |
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 }}} |
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 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