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 4f962e1 commit 8f47a12Copy full SHA for 8f47a12
nipype/interfaces/afni/preprocess.py
@@ -19,7 +19,7 @@
19
from nipype.utils.filemanip import fname_presuffix
20
from .base import AFNICommand, AFNICommandInputSpec,\
21
AFNICommandOutputSpec
22
-from nipype.interfaces.base import CommandLineInputSpec
+from nipype.interfaces.base import CommandLineInputSpec, CommandLine
23
24
warn = warnings.warn
25
warnings.filterwarnings('always', category=UserWarning)
@@ -171,7 +171,7 @@ class RefitInputSpec(CommandLineInputSpec):
171
argstr='-zorigin %s')
172
173
174
-class Refit(AFNICommand):
+class Refit(CommandLine):
175
"""Changes some of the information inside a 3D dataset's header
176
177
For complete details, see the `3drefit Documentation.
0 commit comments