neurodata / m2g

NeuroData's MRI to Graphs (m2g) - connectome estimation package and pipeline
https://docs.neurodata.io/m2g/
Other
64 stars 37 forks source link

Issue with CSD Model #380

Open j1c opened 4 years ago

j1c commented 4 years ago

Needs sh_order=6 option for this to work (https://github.com/neurodata/m2g/blob/deploy/ndmg/track.py#L331).

Also not sure why this try exists since ConstrainedSphericalDeconvModel requires a response object (https://github.com/neurodata/m2g/blob/deploy/ndmg/track.py#L315).

Is there a test that runs this option?