File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
nipype/interfaces/elastix Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 6
6
# @Author: oesteban - code@oscaresteban.es
7
7
# @Date: 2014-06-02 12:06:50
8
8
# @Last Modified by: oesteban
9
- # @Last Modified time: 2014-06-05 12:00:08
9
+ # @Last Modified time: 2014-06-05 12:38:37
10
10
"""The :py:mod:`nipype.interfaces.elastix` provides the interface to
11
11
the elastix registration software.
12
12
@@ -222,7 +222,7 @@ class PointsWarp(CommandLine):
222
222
223
223
>>> from nipype.interfaces.elastix import PointsWarp
224
224
>>> reg = PointsWarp()
225
- >>> reg.inputs.moving_image = 'surf.vtk'
225
+ >>> reg.inputs.points_file = 'surf.vtk'
226
226
>>> reg.inputs.transform_file = 'TransformParameters.0.txt'
227
227
>>> reg.cmdline
228
228
'transformix -def surf.vtk -out ./ -tp TransformParameters.0.txt'
You can’t perform that action at this time.
0 commit comments