We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f67e1c8 commit 8e2f86bCopy full SHA for 8e2f86b
src/eyeTracker.m
@@ -41,12 +41,12 @@
41
42
% Calibration has silver background with black targets, sound and smaller
43
% targets
44
- el.backgroundcolour = [192 192 192, (cfg.screen.win)];
45
- el.msgfontcolour = BlackIndex(cfg.screen.win);
+ el.backgroundcolour = [192 192 192, (cfg.screen.win)];
+ el.msgfontcolour = BlackIndex(cfg.screen.win);
46
el.calibrationtargetcolour = BlackIndex(cfg.screen.win);
47
- el.calibrationtargetsize = 1;
48
- el.calibrationtargetwidth = 0.5;
49
- el.displayCalResults = 1;
+ el.calibrationtargetsize = 1;
+ el.calibrationtargetwidth = 0.5;
+ el.displayCalResults = 1;
50
51
% Call this function for changes to the calibration structure to take
52
% affect.
0 commit comments