We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8b183b commit f16bcffCopy full SHA for f16bcff
setParameters.m
@@ -132,7 +132,7 @@
132
cfg.fixation.yDisplacement = 0;
133
134
cfg.target.maxNbPerBlock = 1;
135
- cfg.target.duration = 0.025; % In secs
+ cfg.target.duration = 0.1; % In secs
136
137
cfg.extraColumns = { ...
138
'direction', ...
subfun/doDotMo.m
@@ -51,7 +51,8 @@
51
52
apertureTexture('draw', cfg, thisEvent);
53
54
- if thisEvent.target(1) && GetSecs < (onset + cfg.target.duration)
+ thisFixation.fixation.color = cfg.fixation.color;
55
+ if thisEvent.target(1) && vbl < (onset + cfg.target.duration)
56
thisFixation.fixation.color = cfg.fixation.colorTarget;
57
end
58
drawFixation(thisFixation);
0 commit comments