portugueslab / stytra

A modular package to control stimulation and track behaviour
http://www.portugueslab.com/stytra/
GNU General Public License v3.0
41 stars 26 forks source link

Define custom color or image to be displayed in between stimuli #89

Closed birtezuidinga closed 1 year ago

birtezuidinga commented 1 year ago

Hi all, it's me again.. :)

I am wondering whether it is possible to have a custom color or image to be displayed when no stimulus is running. The default is black, but it would be nice for my experiments to be able to display something else. I cannot find where in the code this is set (maybe it is not set at all?). If it would be easy to change, please let me know how.

Best wishes, Birte

vilim commented 1 year ago

It's not configurable currently, but you can easily work around it by just putting stytra.stimulation.stimuli.visual.FullFieldVisualStimulus with a color you want in between the stimuli instead of Pause

birtezuidinga commented 1 year ago

Thank you!