-
Notifications
You must be signed in to change notification settings - Fork 2
37. EEG MRI analysis
Fa-Hsuan Lin edited this page Aug 1, 2023
·
27 revisions
Reconstruct brain structure using FreeSurfer and T1-weighted MRI (MPRAGE sequence) data. Details are here.
Follow the instruction here for fMRI data pre-processing, including the following
- convert meas.dat into Matlab mat files
- register between fMRI and structural MRI
- prepare fMRI data on brain surfaces
The fMRI analysis using Genearal Linear Model can be found here.
- Using only SMS-InI data
1.a. Manually coregister between fMRI and anatomical MRI (FreeSurfer recon)
1.b. Run bb_register
to get more accurate registration
- Using EPI data with sliced matched with SMS-InI reference scans
2.a. Prepare EPI data
2.b. Manually coregister between fMRI and anatomical MRI (FreeSurfer recon)
2.c. Run bb_register
to get more accurate registration
EEG pre-processing includes
- suppress gradient and pulse artifacts.
- calculate event-related potentials (for event-related design).
To do EEG source anaylysis, follow the procedure here.