We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a43c186 commit 38d98bcCopy full SHA for 38d98bc
nipype/interfaces/elastix/registration.py
@@ -6,7 +6,7 @@
6
# @Author: oesteban - code@oscaresteban.es
7
# @Date: 2014-06-02 12:06:50
8
# @Last Modified by: oesteban
9
-# @Last Modified time: 2014-06-05 13:49:36
+# @Last Modified time: 2014-06-05 14:41:30
10
"""The :py:mod:`nipype.interfaces.elastix` provides the interface to
11
the elastix registration software.
12
@@ -225,7 +225,7 @@ class PointsWarp(CommandLine):
225
>>> reg.inputs.points_file = 'surf1.vtk'
226
>>> reg.inputs.transform_file = 'TransformParameters.0.txt'
227
>>> reg.cmdline
228
- 'transformix -out ./ -def surf.vtk -tp TransformParameters.0.txt'
+ 'transformix -out ./ -def surf1.vtk -tp TransformParameters.0.txt'
229
"""
230
231
_cmd = 'transformix'
0 commit comments