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 a3041b4 commit 183e354Copy full SHA for 183e354
nipype/interfaces/elastix/registration.py
@@ -183,8 +183,8 @@ class AnalyzeWarp(CommandLine):
183
184
Example::
185
186
- >>> from nipype.interfaces.elastix import ApplyWarp
187
- >>> reg = ApplyWarp()
+ >>> from nipype.interfaces.elastix import AnalyzeWarp
+ >>> reg = AnalyzeWarp()
188
>>> reg.inputs.transform_file = 'TransformParameters.0.txt'
189
>>> reg.cmdline
190
'transformix -def all -jac all -jacmat all -out ./ -tp TransformParameters.0.txt'
0 commit comments