File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 3838 % So we "reset" that pixel value from the value in degrees
3939 cfg.aperture.xPos = cfg .design .xDisplacementAperture ;
4040 cfg.aperture = degToPix(' xPos' , cfg .aperture , cfg );
41- if isfield(cfg .fixation , ' xDisplacementPix' )
42- cfg.aperture.xPosPix = cfg .aperture .xPosPix + cfg .fixation .xDisplacementPix ;
43- end
4441
4542 switch thisEvent .fixationPosition
4643
5855
5956 end
6057
61- thisEvent.dotCenterXPosPix = cfg .aperture .xPosPix ;
62-
6358 if isfield(cfg .fixation , ' xDisplacementPix' )
64- % thisFixation.fixation.xDisplacement = thisFixation.fixation.xDisplacement + ...
65- % cfg.fixation.xDisplacementPix;
59+ cfg.aperture.xPosPix = cfg .aperture .xPosPix + cfg .fixation .xDisplacementPix ;
6660 end
6761
62+ thisEvent.dotCenterXPosPix = cfg .aperture .xPosPix ;
63+
64+ % if isfield(cfg.fixation, 'xDisplacementPix')
65+ % thisFixation.fixation.xDisplacement = thisFixation.fixation.xDisplacement + ...
66+ % cfg.fixation.xDisplacementPix;
67+ % end
68+
6869 if isfield(cfg .fixation , ' yDisplacementPix' )
6970 end
7071
You can’t perform that action at this time.
0 commit comments