This project includes a simple Web-based viewer for human brain tractography, based on Dan Ginsburg's viewer. This application is a testbed for experiments exploring visualization design and tractography task performance.
The viewer loads and renders files from:
Authors of this version of the viewer include: Steven Gomez
A quick way to run the application locally is to use Python's built-in web server from the main project directory.
python -m SimpleHTTPServer
Then, view the visualization in a WebGL-enabled browser at: http://localhost:8000/brain_viewer/brain_viewer.html
This project was forked from the Brain Surface and Tractography Viewer (GitHub repository), which was developed at Children's Hospital Boston in the Fetal-Neonatal Neuroimaging and Development Science Center. The original authors are Dan Ginsburg, Rudolph Pienaar, and Stephan Gerhard.
A demo can be viewed at: http://www.nmr.mgh.harvard.edu/~rudolph/webgl/brain_viewer/brain_viewer.html