File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
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 = - 3.676540 ;
3231 cfg.fixation.yDisplacement = - 0.499724 ;
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
4342 cfg.aperture.width = 7 ;
Original file line number Diff line number Diff line change 4040 % cfg.screen.monitorWidth
4141
4242 % fixation cross displacement in degrees of visual angles
43- %
43+ % this will also shift the whole FOV relative to the center of the screen
44+ % Note: negative values will move things to the left and up.
4445 cfg.fixation.xDisplacement = - 3.676540 ;
4546 cfg.fixation.yDisplacement = - 0.499724 ;
4647
You can’t perform that action at this time.
0 commit comments