Summary of what happened:
Dear smriprep experts, I am running the script below to segment and normalize to MNI ~800 T1w volumes. I would like now to run a VBM analysis and I was wondering if I can use the *space-MNI152NLin2009aAsym_res-1_label-GM_probseg.nii.gz maps generated by smriprep.
-
Maybe I can use something like
fslvbm_3_proc
? Because the data are processed withsmriprep
I didn’t runfslvbm_2_template
, so I guess I don’t have its derivatives within smriprep outputs. -
Is there a
modulation
of the warped voxels when running the normalization with smriprep?
Please let me know if you have any suggestion to run a VBM without having to re-process all the data.
Thank you,
F
Command used:
singularity run --cleanenv \
--bind /data/imaging:/data/imaging \
/data/imaging/data/softwares/smriprep-latest.simg \
--output-spaces MNI152NLin2009aAsym:res-1 \
-w /work_dir/smriprep/work \
--notrack \
--fast-track \
-v \
--fs-license-file /data/imaging/data/softwares/freesurfer/license.txt \
/work_dir/bids/ \
/work_dir/smriprep_out \
participant \
--participant-label ${SUBJECT}