How can I render the Allen Brain Atlas (API documentation) in XTK? What format should I use?
Asked
Active
Viewed 174 times
2 Answers
0
MHD format is not natively supported yet, but you can convert the MHD to NRRD or NII using tools such as Slicer4.
-
Thanks for the pointer to Slicer4. However, I did not manage to export to a format XTK could process. https://gist.github.com/renaud/5967402 Using the demo download from Slicer4 (Download MRHead), and then save it as VTK, NII, ... – Renaud Jul 10 '13 at 15:45
-
Yes that's strange there is something funny about those. Does it return any error or display something wrong? – Nicolas Sep 03 '13 at 17:20
-
No, the display is just blank. I think the export I did does not have the right format (ints, instead of floats, or the other way around). – Renaud Sep 05 '13 at 09:05