Skip to content

kdesimone/popeye

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

TravisCI Coverage JOSS DOI PyPI version

popeye

popeye is a Python module for estimating population receptive fields from fMRI data built on top of SciPy and distributed under the 3-Clause BSD license.

Documentation for popeye and contact information for the authors are available at https://kdesimone.github.io/popeye

popeye is currently under development.

31 July 2013 kevin desimone kevindesimone@gmail.com

Dependencies

Popeye is tested to work under Python 2.7 and Python 3.5

The required dependencies to build the software are NumPy >= 1.6.2, SciPy >= 0.9, Nibabel >= 1.3.0, Cython >= 0.18, sharedmem >= 0.3, and statsmodels >= 0.6.

For running the tests you need nose >= 1.1.2.

Install

You can install popeye and its dependencies through PyPi:

pip install popeye

Or you can install from the source. To install in your home directory, use:

python setup.py install --user

To install for all users on Unix/Linux:

python setup.py build
sudo python setup.py install

alt text alt text

About

A population receptive field estimation tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages