Diff for "AnalyzingData/MNE_AllInOne" - Meg Wiki
location: Diff for "AnalyzingData/MNE_AllInOne"
Differences between revisions 1 and 9 (spanning 8 versions)
Revision 1 as of 2010-07-16 13:36:09
Size: 543
Editor: YaaraErez
Comment:
Revision 9 as of 2013-03-08 10:02:29
Size: 2009
Editor: localhost
Comment: converted to 1.6 markup
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
{{attachment:mrclogo.gif}}
Line 2: Line 4:
'''[[http://imaging.mrc-cbu.cam.ac.uk/meg/AnalyzingData/MNE_MRI_preprocessing|Pre-processing MRI Data in Freesurfer]]:'''
Line 3: Line 6:
mne_watershed_bem  * mri_convert
 * recon-all
'''[[http://imaging.mrc-cbu.cam.ac.uk/meg/AnalyzingData/MNE_MRI_processing|Segment Head Surfaces]]:'''
Line 5: Line 10:
mne_setup_mri  * mne_watershed_bem
'''[[http://imaging.mrc-cbu.cam.ac.uk/meg/AnalyzingData/MNE_MRI_processing|Prepare MRI Data for MNE]]:'''
Line 7: Line 13:
mne_setup_source_space  * mne_setup_mri
'''[[http://imaging.mrc-cbu.cam.ac.uk/meg/AnalyzingData/MNE_MRI_processing|Prepare Source Space (Cortical Surface) for MNE]]:'''
Line 9: Line 16:
Align coordinate systems  * mne_setup_source_space
'''[[http://imaging.mrc-cbu.cam.ac.uk/meg/AnalyzingData/MNE_MRI_processing|Align MEG and MRI coordinate systems]]:'''
Line 11: Line 19:
mne_setup_forward_model  * mne_analyze
'''[[http://imaging.mrc-cbu.cam.ac.uk/meg/AnalyzingData/MNE_ForwardSolution|Set Up BEM Information for MNE]]:'''
Line 13: Line 22:
mne_do_forward_solution  * mne_setup_forward_model
'''[[http://imaging.mrc-cbu.cam.ac.uk/meg/AnalyzingData/MNE_ForwardSolution|Compute Forward Solution]]:'''
Line 15: Line 25:
Average MEG Data, Compute Covariance Matrix:
mne_process_raw
 * mne_do_forward_solution
'''[[http://imaging.mrc-cbu.cam.ac.uk/meg/AnalyzingData/MNE_Averaging|Average MEG Data]], [[http://imaging.mrc-cbu.cam.ac.uk/meg/AnalyzingData/MNE_CovarianceMatrix|Compute Covariance Matrix]]:'''
Line 18: Line 28:
Compute Average Cortical Surface:
make_average_subject
 * mne_process_raw
'''[[http://imaging.mrc-cbu.cam.ac.uk/meg/AnalyzingData/MNE_ComputeEstimates|Compute Average Cortical Surface]]:'''
Line 21: Line 31:
Create Inverse Operator:
mne_do_inverse_operator
 * make_average_subject
'''[[http://imaging.mrc-cbu.cam.ac.uk/meg/AnalyzingData/MNE_InverseOperator|Create Inverse Operator (from Forward Solution)]]:'''
Line 24: Line 34:
Compute Source Estimates:
mne_make_movie
 * mne_do_inverse_operator
'''[[http://imaging.mrc-cbu.cam.ac.uk/meg/AnalyzingData/MNE_ComputeEstimates|Compute Source Estimates (Apply Inverse Operator to MEG data)]]:'''
Line 27: Line 37:
Average Source Estimates:
mne_average_estimates
 * mne_make_movie
'''[[http://imaging.mrc-cbu.cam.ac.uk/meg/AnalyzingData/MNE_ComputeEstimates|Average Source Estimates]]:'''
Line 30: Line 40:
Extract ROI data:
mne_make_movie
 * mne_average_estimates
'''[[http://imaging.mrc-cbu.cam.ac.uk/meg/AnalyzingData/MNE_Labels|Extract ROI data]]:'''
Line 33: Line 43:
Visualisation:
mne_analyze
 * mne_make_movie

mrclogo.gif

Overview of MNE Processing Steps and Commands

Pre-processing MRI Data in Freesurfer:

  • mri_convert
  • recon-all

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

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