ted-hou / mouse-behavior-arduino

You know what else is cool? Horses.
0 stars 0 forks source link

Indicate on raster plot when any parameters were changed. #10

Closed ted-hou closed 8 years ago

ted-hou commented 8 years ago

This could be a gray horizontal line in the background whenever parameters are changed. We can probably look at params history in obj.Arduino.Trials(:).Parameters and figure out when it was changed.

Probably want the exclude the first parameter (_DEBUG).

ted-hou commented 8 years ago

Might be a bit resource intensive to check this on each trial. Will look at this later.