Gavin-Perry / OdorChoice

Pico Odor Choice for Camillo & Ale at WUSTL
0 stars 0 forks source link

Licks Table in GUI has all licks #45

Closed Gavin-Perry closed 1 month ago

Gavin-Perry commented 1 month ago

The Licks table is converted to a LickResultsTable after each trial LickResultsTable needs all the licks from the session to sort properly. Thus Licks table isn't cleared after each trial and that's what is on the screen It scrolls to the bottom so should be OK, but if it has to clear each trial I'll need to make another table for the TrialLicksTable and keep track of that too. Let me know if OK

BTW, I did fix the trial's Event & Time table to clear after each trial.