https://github.com/elifesciences-publications/ovtcvt
Raw File
Tip revision: b7703ba9a7ecfc0d93fdb79cb7438bf2270cd108 authored by editorialelife on 31 October 2018, 14:17:11 UTC
Update README.md
Tip revision: b7703ba
README.md


### This code is associated with the paper from Wilming et al., "Entorhinal cortex receptive fields are modulated by spatial attention, even without movement". eLife, 2018. http://dx.doi.org/10.7554/eLife.31745

# ovtcvt
Python functions for analysis of the overt covert project

This first submission uploads the relevant code for computing
gridscores and simulating cells with inhomogenous poisson processes.

The code is provided 'as is', i.e. with barely any documentation. However,
a jupyter notebook that demonstrates how the code can be used is in the 
making. In the meantime don't hesitate to contact me with questions.

Please be aware that some of the code uses cython which needs to be 
compiled before it can be used.
back to top