Python Cortical mapping software for fMRI data
Project description
pycortex
Pycortex is a software library that allows you to visualize fMRI or other volumetric neuroimaging data on cortical surfaces.
Quickstart
# create a virtual environment called env with Python 3
python3 -m venv env
# activate the virtual environment
source env/bin/activate
# install some prerequisite packages
pip install -U setuptools wheel numpy cython
# install the latest release of pycortex from pip
pip install -U pycortex
This command creates a new virtualenv for pycortex to resolve dependencies. Run source env/bin/activate
whenever you need pycortex.
If you want to install the latest, unreleased version of pycortex from github, instead of the last line you can run
# install unreleased version of pycortex from github
pip install -U git+git://github.com/gallantlab/pycortex.git
Documentation
Pycortex documentation is available at https://gallantlab.github.io/pycortex. You can find many examples of pycortex features in the pycortex example gallery.
To build the documentation locally:
pip install sphinx_gallery
pip install numpydoc
cd docs
make html
# open `docs/_build/html/index.html` in web browser
Demo
Pycortex is best used with IPython. Install it in your virtualenv using
source env/bin/activate
pip install ipython
To run the pycortex demo,
$ ipython
In [1]: import cortex
In [2]: cortex.webshow(cortex.Volume.random("S1", "fullhead"))
Citation
If you use pycortex in published work, please cite the pycortex paper:
Gao JS, Huth AG, Lescroart MD and Gallant JL (2015) Pycortex: an interactive surface visualizer for fMRI. Front. Neuroinform. 9:23. doi: 10.3389/fninf.2015.00023
Getting help
Please post on NeuroStars with the tag pycortex
to
ask questions about how to use Pycortex.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file pycortex-1.1.1.tar.gz
.
File metadata
- Download URL: pycortex-1.1.1.tar.gz
- Upload date:
- Size: 37.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.0 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 292c3994d3e77872d81247585f7d0795df60cd277d75bd49e292d542b6b4f0f1 |
|
MD5 | 0c709abe1ba7cc416f4c18a66b67faa1 |
|
BLAKE2b-256 | eb6755e9dd4653b10495e68af066bb8782c688341e6d6a694ef87ee5d9d0d8b0 |