/ipysurfer

A 3D/2D visualizer of fMRI images on IPython notebook

Primary LanguageHTMLOtherNOASSERTION

IPysurfer

A 3D/2D visualizer of fMRI images on IPython notebook

Installation

python setup.py install

Usage

from ipysurfer import mri
m = mri.from_mgz("path_to_mgz")
m.show(100) # show 100th slice
m.plot() # show 3D brain

Examples:

License

This software is distributed under the MIT License.

IPysurfer contains some code from WebGL-Volumetric, an wonderful WebGL-based visualizer created by Nop Jiarathanakul.