Auerbach-Lab/Behavior-autoanalysis

Hit or FA %

Opened this issue · 2 comments

Ben would like to keep the Hit count, and hit % just like we do for FA %. This should probably happen with Gap as well. Note the necessary data is in the format_for_psycho and then accessible in caclulate_TH. See Detailed_FA for what the final form might look like

This probably means a big restructure of the run_archive:

  • keep Hit # and miss # similar to FA_detailed (for octave)
  • this makes the octave, gap and regular TH calculations similar and so they should all be structured the same, stored in the same place, etc

If we do the above, this will impact at least the following:

  • the graphing unrolled in the shiny branch #33
  • supervisor summarize

In old run_archive

  • Re-name FA_detailed to stats_detailed
  • calculate appropriate table for this

Check for issues with all subsequent usages. Most likely to have issues is Supervisor summary

tofof commented

#30 also deals with TH calculation issues, it may be possible to resolve it at the same time as resolving this