File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
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 = 0 ;
38+ cfg.fixation.xDisplacement = 3 ;
3939 % cfg.fixation.yDisplacement = 0;
4040
4141 cfg.design.xDisplacementFixation = 3 ;
Original file line number Diff line number Diff line change 6161 thisEvent.dotCenterXPosPix = cfg .aperture .xPosPix ;
6262
6363 if isfield(cfg .fixation , ' xDisplacementPix' )
64- thisEvent.dotCenterXPosPix = thisEvent .dotCenterXPosPix + cfg .fixation .xDisplacementPix ;
6564 % thisFixation.fixation.xDisplacement = thisFixation.fixation.xDisplacement + ...
6665 % cfg.fixation.xDisplacementPix;
6766 end
67+
6868 if isfield(cfg .fixation , ' yDisplacementPix' )
6969 end
7070
You can’t perform that action at this time.
0 commit comments