visual_behavior_analysis
visual_behavior_analysis copied to clipboard
Python package for analyzing behavioral data for Brain Observatory: Visual Behavior
One of the features built into Foraging2 is that timing parameters are repeated across N+1 (where N is a specifiable parameter) consecutive aborted trials. We've been passing a value of...
@derricw recently implemented a new parameter to control the amount of time between the stimulus change and the delivery of the reward on autoreward trials. This delay is being inconsistently...
Related to #238 , the longer blank durations lead to a buildup of error. I have a function that checks that a change never occurs later than the expected trial...
@derricw: I just saw a session fail a validation function due to a change occurring before the earliest possible time (defined as the 'delta_minimum' parameter). This is the first time...
@derricw: there is an intermittent issue I just found where the mouse licked ~284 ms before the change time but F2 didn't abort the trial, as it should have. In...