File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -216,10 +216,9 @@ class Dcm2niix(CommandLine):
216
216
>>> converter = Dcm2niix()
217
217
>>> converter.inputs.source_names = ['functional_1.dcm', 'functional_2.dcm']
218
218
>>> converter.inputs.compress = 'i'
219
- >>> converter.inputs.single_file = True
220
219
>>> converter.inputs.output_dir = '.'
221
220
>>> converter.cmdline
222
- 'dcm2niix -b y -z i -m n -f %q -o . -s y -v n functional_1.dcm'
221
+ 'dcm2niix -b y -z i -m n -f %t%p -o . -s n -v n functional_1.dcm'
223
222
"""
224
223
225
224
input_spec = Dcm2niixInputSpec
@@ -260,7 +259,6 @@ def _parse_stdout(self, stdout):
260
259
output_dir = self .inputs .output_dir
261
260
else :
262
261
output_dir = self ._gen_filename ('output_dir' )
263
-
264
262
out_file = os .path .abspath (os .path .join (output_dir , fname ))
265
263
# extract bvals
266
264
if find_b :
You can’t perform that action at this time.
0 commit comments