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 140b715 commit 7ba24f1Copy full SHA for 7ba24f1
nipype/interfaces/dcm2nii.py
@@ -364,6 +364,7 @@ class Dcm2niix(CommandLine):
364
>>> flags = '-'.join([val.strip() + ' ' for val in sorted(' '.join(converter.cmdline.split()[1:-1]).split('-'))])
365
>>> flags
366
' -5 -b y -m n -o ds005 -s n -t n -v n -x n -z y '
367
+ >>> converter.run() # doctest: +SKIP
368
"""
369
370
input_spec = Dcm2niixInputSpec
0 commit comments