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 26c3510 + 00a10d8 commit 5e1161fCopy full SHA for 5e1161f
nipype/interfaces/dipy/tensors.py
@@ -47,7 +47,7 @@ def tensor_fitting(data, bvals, bvecs, mask_file=None):
47
-------
48
TensorFit object, affine
49
"""
50
- img = nb.load(in_file).get_data()
+ img = nb.load(in_file)
51
data = img.get_data()
52
affine = img.get_affine()
53
if mask_file is not None:
0 commit comments