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.
2 parents af2b7aa + 6f758a2 commit 2ee584bCopy full SHA for 2ee584b
nipype/interfaces/dcm2nii.py
@@ -304,7 +304,7 @@ def _parse_stdout(self, stdout):
304
bvals.append(out_file + ".bval")
305
find_b = False
306
# next scan will have bvals/bvecs
307
- elif 'DTI gradients' in line or 'DTI gradient directions' in line:
+ elif 'DTI gradients' in line or 'DTI gradient directions' in line or 'DTI vectors' in line:
308
find_b = True
309
else:
310
pass
0 commit comments