Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Annotations of intertrial choices, cue_switch, and iti_switch #21

Open
wants to merge 18 commits into
base: main
Choose a base branch
from

Conversation

alexpiet
Copy link
Collaborator

@alexpiet alexpiet commented Sep 20, 2024

  • Adds annotations of intertrial choices, cue switch and iti switch
  • All annotations can be included with df_licks = annotate_licks(nwb)
  • plot_interlick_interval() is a function for easily plotting interlick intervals
  • update session scroller
    • Need to add a check for reward annotations, since right now we get an error
    • Adopt a general approach of "if the annotation is provided, we plot it"
    • intertrial_choice
  • Add significant unit test overall. Achieve 100% coverage with separate tests for important cases
  • Add annotations for "within session" (resolves annotations should add label for "within session" #24)
Screenshot 2024-10-11 at 11 37 02 AM

@alexpiet alexpiet marked this pull request as ready for review October 24, 2024 23:47
@alexpiet
Copy link
Collaborator Author

@rachelstephlee @hanhou @hagikent @ZhixiaoSu This is ready for review

Copy link

@rachelstephlee rachelstephlee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good. thanks for the addition.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

annotations should add label for "within session"
2 participants