bachlab / PsPM

A matlab suite for Psycho-Physiological Modelling
GNU General Public License v3.0
43 stars 11 forks source link

Different use of the keyword `lr` for eyes observed or signals #479

Closed teddychao closed 1 year ago

teddychao commented 1 year ago

Summary

Some code annotations, or potentially code as well, are using the keyword lr instead of c to refer to the combined left and right channels. This is not expected as we need to keep such keywords consistent. Please check the functions such as pspm_gaze_pp and make sure they have been consistent to the latest version keyword c.

teddychao commented 1 year ago

This issue has been recently fixed by introducing eye markers in settings. Please see https://github.com/bachlab/PsPM/pull/510