Skip to content

Commit 0991700

Browse files
committed
add comments
1 parent efbefcf commit 0991700

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

cfgMST.m

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -23,24 +23,24 @@
2323
% cfg.testingDevice
2424
% cfg.screen.monitorDistance
2525
% cfg.screen.monitorWidth
26-
%
27-
%
28-
% Field of view in DEGREES OF VISUAL ANGLES:
29-
% top left: 8.0 1.0
30-
% bottom right: 11.0 3.0
31-
%
32-
% Field of view in DEGREES OF VISUAL ANGLES:
33-
% width: 1.8
34-
% height: 3.3
35-
%
26+
27+
28+
% Field of view in DEGREES OF VISUAL ANGLES
29+
3630
% fixation cross displacement in degrees of visual angles
3731
% this will also shift the whole FOV
38-
% cfg.fixation.xDisplacement = 0;
39-
cfg.fixation.yDisplacement = 1;
32+
cfg.fixation.xDisplacement = 0;
33+
cfg.fixation.yDisplacement = 0;
34+
35+
% determines position of the fixation cross on the right / left
36+
% should be a bit less than the: ( width of FOV ) / 2
37+
cfg.design.xDisplacementFixation = 5;
4038

41-
cfg.design.xDisplacementFixation = 2;
39+
% determines position of the dots on the left /
40+
% should be a bit less than the: ( width of FOV ) / 2
41+
cfg.design.xDisplacementAperture = 5;
4242

43-
cfg.aperture.width = 4;
44-
cfg.design.xDisplacementAperture = 4;
43+
% determines the width of the dot circle
44+
cfg.aperture.width = 1;
4545

4646
end

0 commit comments

Comments
 (0)