Skip to content

Commit 41bda85

Browse files
committed
fix: set tr position to -1
1 parent 862406d commit 41bda85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/fsl/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ class MergeInputSpec(FSLCommandInputSpec):
134134
dimension = traits.Enum('t', 'x', 'y', 'z', 'a', 'tr', argstr="-%s", position=0,
135135
desc="dimension along which to merge, tr option requires setting tr input",
136136
mandatory=True)
137-
tr = traits.Float(position=3, argstr='%.2f',
137+
tr = traits.Float(position=-1, argstr='%.2f',
138138
desc='use to specify TR if dimension is set to tr')
139139
merged_file = File(argstr="%s", position=1, genfile=True, hash_files=False)
140140

0 commit comments

Comments
 (0)