Skip to content

Commit 8f0f815

Browse files
committed
minor fix after test with et
1 parent 0ee9a47 commit 8f0f815

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

visualLocTranslational.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,6 @@
8080
% For each event in the block
8181
for iEvent = 1:cfg.design.nbEventsPerBlock
8282

83-
eyeTracker('Message', cfg, ...
84-
['start_trial-', num2str(iEvent), '_', thisEvent.trial_type]);
85-
8683
% Check for experiment abortion from operator
8784
checkAbort(cfg, cfg.keyboard.keyboard);
8885

@@ -97,6 +94,9 @@
9794
cfg.pacedByTriggers.nbTriggers);
9895
end
9996

97+
eyeTracker('Message', cfg, ...
98+
['start_trial-', num2str(iEvent), '_', thisEvent.trial_type]);
99+
100100
% play the dots and collect onset and duraton of the event
101101
[onset, duration] = doDotMo(cfg, thisEvent, thisFixation);
102102

0 commit comments

Comments
 (0)