File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 2424 % cfg.screen.monitorDistance
2525 % cfg.screen.monitorWidth
2626
27- % Field of view in DEGREES OF VISUAL ANGLES
28-
2927 % fixation cross displacement in degrees of visual angles
30- % this will also shift the whole FOV
28+ % this will also shift the whole FOV relative to the center of the screen
29+ % Note: negative values will move things to the left and up.
3130 cfg.fixation.xDisplacement = 0 ;
3231 cfg.fixation.yDisplacement = 0 ;
3332
3433 % determines position of the fixation cross on the right / left
3534 % should be a bit less than the: ( width of FOV ) / 2
36- cfg.design.xDisplacementFixation = 5 ;
35+ cfg.design.xDisplacementFixation = 3 ;
3736
3837 % determines position of the dots on the left /
3938 % should be a bit less than the: ( width of FOV ) / 2
40- cfg.design.xDisplacementAperture = 5 ;
39+ cfg.design.xDisplacementAperture = 7 ;
4140
4241 % determines the width of the dot circle
43- cfg.aperture.width = 1 ;
42+ cfg.aperture.width = 7 ;
4443
4544end
Original file line number Diff line number Diff line change 3131 % cfg.screen.monitorWidth
3232
3333 % fixation cross displacement in degrees of visual angles
34- %
35- % cfg.fixation.xDisplacement = FIXME;
36- % cfg.fixation.yDisplacement = FIXME;
34+ % this will also shift the whole FOV relative to the center of the screen
35+ % Note: negative values will move things to the left and up.
36+
37+ cfg.fixation.xDisplacement = 0 ;
38+ cfg.fixation.yDisplacement = 0 ;
3739
3840end
You can’t perform that action at this time.
0 commit comments