Skip to content

Commit a73f39c

Browse files
committed
output for DTI vectors changed (dcm2nii -> dcm2niix)
New: Saving 65 DTI gradients. Please validate if you are conducting DTI analyses.
1 parent b4d5088 commit a73f39c

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
@@ -292,7 +292,7 @@ def _parse_stdout(self, stdout):
292292
bvals.append(out_file + ".bval")
293293
find_b = False
294294
# next scan will have bvals/bvecs
295-
elif 'DTI gradient directions' in line:
295+
elif 'DTI gradients' in line:
296296
find_b = True
297297
else:
298298
pass

0 commit comments

Comments
 (0)