cortex-lab / Rigbox

A MATLAB toolbox for running behavioral neuroscience experiments and managing data
GNU General Public License v3.0
33 stars 16 forks source link

Flat viewing model for Signals #294

Open k1o0 opened 4 years ago

k1o0 commented 4 years ago

Is your feature request related to a problem? Please describe. The Signals viewing model is pseudocircular, meaning the stimuli are warped.

Describe the solution you'd like There should be an option to have a single screen 'flat' viewing model that does the same thing as |hw.BasicScreenViewingModel|. This should be set by the 'screens' rig object. Ideally the screens field should be a hardware viewing model (a subclass of hw.ViewingModel) so that it can be properly parameterized.