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.
1 parent af2b7aa commit 6f758a2Copy full SHA for 6f758a2
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