We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89628d0 commit 9c84405Copy full SHA for 9c84405
nipype/interfaces/dtitk/utils.py
@@ -224,7 +224,7 @@ class SVResampleInputSpec(CommandLineInputSpec):
224
argstr="-size %s")
225
in_voxsz = traits.Str(desc='resampled voxel size', exists=True,
226
mandatory=False, position=2, argstr="-vsize %s")
227
- = traits.Str(desc='output path', exists=True, mandatory=False,
+ out_file = traits.Str(desc='output path', exists=True, mandatory=False,
228
position=3, argstr="-out %s",
229
name_source="in_file",
230
name_template="%s_resampled.nii.gz")
0 commit comments