Skip to content

Commit 4e48d26

Browse files
authored
Merge pull request #2025 from chrisfilo/fix/unifize
[FIX] Fix 3dUnifize outputs.
2 parents 4ace7df + d4a8527 commit 4e48d26

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

nipype/interfaces/afni/utils.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1247,7 +1247,8 @@ class UnifizeInputSpec(AFNICommandInputSpec):
12471247
copyfile=False)
12481248
out_file = File(
12491249
desc='output image file name',
1250-
argstr='-prefix %s')
1250+
argstr='-prefix %s',
1251+
name_source='in_file')
12511252
t2 = traits.Bool(
12521253
desc='Treat the input as if it were T2-weighted, rather than '
12531254
'T1-weighted. This processing is done simply by inverting '

0 commit comments

Comments
 (0)