Skip to content

Commit e8e390d

Browse files
authored
Merge branch 'dev' into marco_las-testing-ses
2 parents 9b6d756 + 2960371 commit e8e390d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

cfgMST.m

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,20 +24,19 @@
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;

cfgMT.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
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

0 commit comments

Comments
 (0)