Skip to content

Commit bedfed8

Browse files
committed
MST: add fixation and dor position to MST config
1 parent 425c9a2 commit bedfed8

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

cfgMST.m

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,9 @@
3737
% cfg.fixation.xDisplacement = 0;
3838
% cfg.fixation.yDisplacement = 0;
3939

40-
% cfg.design.xDisplacementFixation = 3;
41-
% cfg.design.xDisplacementAperture = 7;
42-
% cfg.aperture.width = 7;
40+
cfg.design.xDisplacementFixation = 3;
41+
42+
cfg.aperture.width = 6;
43+
cfg.design.xDisplacementAperture = 6;
4344

4445
end

0 commit comments

Comments
 (0)