klabhub / neurostim

Design and run visual neuroscience experiments using Matlab and the Psychophysics Toolbox.
MIT License
5 stars 3 forks source link

Live gui #156

Closed bartkrekelberg closed 3 years ago

bartkrekelberg commented 3 years ago

This branch updates the nsGui to allow live updates ; changing a parameter in the GUI will update a corresponding value in a plugin. For instance, to change the direction of an RF mapping paradigm, or to change the reward size in the liquid plugin.

This change does not affect any of the code that runs without a GUI , so it should be harmless and fully backward compatible for non-gui experiments.

Updated documentation too.