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 3aeefe8 commit 62975dcCopy full SHA for 62975dc
nipype/interfaces/elastix/registration.py
@@ -6,7 +6,7 @@
6
# @Author: oesteban - [email protected]
7
# @Date: 2014-06-02 12:06:50
8
# @Last Modified by: oesteban
9
-# @Last Modified time: 2014-06-02 14:09:50
+# @Last Modified time: 2014-06-02 15:22:47
10
"""The :py:mod:`nipype.interfaces.elastix` provides the interface to
11
the elastix registration software.
12
@@ -67,7 +67,7 @@ class Registration(CommandLine):
67
>>> reg.inputs.moving_image = 'moving1.nii'
68
>>> reg.inputs.parameters = ['elastix.txt']
69
>>> reg.cmdline
70
- 'elastix -f fixed1.nii -m moving1.nii -p elastix.txt -out ./'
+ 'elastix -f fixed1.nii -m moving1.nii -out ./ -p elastix.txt'
71
"""
72
73
_cmd = 'elastix'
0 commit comments