Skip to content

domitry/ipysurfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published