Skip to content

Commit 183e354

Browse files
committed
Fixed doctest example
1 parent a3041b4 commit 183e354

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
@@ -183,8 +183,8 @@ class AnalyzeWarp(CommandLine):
183183
184184
Example::
185185
186-
>>> from nipype.interfaces.elastix import ApplyWarp
187-
>>> reg = ApplyWarp()
186+
>>> from nipype.interfaces.elastix import AnalyzeWarp
187+
>>> reg = AnalyzeWarp()
188188
>>> reg.inputs.transform_file = 'TransformParameters.0.txt'
189189
>>> reg.cmdline
190190
'transformix -def all -jac all -jacmat all -out ./ -tp TransformParameters.0.txt'

0 commit comments

Comments
 (0)