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 5b843f9 commit 4f962e1Copy full SHA for 4f962e1
nipype/interfaces/afni/preprocess.py
@@ -19,6 +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
23
24
warn = warnings.warn
25
warnings.filterwarnings('always', category=UserWarning)
@@ -149,7 +150,7 @@ class TShift(AFNICommand):
149
150
output_spec = AFNICommandOutputSpec
151
152
-class RefitInputSpec(AFNICommandInputSpec):
153
+class RefitInputSpec(CommandLineInputSpec):
154
in_file = File(desc='input file to 3drefit',
155
argstr='%s',
156
position=-1,
0 commit comments