Skip to content

Commit d337ff3

Browse files
committed
Merge pull request nipy#1463 from cni-md/master
output for DTI vectors changed (dcm2nii -> dcm2niix)
2 parents b4d5088 + a73f39c commit d337ff3

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)