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 ffd69de commit d88a28fCopy full SHA for d88a28f
fmriprep/workflows/bold/resampling.py
@@ -576,9 +576,8 @@ def init_wb_vol_surf_wf(
576
workflow = Workflow(name=name)
577
workflow.__desc__ = """\
578
The BOLD time-series were resampled onto the native surface of the subject
579
-using the "ribbon-constrained" method
+using the "ribbon-constrained" method{' and then dilated by 10 mm' * dilate}.
580
"""
581
- workflow.__desc__ += ' and then dilated by 10 mm.' if dilate else '.'
582
583
inputnode = pe.Node(
584
niu.IdentityInterface(
0 commit comments