Skip to content

BaladityaY/pycortex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pycortex

quickflat demo

Pycortex is a software that allows you to visualize fMRI or other volumetric mapping data on cortical surfaces.

Quickstart

The easiest way to get pycortex is to use the Anaconda python distribution. Download and install anaconda, then run the following commands:

$ sudo pip install nibabel
$ sudo pip install pycortex

If you are using Ubuntu, using Neurodebian is highly recommended. The following command will install all python prerequisites:

$ sudo apt-get install python-dev python-numpy python-scipy python-matplotlib python-h5py python-nibabel python-lxml python-shapely python-html5lib
$ sudo pip install pycortex

Demo

Pycortex is best used with IPython. To run this demo, please download this example dataset.

$ ipython
In [1]: import cortex
In [2]: ds = cortex.openFile("S1_retinotopy.hdf")
In [3]: cortex.webshow(ds)

Documentation

Please find more complete documentation for pycortex at http://gallantlab.org/pycortex/docs/. The documentation for pycortex is currently incomplete, but will be improved in the coming days.

About

Pycortex is a python-based toolkit for surface visualization in fMRI data

Resources

License

Stars

Watchers

Forks

Packages

No packages published