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 fa9798d commit b53de15Copy full SHA for b53de15
nipype/interfaces/dcm2nii.py
@@ -50,7 +50,7 @@ class Dcm2nii(CommandLine):
50
>>> converter.inputs.gzip_output = True
51
>>> converter.inputs.output_dir = '.'
52
>>> converter.cmdline #doctest: +ELLIPSIS
53
- 'dcm2nii -g y -n y -i n -o . -b config.ini functional_1.dcm functional_2.dcm'
+ 'dcm2nii -g y -n y -i n -o . -b config.ini functional_1.dcm'
54
>>> converter.run() # doctest: +SKIP
55
"""
56
0 commit comments