[MINC-users] post to list

Pierre Bellec pierre.bellec at criugm.qc.ca
Fri Nov 6 13:00:40 EST 2015


Dear Wadhah,

I am not sure what type of data you are trying to manipulate, but for 3D
structural MRIs or 4D functional MRI datasets there is the following
toolbox called MOMINC. Links for downloading MOMINC version 0.2 are here
https://github.com/SIMEXP/mominc/releases/tag/v0.2

To install, just uncompress and add the .m files to your path. Reading a
minc file in matlab will look like:
[hdr,vol] = minc_read('file.mc');

More details on the outputs are here:
https://github.com/SIMEXP/mominc/blob/master/README.md

There is currently no writer, but the reader should work well.
​
I hope this helps. Best,

Pierre


More information about the MINC-users mailing list