magicbrainresearch
magicbrainresearch
There are many options to choose when preprocessing fMRI data. For a research purpose, we may want to generate different sets of preprocessing results to study effects of the choices...
### What happened? By making a small modification in t2s.py, which is located in fmriprep/workflows/bold: original: t2smap_node = pe.Node(T2SMap(echo_times=list(echo_times)), name='t2smap_node') modified : t2smap_node = pe.Node(T2SMap(echo_times=list(echo_times)), name='t2smap_node') (No change) (just just...
I downloaded the latest version (v20.2.6) of fMRIPrep from https://github.com/nipreps/fmriprep and built it without changing anything successfully. Then I ran it on a multi-echo resting fMRI data (4 runs, 3...