Skip to content

Commit 3b5136f

Browse files
committed
nipype/interfaces/dcm2nii.py
1 parent 7de9363 commit 3b5136f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

nipype/interfaces/tests/test_auto_Dcm2nii.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,19 @@ def test_Dcm2nii_inputs():
4949
reorient_and_crop=dict(argstr='-x',
5050
usedefault=True,
5151
),
52+
source_dir=dict(argstr='%s',
53+
mandatory=True,
54+
position=-1,
55+
xor=['source_names'],
56+
),
5257
source_in_filename=dict(argstr='-f',
5358
usedefault=True,
5459
),
5560
source_names=dict(argstr='%s',
5661
copyfile=False,
5762
mandatory=True,
5863
position=-1,
64+
xor=['source_dir'],
5965
),
6066
spm_analyze=dict(argstr='-s',
6167
xor=['nii_output'],

0 commit comments

Comments
 (0)