Skip to content

Commit 38d98bc

Browse files
committed
no comment
1 parent a43c186 commit 38d98bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nipype/interfaces/elastix/registration.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# @Author: oesteban - code@oscaresteban.es
77
# @Date: 2014-06-02 12:06:50
88
# @Last Modified by: oesteban
9-
# @Last Modified time: 2014-06-05 13:49:36
9+
# @Last Modified time: 2014-06-05 14:41:30
1010
"""The :py:mod:`nipype.interfaces.elastix` provides the interface to
1111
the elastix registration software.
1212
@@ -225,7 +225,7 @@ class PointsWarp(CommandLine):
225225
>>> reg.inputs.points_file = 'surf1.vtk'
226226
>>> reg.inputs.transform_file = 'TransformParameters.0.txt'
227227
>>> reg.cmdline
228-
'transformix -out ./ -def surf.vtk -tp TransformParameters.0.txt'
228+
'transformix -out ./ -def surf1.vtk -tp TransformParameters.0.txt'
229229
"""
230230

231231
_cmd = 'transformix'

0 commit comments

Comments
 (0)