0

How can I render the Allen Brain Atlas (API documentation) in XTK? What format should I use?

Charles
  • 50,943
  • 13
  • 104
  • 142
Renaud
  • 16,073
  • 6
  • 81
  • 79

2 Answers2

0

MHD format is not natively supported yet, but you can convert the MHD to NRRD or NII using tools such as Slicer4.

Charles
  • 50,943
  • 13
  • 104
  • 142
Nicolas
  • 2,191
  • 3
  • 29
  • 49
  • 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
0

I like to use c3d for volume format conversion. It supports NRRD files, which I believe XTK can read.

Aside: the Allen Mouse Brain Connectivity Atlas data volumes are served as NRRD files directly. The adult mouse gene expression atlas data volumes are still MHDs, though.

davidf
  • 313
  • 1
  • 6