Skip to content

Commit 13e131f

Browse files
committed
Update dcm2nii.py
1 parent 26818ba commit 13e131f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype/interfaces/dcm2nii.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ class Dcm2niix(CommandLine):
215215
>>> converter.inputs.compress = 'i'
216216
>>> converter.inputs.output_dir = '.'
217217
>>> converter.cmdline
218-
'dcm2niix -b y -z i -m n -f %q -o . -s n functional_1.dcm'
218+
'dcm2niix -b y -z i -m n -f %q -o . -s n -v n functional_1.dcm'
219219
"""
220220

221221
input_spec = Dcm2niixInputSpec

0 commit comments

Comments
 (0)