Skip to content

Commit 5e097ec

Browse files
Fixed example
1 parent f77fb3e commit 5e097ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/ants/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ class JacobianDeterminant(ANTSCommand):
142142
>>> jacobian.inputs.output_prefix = 'Sub001_'
143143
>>> jacobian.inputs.use_log = 1
144144
>>> jacobian.cmdline
145-
'ANTSJacobian 3 xyz_2Warp.nii.gz xyz_ 1'
145+
'ANTSJacobian 3 Sub001_2Warp.nii.gz Sub001_ 1'
146146
"""
147147

148148
_cmd = 'ANTSJacobian'

0 commit comments

Comments
 (0)