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 a083583 commit 7d8bc9dCopy full SHA for 7d8bc9d
initPTB.m
@@ -63,10 +63,10 @@
63
64
cfg.screen = max(Screen('Screens')); % Main screen
65
66
-% init PTB with different options in concordance to the Debug Parameters
+% Init PTB with different options in concordance to the Debug Parameters
67
if cfg.debug
68
69
- % set to one because we don not care about time
+ % Set to one because we don not care about time
70
Screen('Preference', 'SkipSyncTests', 2);
71
Screen('Preference', 'Verbosity', 0);
72
Screen('Preferences', 'SuppressAllWarnings', 2);
@@ -87,7 +87,7 @@
87
end
88
89
90
-% window size info
+% Get the size of the on screen window
91
[cfg.winWidth, cfg.winHeight] = WindowSize(cfg.win);
92
93
0 commit comments