Skip to content

Commit aee8afe

Browse files
committed
update var names in the main exp
1 parent 2f1a531 commit aee8afe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

audioLocTranslational.m

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262

6363
getResponse('start', cfg.keyboard.responseBox);
6464

65-
WaitSecs(cfg.onsetDelay);
65+
WaitSecs(cfg.timing.onsetDelay);
6666

6767
%% For Each Block
6868

@@ -110,18 +110,18 @@
110110
saveResponsesAndTriggers(responseEvents, cfg, logFile, triggerString);
111111

112112
% wait for the inter-stimulus interval
113-
WaitSecs(cfg.ISI);
113+
WaitSecs(cfg.timing.ISI);
114114

115115
end
116116

117117
eyeTracker('StopRecordings', cfg);
118118

119-
WaitSecs(cfg.IBI);
119+
WaitSecs(cfg.timing.IBI);
120120

121121
end
122122

123123
% End of the run for the BOLD to go down
124-
WaitSecs(cfg.endDelay);
124+
WaitSecs(cfg.timing.endDelay);
125125

126126
% Close the logfiles
127127
saveEventsFile('close', cfg, logFile);

0 commit comments

Comments
 (0)