nipreps / fmriprep

fMRIPrep is a robust and easy-to-use pipeline for preprocessing of diverse fMRI data. The transparent workflow dispenses of manual intervention, thereby ensuring the reproducibility of the results.
https://fmriprep.org
Apache License 2.0
628 stars 290 forks source link

Multi-depth sampling of cortical ribbon (multiple gifti files) #2122

Open oesteban opened 6 years ago

oesteban commented 6 years ago

From #658

This sounds like the trickiest one to implement cleanly, as it basically means somehow exposing fine-tuning of mri_vol2surf at the command line or in a configuration file. mri_vol2surf --reg-header will get you the GIFTI files, but re-centering them requires a variation on normalize_surfs.

oesteban commented 4 years ago

This requires poldracklab/smriprep#66.