aces / brainbrowser

Web-based visualization tools for neurological data.
https://brainbrowser.cbrain.mcgill.ca/
GNU Affero General Public License v3.0
351 stars 122 forks source link

Minc parser #272

Open natacha-beck opened 8 years ago

natacha-beck commented 8 years ago

It can be nice to have MINC parser in JavaScript directly like Bert do with NIfTI file, instead of asking for header file and raw file.

I don't know if it's easy to implement, maybe with some explanation I can help with that.

rdvincent commented 8 years ago

This is a challenge because the HDF5 format used by MINC is quite complex. To the best of my knowledge there is no native HDF5 reader for Javascript.