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

DNMS task #744

Open
wants to merge 7 commits into
base: iblrigv8
Choose a base branch
from
Open

DNMS task #744

wants to merge 7 commits into from

Conversation

fredlanore
Copy link

@fredlanore fredlanore commented Nov 28, 2024

  • describe the task and/or link to a publication that implements the task and describes it in the methods paper. A flowchart would be useful.
  • create the trials table for the task: this is the pre-generated table that will be used to determine the stimulus parameters
  • create the state machine for the task. See IBLRIG's main state machine (compare get_state_machine_trial() in base_choice_world.py)
  • implement the pre-cue stimulus by sending OSC commands to Bonsai
  • implement the double stimulus in Bonsai

Trial table fields:

  • precue_orientation
  • precue_contrast
  • precue_delay
  • delay_time
  • stimulus_position: this is the side of the correct queue on the double stimulus display

NB: the wrong stimulus has always the opposite orientation and position as the correct stimulus

fredlanore and others added 2 commits November 28, 2024 12:09
non-exhaustive (so far) list of variables to define before each session
@fredlanore fredlanore marked this pull request as ready for review November 29, 2024 20:03
rough outline of the future task structure
implementation of delay and precue presentation
@bimac bimac self-assigned this Jan 6, 2025
addition of precue and delay epochs to the structure of the task;
implementation of variable/fixed delay time
works with the last update of task.py
@bimac bimac self-requested a review January 13, 2025 09:21
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.

3 participants