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
- Host: GitHub
- URL: https://github.com/plotly/dash-brain-surface-viewer
- Owner: plotly
- Created: 2018-02-05T20:03:25.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-12-26T20:03:08.000Z (over 3 years ago)
- Last Synced: 2024-05-12T00:40:46.788Z (about 2 years ago)
- Topics: brain-imaging, dash, data-science, mcgill
- Language: Python
- Homepage:
- Size: 10.4 MB
- Stars: 35
- Watchers: 25
- Forks: 15
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Dash Brain Surface Viewer
View the app: http://brain-surface-viewer.herokuapp.com/

### 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/)