Open j1c opened 4 years ago
Needs sh_order=6 option for this to work (https://github.com/neurodata/m2g/blob/deploy/ndmg/track.py#L331).
sh_order=6
Also not sure why this try exists since ConstrainedSphericalDeconvModel requires a response object (https://github.com/neurodata/m2g/blob/deploy/ndmg/track.py#L315).
try
ConstrainedSphericalDeconvModel
response
Is there a test that runs this option?
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 sinceConstrainedSphericalDeconvModel
requires aresponse
object (https://github.com/neurodata/m2g/blob/deploy/ndmg/track.py#L315).Is there a test that runs this option?