Skip to content

Commit fdf14ad

Browse files
committed
grayordinates sentence in the right place
1 parent 8bfe2c9 commit fdf14ad

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

fmriprep/workflows/bold/base.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -715,6 +715,10 @@ def init_func_preproc_wf(bold_file, ignore, freesurfer,
715715

716716
# CIFTI output
717717
if cifti_output and 'template' in output_spaces:
718+
bold_surf_wf.__desc__ += """\
719+
*Grayordinates* files [@hcppipelines], which combine surface-sampled
720+
data and volume-sampled data, were also generated.
721+
"""
718722
gen_cifti = pe.MapNode(GenerateCifti(), iterfield=["surface_target", "gifti_files"],
719723
name="gen_cifti")
720724
gen_cifti.inputs.TR = metadata.get("RepetitionTime")

fmriprep/workflows/bold/resampling.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ def init_bold_surf_wf(mem_gb, output_spaces, medial_surface_nan, name='bold_surf
9292
workflow.__desc__ = """\
9393
The BOLD time-series, were resampled to surfaces on the following
9494
spaces: {out_spaces}.
95-
*Grayordinates* files [@hcppipelines], which combine surface-sampled
96-
data and volume-sampled data, were also generated.
9795
""".format(out_spaces=', '.join(['*%s*' % s for s in spaces]))
9896
inputnode = pe.Node(
9997
niu.IdentityInterface(fields=['source_file', 't1_preproc', 'subject_id', 'subjects_dir',

0 commit comments

Comments
 (0)