An open API service indexing awesome lists of open source software.

https://github.com/plotly/dash-brain-surface-viewer

Dash app for viewing brain surfaces saved as MNI files. Data from https://github.com/aces/brainbrowser
https://github.com/plotly/dash-brain-surface-viewer

brain-imaging dash data-science mcgill

Last synced: about 22 hours ago
JSON representation

Dash app for viewing brain surfaces saved as MNI files. Data from https://github.com/aces/brainbrowser

Awesome Lists containing this project

README

          

## Dash Brain Surface Viewer

View the app: http://brain-surface-viewer.herokuapp.com/

![brain-app-screenshot](ZOMBIE_BRAIN.png)

### Credit

- [ACE Lab](https://www.mcgill.ca/bic/research/ace-lab-evans) at McGill for the brain data and inspiration from their excellent brain [Surface Viewer](https://brainbrowser.cbrain.mcgill.ca/surface-viewer#ct)
- [Julia Huntenburg](https://github.com/juhuntenburg) for figuring out how to [read MNI objects in Python](https://github.com/juhuntenburg/laminar_python/blob/master/io_mesh.py)
- [E. Petrisor](https://github.com/empet) for her extensive [exploration in Python with Plotly.js meshes](https://plot.ly/~empet/14767/mesh3d-from-a-stl-file/)