We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0086c3d commit 87bd64dCopy full SHA for 87bd64d
sdcflows/workflows/phdiff.py
@@ -105,7 +105,7 @@ def init_phdiff_wf(omp_nthreads, name='phdiff_wf'):
105
phmap2rads = pe.MapNode(PhaseMap2rads(), name='phmap2rads',
106
iterfield=['in_file'], run_without_submitting=True)
107
# FSL PRELUDE will perform phase-unwrapping
108
- prelude = pe.MapNode(fsl.PRELUDE(), iterfield=['phase_file'], name='prelude')
+ prelude = pe.Node(fsl.PRELUDE(), name='prelude')
109
110
calc_phdiff = pe.Node(SubtractPhases(), name='calc_phdiff',
111
run_without_submitting=True)
0 commit comments