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 ed51eef commit ae4b3afCopy full SHA for ae4b3af
initFixation.m
@@ -8,9 +8,9 @@
8
cfg.fixation = degToPix('yDisplacement', cfg.fixation, cfg);
9
10
% Prepare fixation cross
11
- cfg.fixation.xCoords = [-cfg.fixation.widthPix cfg.fixation.widthPix 0 0] + ...
+ cfg.fixation.xCoords = [-cfg.fixation.widthPix cfg.fixation.widthPix 0 0]/2 + ...
12
cfg.fixation.xDisplacementPix;
13
- cfg.fixation.yCoords = [0 0 -cfg.fixation.widthPix cfg.fixation.widthPix] + ...
+ cfg.fixation.yCoords = [0 0 -cfg.fixation.widthPix cfg.fixation.widthPix]/2 + ...
14
cfg.fixation.yDisplacementPix;
15
cfg.fixation.allCoords = [cfg.fixation.xCoords; cfg.fixation.yCoords];
16
0 commit comments