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 c3c7cfb commit a67b26fCopy full SHA for a67b26f
nipype/interfaces/dcm2nii.py
@@ -216,9 +216,10 @@ class Dcm2niix(CommandLine):
216
>>> converter = Dcm2niix()
217
>>> converter.inputs.source_names = ['functional_1.dcm', 'functional_2.dcm']
218
>>> converter.inputs.compress = 'i'
219
+ >>> converter.inputs.single_file = True
220
>>> converter.inputs.output_dir = '.'
221
>>> converter.cmdline
- 'dcm2niix -b y -z i -m n -f %t%p -o . -s n -v n functional_1.dcm'
222
+ 'dcm2niix -b y -z i -m n -f %t%p -o . -s y -v n functional_1.dcm'
223
"""
224
225
input_spec = Dcm2niixInputSpec
0 commit comments