Searched refs:_lt_rows (Results 1 – 1 of 1) sorted by relevance
/dports/science/py-dipy/dipy-1.4.1/dipy/reconst/ |
H A D | dti.py | 1927 _lt_rows = np.array([0, 1, 1, 2, 2, 2]) variable 1952 return tensor[..., _lt_rows, _lt_cols] 1956 D[..., :6] = tensor[..., _lt_rows, _lt_cols]
|