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

Fix #321: Add support for GIFTI surfaces and vertex data. #322

Closed rdvincent closed 7 years ago

rdvincent commented 7 years ago

Implement GIFTI surfaces and vertex data by providing a web worker that wraps the library here:

https://github.com/rii-mango/GIFTI-Reader-JS

Requires some other changes to the code to support additional information the GIFTI worker needs, and to permit the return of a sparse colour map from the worker (GIFTI label files can and do specify colours to associate with vertex labels).

natacha-beck commented 7 years ago

Thanks Bert, the fix for the base url work perfectly. I merge this one.