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 9917117 commit ee6c7d4Copy full SHA for ee6c7d4
fmriprep/workflows/bold/resampling.py
@@ -1248,7 +1248,7 @@ def init_bold_grayords_wf(
1248
1249
Inputs
1250
------
1251
- bold_fsLR : :obj:`str`
+ bold_fsLR : :obj:`str`
1252
List of paths to BOLD series resampled as functional GIFTI files in fsLR space
1253
bold_std : :obj:`str`
1254
List of BOLD conversions to standard spaces.
@@ -1277,8 +1277,7 @@ def init_bold_grayords_wf(
1277
generated with surface data transformed directly to fsLR space and subcortical
1278
data transformed to {mni_density} mm resolution MNI152NLin6Asym space.
1279
""".format(
1280
- density=grayord_density,
1281
- mni_density=mni_density
+ density=grayord_density, mni_density=mni_density
1282
)
1283
1284
inputnode = pe.Node(
0 commit comments