gtojty / pyemread

package for creating bitmaps, region files, and analyzing ascii eye-movement data
2 stars 1 forks source link

pyemread


This is a set of functions designed for assisting with stimulus creation and eye-movement (EM) data analysis of single/multi-line text reading experiments.

The package contains of three modules each involving a set of functions:

Installation

From a shell prompt try:

> pip install git+https://github.com/gtojty/pyemread.git

OR, you can fork the source tree from github to your machine and then, from within the top level of the source tree do:

> python setup.py install

Usage

Simply use:

import pyemread as pr

Then, you can call all functions in the package using the namespace py, e.g., py.gen.FUNCTION.

OR, you can import specific module by typing:

from pyemread import gen

Then, you can call functions in that particular module using the namespace gen, e.g., gen.FUNCTION.