robinkramer2 / ratrix

Automatically exported from code.google.com/p/ratrix
0 stars 0 forks source link

correctStim improvements #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
-make it easy for correctStim to be longer than the reward
-allow multiple rewards during correctStim, with configurable size/spacing
-make it easy for correctStim to have a relationship with the discriminandum
  -ie, continue movement of a dynamic stim w/o resetting
  -ie, continue a static discriminandum w/o recalculating it

Original issue reported on code.google.com by erik.fli...@gmail.com on 7 Jun 2012 at 12:28

GoogleCodeExporter commented 8 years ago
http://code.google.com/p/ratrix/source/detail?r=3ea6faae81a623b43a804e3fe3e6d484
95509dba&name=trunk

basic implementation, doesn't handle:
-rewards
-relationship with sound (ie blink and beep synchronously)
-smooth movement continuation (though this just needs the trial manager to pass 
in the last index)
-avoids recalculation, but doesn't allow reuse textures -- still have to upload 
to gpu -- how fix?

Original comment by erik.fli...@gmail.com on 13 Jun 2012 at 6:49