.coveragerc
.gitignore
.travis.yml
AUTHORS.rst
LICENSE
MANIFEST.in
Makefile
README.rst
dictionary.txt
setup.cfg
setup.py
doc/Makefile
doc/upload_html.sh
doc/source/conf.py
doc/source/expyfun.rst
doc/source/index.rst
doc/source/known_projects.inc
doc/source/python_reference.rst
doc/source/_images/expyfun.png
doc/source/_images/labsn.png
doc/source/_static/default.css
doc/source/_static/favicon.ico
doc/source/_static/navy.css
doc/source/_templates/class.rst
doc/source/_templates/function.rst
doc/source/_templates/layout.html
doc/sphinxext/docscrape.py
doc/sphinxext/docscrape_sphinx.py
doc/sphinxext/gen_rst.py
doc/sphinxext/ipython_console_highlighting.py
doc/sphinxext/only_directives.py
doc/sphinxext/numpy_ext/__init__.py
doc/sphinxext/numpy_ext/docscrape.py
doc/sphinxext/numpy_ext/docscrape_sphinx.py
doc/sphinxext/numpy_ext/numpydoc.py
doc/sphinxext/numpy_ext_old/__init__.py
doc/sphinxext/numpy_ext_old/docscrape.py
doc/sphinxext/numpy_ext_old/docscrape_sphinx.py
doc/sphinxext/numpy_ext_old/numpydoc.py
examples/README.txt
examples/advanced_stimuli.py
examples/analysis_demo.py
examples/drawing_methods.py
examples/eyetracking_experiment.py
examples/generate_stimuli.py
examples/keypress_demo.py
examples/pupillometry_experiment.py
examples/simple_experiment.py
examples/sync_test.py
expyfun/__init__.py
expyfun/_experiment_controller.py
expyfun/_eyelink_controller.py
expyfun/_input_controllers.py
expyfun/_sound_controllers.py
expyfun/_tdt_controller.py
expyfun/_trigger_controllers.py
expyfun/_utils.py
expyfun.egg-info/PKG-INFO
expyfun.egg-info/SOURCES.txt
expyfun.egg-info/dependency_links.txt
expyfun.egg-info/not-zip-safe
expyfun.egg-info/top_level.txt
expyfun/analyze/__init__.py
expyfun/analyze/_analyze.py
expyfun/analyze/_viz.py
expyfun/analyze/tests/__init__.py
expyfun/analyze/tests/test_analyze_functions.py
expyfun/analyze/tests/test_viz.py
expyfun/codeblocks/__init__.py
expyfun/codeblocks/_pupillometry.py
expyfun/data/expCircuitF32_RM1.rcx
expyfun/data/mls.bin
expyfun/stimuli/__init__.py
expyfun/stimuli/_hrtf.py
expyfun/stimuli/_mls.py
expyfun/stimuli/_stimuli.py
expyfun/stimuli/tests/__init__.py
expyfun/stimuli/tests/test_mls.py
expyfun/stimuli/tests/test_stimuli.py
expyfun/tests/__init__.py
expyfun/tests/test_experiment_controller.py
expyfun/tests/test_eyelink_controller.py
expyfun/tests/test_logging.py
expyfun/tests/test_utils.py
expyfun/visual/__init__.py
expyfun/visual/_visual.py
expyfun/visual/tests/__init__.py