Skip to content

Commit 8725a99

Browse files
committed
set eyetracker to false
1 parent 310126f commit 8725a99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setParameters.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
%% Debug mode settings
1717

18-
cfg.debug.do = false; % To test the script out of the scanner, skip PTB sync
18+
cfg.debug.do = true; % To test the script out of the scanner, skip PTB sync
1919
cfg.debug.smallWin = false; % To test on a part of the screen, change to 1
2020
cfg.debug.transpWin = false; % To test with trasparent full size screen
2121

@@ -26,7 +26,7 @@
2626
%% Engine parameters
2727

2828
cfg.testingDevice = 'mri';
29-
cfg.eyeTracker.do = true;
29+
cfg.eyeTracker.do = false;
3030
cfg.audio.do = false;
3131

3232
cfg = setMonitor(cfg);

0 commit comments

Comments
 (0)