File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 3535 %
3636 % fixation cross displacement in degrees of visual angles
3737 % this will also shift the whole FOV
38- cfg.fixation.xDisplacement = 3 ;
38+ cfg.fixation.xDisplacement = - 2 ;
3939 % cfg.fixation.yDisplacement = 0;
4040
41- cfg.design.xDisplacementFixation = 3 ;
41+ cfg.design.xDisplacementFixation = 2 ;
4242
43- cfg.aperture.width = 6 ;
44- cfg.design.xDisplacementAperture = 3 ;
43+ cfg.aperture.width = 4 ;
44+ cfg.design.xDisplacementAperture = 4 ;
4545
4646end
Original file line number Diff line number Diff line change 6161
6262 thisEvent.dotCenterXPosPix = cfg .aperture .xPosPix ;
6363
64- % if isfield(cfg.fixation, 'xDisplacementPix')
65- % thisFixation.fixation.xDisplacement = thisFixation.fixation.xDisplacement + ...
66- % cfg.fixation.xDisplacementPix ;
67- % end
64+ if isfield(cfg .fixation , ' xDisplacementPix' )
65+ thisFixation.fixation.xDisplacement = thisFixation .fixation .xDisplacement + ...
66+ cfg .fixation .xDisplacement ;
67+ end
6868
6969 if isfield(cfg .fixation , ' yDisplacementPix' )
7070 end
You can’t perform that action at this time.
0 commit comments