Preprocessing - sjgershm/ccnl-fmri GitHub Wiki
Preprocessing runs the following steps:
-
Realignment of functional images (motion correction)
-
Unwarping of functional images (magnetic field distortion correction)
-
Segmentation of the structural image into tissue types
-
Normalization of the structural to the MNI template using the segmentation maps
-
Application of the normalization parameters to the functional images
-
Smoothing of the functional images
To run preprocessing, call:
ccnl_fmri_preproc(EXPT,subjects)
where subjects
is a vector of subjects to preprocess (if omitted, it will preprocess all subjects).