AllenNeuralDynamics / Aind.Behavior.VrForaging

Task implemention of VR Foraging experiment
https://allenneuraldynamics.github.io/Aind.Behavior.VrForaging/
MIT License
2 stars 0 forks source link

Allow nullable odor index #270

Open bruno-f-cruz opened 2 months ago

bruno-f-cruz commented 2 months ago

This would allow an experiment to be specified in such a way that it would still toggle the end valves (important to ensure that the sound is reproduced) but would not require a dummy value in the index to be encoded.

https://github.com/AllenNeuralDynamics/Aind.Behavior.VrForaging/blob/1bc757e39ffc8a2de50da9b625429361e0fbe53e/src/DataSchemas/aind_behavior_vr_foraging/task_logic.py#L76-L78

bruno-f-cruz commented 2 months ago

The idea would be to simply set all odors to 0 concentration

bruno-f-cruz commented 2 months ago

This should be tackled at the same time as #263. I will defer this one until an experiment requires mixtures of odors.