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 8243c31 commit afbe297Copy full SHA for afbe297
nipype/interfaces/afni/preprocess.py
@@ -85,7 +85,8 @@ class TShiftInputSpec(AFNICommandInputSpec):
85
argstr='%s',
86
position=-1,
87
mandatory=True,
88
- exists=True)
+ exists=True,
89
+ copyfile=False)
90
91
out_file = File(name_template="%s_tshift", desc='output image file name',
92
argstr='-prefix %s', name_source="in_file")
@@ -268,7 +269,8 @@ class ResampleInputSpec(AFNICommandInputSpec):
268
269
argstr='-inset %s',
270
271
272
273
274
275
out_file = File(name_template="%s_resample", desc='output image file name',
276
0 commit comments