AthenaEPI / dmipy

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

Add csd plus #116

Closed tomdelahaije closed 2 years ago

tomdelahaije commented 2 years ago

This request implements the CSD+ constraints proposed in https://doi.org/10.1016/j.neuroimage.2019.116405, discussed also in #91. The constraints can be used by setting solver='csd_plus' when fitting the model. I've included a simple example based on the existing MC-CSD example.

It is recommended to install the MOSEK solver for speed, cf. https://docs.mosek.com/latest/install/installation.html for installation.

Some points: