Skip to content

Commit bf49b76

Browse files
committed
update submodules
1 parent a8d4d50 commit bf49b76

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

audioLocTranslational.m

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545

4646
% Prepare for the output logfiles with all
4747
logFile.extraColumns = cfg.extraColumns;
48+
logFile = saveEventsFile('init', cfg, logFile);
4849
logFile = saveEventsFile('open', cfg, logFile);
4950

5051
% disp(cfg);
@@ -84,6 +85,8 @@
8485
thisEvent.direction = cfg.design.directions(iBlock, iEvent);
8586
thisEvent.fixationTarget = cfg.design.fixationTargets(iBlock, iEvent);
8687
thisEvent.soundTarget = cfg.design.soundTargets(iBlock, iEvent);
88+
89+
thisEvent.isStim = logFile.isStim;
8790

8891
% we wait for a trigger every 2 events
8992
if cfg.pacedByTriggers.do && mod(iEvent, 2) == 1

lib/CPP_BIDS

Submodule CPP_BIDS updated 117 files

lib/CPP_PTB

Submodule CPP_PTB updated 65 files

0 commit comments

Comments
 (0)