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 4358fe5 commit d4a8527Copy full SHA for d4a8527
nipype/interfaces/afni/utils.py
@@ -1247,7 +1247,8 @@ class UnifizeInputSpec(AFNICommandInputSpec):
1247
copyfile=False)
1248
out_file = File(
1249
desc='output image file name',
1250
- argstr='-prefix %s')
+ argstr='-prefix %s',
1251
+ name_source='in_file')
1252
t2 = traits.Bool(
1253
desc='Treat the input as if it were T2-weighted, rather than '
1254
'T1-weighted. This processing is done simply by inverting '
0 commit comments