diff --git a/niworkflows/func/util.py b/niworkflows/func/util.py index 590617e748b..1c4ff08db63 100644 --- a/niworkflows/func/util.py +++ b/niworkflows/func/util.py @@ -36,7 +36,7 @@ def init_bold_reference_wf(omp_nthreads, bold_file=None, pre_mask=False, name='bold_reference_wf', gen_report=False): """ - This workflow generates reference BOLD images for a series. + Build a workflow that generates reference BOLD images for a series. The raw reference image is the target of :abbr:`HMC (head motion correction)`, and a contrast-enhanced reference is the subject of distortion correction, as well as @@ -109,7 +109,7 @@ def init_bold_reference_wf(omp_nthreads, bold_file=None, pre_mask=False, outputnode = pe.Node( niu.IdentityInterface(fields=['bold_file', 'raw_ref_image', 'skip_vols', 'algo_dummy_scans', 'ref_image', 'ref_image_brain', - 'bold_mask', 'validation_report', 'mask _report']), + 'bold_mask', 'validation_report']), name='outputnode') # Simplify manually setting input image