zhuangjun1981 / retinotopic_mapping

visual display and analysis python code for retinotopic mapping of rodent visual cortex
http://retinotopic-mapping.readthedocs.io/en/latest/
GNU General Public License v3.0
18 stars 15 forks source link

Dev #3

Closed jhyearsley closed 7 years ago

jhyearsley commented 7 years ago

Added display by index for each stimulus routine as well as a customizable testing script to compare timing by index to the original routines. Note there is a bug for the DriftingGratingCircle stimulus routine which only shows up when displaying by index -- the indicator probe flips from top to bottom (nothing else is changing as far as I can tell). I have played around with this a little bit, but haven't spent enough time to figure out where the problem is. I don't think it should be too hard to fix though and right now the hack fix is to manually change the indicator in the initialization of the DisplayStimulus object.

jhyearsley commented 7 years ago

Fixed some typos in documentation.