Skip to content

Commit a550511

Browse files
committed
add comment fix name
1 parent 9d9270f commit a550511

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

visualLocTranslational.m

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363

6464
disp(cfg);
6565

66+
% Show experiment instruction
6667
standByScreen(cfg);
6768

6869
% prepare the KbQueue to collect responses
@@ -76,7 +77,7 @@
7677

7778
getResponse('start', cfg.keyboard.responseBox);
7879

79-
WaitSecs(cfg.onsetDelay);
80+
WaitSecs(cfg.timing.onsetDelay);
8081

8182
%% For Each Block
8283

@@ -125,13 +126,13 @@
125126
saveResponsesAndTriggers(responseEvents, cfg, logFile, triggerString);
126127

127128
% wait for the inter-stimulus interval
128-
WaitSecs(cfg.ISI);
129+
WaitSecs(cfg.timing.ISI);
129130

130131
end
131132

132133
eyeTracker('StopRecordings', cfg);
133134

134-
WaitSecs(cfg.IBI);
135+
WaitSecs(cfg.timing.IBI);
135136

136137
% trigger monitoring
137138
triggerEvents = getResponse('check', cfg.keyboard.responseBox, cfg, ...
@@ -143,7 +144,7 @@
143144
end
144145

145146
% End of the run for the BOLD to go down
146-
WaitSecs(cfg.endDelay);
147+
WaitSecs(cfg.timing.endDelay);
147148

148149
cfg = getExperimentEnd(cfg);
149150

0 commit comments

Comments
 (0)