Preprocessing with CPAC
Preprocessing of the ABIDE data was done with version X of the Configurable Pipeline for the Analysis of Connectomes (C-PAC, http://fcp-indi.github.com). This python-based pipeline tool makes use of AFNI, ANTs, FSL, and custom python code.
Structual Preprocessing
- Skull-stripping using AFNI’s 3dSkullStrip
- Segment the brain into three tissue types using FSL’s FAST
- Constrain the individual subject tissue segmentations by tissue priors from standard space provided with FSL
- Individual skull stripped brains were normalized to Montreal Neurological Institute (MNI)152 stereotactic space (1 mm^3 isotropic) with linear and non-linear registrations using ANTs.
Functional Preprocessing
- Slice time correction using AFNI’s 3dTshift
- Motion correct to the average image using AFNI’s 3dvolreg (two iterations)
- Skull-strip using AFNI’s 3dAutomask
- Global mean intensity normalization to 10,000
- Nuisance signal regression was applied including
- motion parameters: 6 head motion parameters, 6 head motion parameters one time point before, and the 12 corresponding squared items
- top 5 principal components from the signal in the white-matter and cerebro-spinal fluid derived from the prior tissue segmentations transformed from anatomical to functional space
- linear and quadratic trends
- global signal only for one set of strategies
- Band-pass filtering (0.01-0.1Hz) was applied for only for one set of strategies
- Functional images were registered to anatomical space with a linear transformation and then a white-matter boundary based transformation using FSL’s FLIRT and the prior white-matter tissue segmentation from FAST
- The previous anatomical to standard space registration was applied to the functional data in order to transform them to standard space