MRtrix3 / mrtrix3

MRtrix3 provides a set of tools to perform various advanced diffusion MRI analyses, including constrained spherical deconvolution (CSD), probabilistic tractography, track-density imaging, and apparent fibre density
http://www.mrtrix.org
Mozilla Public License 2.0
294 stars 180 forks source link

nibabel: .mif support #2087

Open Lestropie opened 4 years ago

Lestropie commented 4 years ago

From recent discussions around #1964, it sounds like rather than having stand-alone read-write of .mif files in the MRtrix3 Python API (#1721), it may be better to instead implement .mif support in nibabel.

nblauch commented 4 years ago

this would be super useful!

Lestropie commented 1 year ago

https://github.com/nipy/nibabel/issues/927

Lestropie commented 1 year ago

@kitman: Is the code at https://github.com/kitman98/nibabel the last version of what was produced? It might be possible for someone else to tidy up the loose ends and make the contribution to NiBabel.