brainbrowser icon indicating copy to clipboard operation
brainbrowser copied to clipboard

Minc parser

Open natacha-beck opened this issue 9 years ago • 1 comments

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.

natacha-beck avatar Oct 02 '15 18:10 natacha-beck

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.

rdvincent avatar Oct 02 '15 18:10 rdvincent