File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -370,10 +370,11 @@ class Dcm2niix(CommandLine):
370370 'dcm2niix -b y -z y -5 -x n -t n -m n -o ds005 -s n -v n dicomdir'
371371 >>> converter.run() # doctest: +SKIP
372372
373- # In the example below, we note that the current version of dcm2niix
374- # converts any files in the directory containing the files in the list. We
375- # also do not support nested filenames with this option. Thus all files
376- # should have a common root directory.
373+ In the example below, we note that the current version of dcm2niix
374+ converts any files in the directory containing the files in the list. We
375+ also do not support nested filenames with this option. **Thus all files
376+ must have a common root directory.**
377+
377378 >>> converter = Dcm2niix()
378379 >>> converter.inputs.source_names = ['functional_1.dcm', 'functional_2.dcm']
379380 >>> converter.inputs.compression = 5
You can’t perform that action at this time.
0 commit comments