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

Add static functionality #343

Closed cfhammill closed 4 years ago

cfhammill commented 6 years ago

Provide convenience functions for adding models, intensities, and colour-maps when these objects exist pre-parsed. This allows use without a server running. The ultimate goal of these tweaks is to allow R to use brainbrowser as viewer backend. R can handle the parsing, but it's convenient not to require an active server.

cfhammill commented 6 years ago

A link to the R package for interest's sake: https://github.com/cfhammill/rbrainbrowser

cfhammill commented 5 years ago

Code review comments should be resolved now, sorry for the delay!