fmriflows is a consortium of many (dependent) fMRI analysis pipelines, including anatomical and functional pre-processing, univariate 1st and 2nd-level analysis, as well as multivariate pattern analysis.
Resets the installation of ANTs back to Neurodocker's installation with version 2.2.0. It turns out that the strange results shown in https://github.com/miykael/fmriflows/pull/5 are actually caused by the interpolation type LanczosWindowedSinc. I therefore reset this parameter back to the default Linear.
This PR also increases the accuracy of the normalization, by increasing the registration parameters. As a consequence, the normalization step will take 2-4 times as before.
Resets the installation of ANTs back to Neurodocker's installation with version 2.2.0. It turns out that the strange results shown in https://github.com/miykael/fmriflows/pull/5 are actually caused by the interpolation type
LanczosWindowedSinc
. I therefore reset this parameter back to the defaultLinear
.This PR also increases the accuracy of the normalization, by increasing the registration parameters. As a consequence, the normalization step will take 2-4 times as before.