eulerlab / QDSpy

QDSpy - a Python software for scripting and presenting stimuli for visual neuroscience.
http://qdspy.eulerlab.de/
MIT License
8 stars 8 forks source link

The background color is not saved in the stim_name.pickel file #51

Open FlorentynaDebinski opened 2 months ago

FlorentynaDebinski commented 2 months ago

If you save the stimulus as stim_name.pickle file, it works well, but the background color (e.g. gray) is not saved, although it can be part of the stimulus. (If, for example, pauses with a gray screen are played between images).

teuler commented 2 months ago

Thanks for the report. In fact, this was meant as a feature such that it is easier to keep the background color across stimuli (and also when no stimulus is played). But I see that it may be helpful to have an option for saving the background color explicitly. I'll add it to the feature request list - do you need it urgently?

FlorentynaDebinski commented 2 months ago

Ah, thank you! No, it's not urgent. I have a solution for how I take this into account in my analysis (for receptive fields). I just wanted to have it written so that it's known.