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.
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 theDisplayStimulus
object.