Skip to content

Commit 3d93a9c

Browse files
committed
update docstring and boilerplate
1 parent 4abb15c commit 3d93a9c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fmriprep/workflows/bold/hmc.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,16 +55,16 @@ def init_bold_hmc_wf(mem_gb, omp_nthreads, name='bold_hmc_wf'):
5555
xforms
5656
ITKTransform file aligning each volume to ``ref_image``
5757
movpar_file
58-
MCFLIRT motion parameters, normalized to SPM format (X, Y, Z, Rx, Ry, Rz)
58+
Head Motion parameters, normalized to SPM format (X, Y, Z, Rx, Ry, Rz)
5959
6060
"""
6161
workflow = Workflow(name=name)
6262
workflow.__desc__ = """\
6363
Head-motion parameters with respect to the BOLD reference
6464
(transformation matrices, and six corresponding rotation and translation
6565
parameters) are estimated before any spatiotemporal filtering using
66-
`mcflirt` [FSL {fsl_ver}, @mcflirt].
67-
""".format(fsl_ver=fsl.Info().version() or '<ver>')
66+
`3dVolreg` from AFNI, version {afni_ver} [@afni, RRID:SCR_005927].
67+
""".format(afni_ver=''.join(list(afni.Volreg().version or '<ver>')))
6868

6969
inputnode = pe.Node(niu.IdentityInterface(fields=['bold_file', 'raw_ref_image']),
7070
name='inputnode')

0 commit comments

Comments
 (0)