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 310126f commit 8725a99Copy full SHA for 8725a99
setParameters.m
@@ -15,7 +15,7 @@
15
16
%% Debug mode settings
17
18
- cfg.debug.do = false; % To test the script out of the scanner, skip PTB sync
+ cfg.debug.do = true; % To test the script out of the scanner, skip PTB sync
19
cfg.debug.smallWin = false; % To test on a part of the screen, change to 1
20
cfg.debug.transpWin = false; % To test with trasparent full size screen
21
@@ -26,7 +26,7 @@
26
%% Engine parameters
27
28
cfg.testingDevice = 'mri';
29
- cfg.eyeTracker.do = true;
+ cfg.eyeTracker.do = false;
30
cfg.audio.do = false;
31
32
cfg = setMonitor(cfg);
0 commit comments