AthenaEPI / dmipy

The open source toolbox for reproducible diffusion MRI-based microstructure estimation
MIT License
96 stars 31 forks source link

Refactor spherical mean estimation of data #11

Open rutgerfick opened 6 years ago

rutgerfick commented 6 years ago

Current implementation in dmipy/dmipy/utils/spherical_mean.py is very slow and ugly with shell-wise for-loops. In spherical mean model fitting it is often half the estimation time.