|
⇤ ← Revision 1 as of 2010-07-16 13:36:09
Size: 543
Comment:
|
Size: 868
Comment:
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 3: | Line 3: |
| '''Segment Head Surfaces:''' | |
| Line 5: | Line 6: |
| '''Prepare MRI Data for MNE:''' | |
| Line 7: | Line 9: |
| '''Prepare Source Space (Cortical Surface) for MNE:''' | |
| Line 9: | Line 12: |
| Align coordinate systems | '''Align MEG and MRI coordinate systems''' mne_analyze |
| Line 11: | Line 15: |
| '''Set Up BEM Information for MNE:''' | |
| Line 13: | Line 18: |
| '''Compute Forward Solution:''' | |
| Line 15: | Line 21: |
| Average MEG Data, Compute Covariance Matrix: | '''Average MEG Data, Compute Covariance Matrix:''' |
| Line 18: | Line 24: |
| Compute Average Cortical Surface: | '''Compute Average Cortical Surface:''' |
| Line 21: | Line 27: |
| Create Inverse Operator: | '''Create Inverse Operator (from Forward Solution):''' |
| Line 24: | Line 30: |
| Compute Source Estimates: | '''Compute Source Estimates (Apply Inverse Operator to MEG data):''' |
| Line 27: | Line 33: |
| Average Source Estimates: | '''Average Source Estimates:''' |
| Line 30: | Line 36: |
| Extract ROI data: | '''Extract ROI data:''' |
| Line 33: | Line 39: |
| Visualisation: | '''Visualisation:''' |
Overview of MNE Processing Steps and Commands
Segment Head Surfaces: mne_watershed_bem
Prepare MRI Data for MNE: mne_setup_mri
Prepare Source Space (Cortical Surface) for MNE: mne_setup_source_space
Align MEG and MRI coordinate systems mne_analyze
Set Up BEM Information for MNE: mne_setup_forward_model
Compute Forward Solution: mne_do_forward_solution
Average MEG Data, Compute Covariance Matrix: mne_process_raw
Compute Average Cortical Surface: make_average_subject
Create Inverse Operator (from Forward Solution): mne_do_inverse_operator
Compute Source Estimates (Apply Inverse Operator to MEG data): mne_make_movie
Average Source Estimates: mne_average_estimates
Extract ROI data: mne_make_movie
Visualisation: mne_analyze
