You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In going through a session.json file that @hagikent previously created (here), I came across this field:
"punishment_delivery": "airpuff with 25 psi for 1 s (DO2)",
There's no punishment_delivery key specified in the session schema. But there is a reward_deliveryhere.
It makes sense that punishment_delivery would be a parallel concept to reward_delivery. Can we add the schema and, if so, what would make the most sense?
It should probably be in the stimulus epochs. There might need to a device for airpuff delivery - that's not something we have, so if they are using it, it should get added to the rig. But even then, there should be a config for air pressure and duration as separate fields.
The text was updated successfully, but these errors were encountered:
Given Airpuff will be used in several different behaviors as a primary aversive stim, Saskia's suggestion that " a config for air pressure and duration as separate fields" makes sense.
That said, we will for sure use other aversive stims, such as, laser-beam (already in animal protocol), electrical shock, quinine, etc; I would suggest keeping it general enough to incorporate multiple aversive stim modalities.
In going through a session.json file that @hagikent previously created (here), I came across this field:
There's no
punishment_delivery
key specified in the session schema. But there is areward_delivery
here.It makes sense that
punishment_delivery
would be a parallel concept toreward_delivery
. Can we add the schema and, if so, what would make the most sense?Note that @saskiad said in a Teams message:
The text was updated successfully, but these errors were encountered: