This is a continuation of the post started on Sourceforge.
Hi Alexandra,
When comparing the SPM and SCT results (using v4.0.0_beta.0), both seem of similar quality. See below an animation that compares SPM, SCT and no-moco.
Results in SCT are definitely better than the ones you obtained on your side. Would you mind trying it again with the following commands and let me know if you obtain the same results as me?
sct_image -i *.nii -concat t -o fmri.nii.gz
sct_maths -i fmri.nii.gz -mean t -o fmri_mean.nii.gz
sct_get_centerline -i fmri_mean.nii.gz -c t2
sct_create_mask -i fmri_mean.nii.gz -p centerline,fmri_mean_centerline.nii.gz -size 65mm -f cylinder -o mask_fmri.nii.gz
sct_fmri_moco -i fmri.nii.gz -m mask_fmri.nii.gz -x spline
Cheers,
Julien