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 55ec1da commit bdf9562Copy full SHA for bdf9562
fmriprep/workflows/fieldmap/phdiff.py
@@ -73,8 +73,8 @@ def _pick1st(inlist):
73
return inlist[0]
74
75
# Read phasediff echo times
76
- meta = pe.Node(ReadSidecarJSON(bids_validate=False),
77
- name='meta', mem_gb=0.01, run_without_submitting=True)
+ meta = pe.Node(ReadSidecarJSON(bids_validate=False), name='meta',
+ mem_gb=0.01, run_without_submitting=True)
78
79
# Merge input magnitude images
80
magmrg = pe.Node(IntraModalMerge(), name='magmrg')
0 commit comments