File tree Expand file tree Collapse file tree 2 files changed +31
-2
lines changed Expand file tree Collapse file tree 2 files changed +31
-2
lines changed Original file line number Diff line number Diff line change 1212 % on macs is 0.3
1313 cfg.timing.eventDuration = 0.6 ; % 0.6 seconds
1414
15+ %% variable FOV info
16+ % in case the field of view is not properly centered or obstructed
17+ %
18+ % see https://github.com/cpp-lln-lab/estimate_visual_FOV.git
19+ %
20+ % set up configuration: ensure that the following fields are the same
21+ % as when you ran the estimate_visual_FOV script
22+ %
23+ % cfg.testingDevice
24+ % cfg.screen.monitorDistance
25+ % cfg.screen.monitorWidth
26+ %
27+ %
28+ % Field of view in DEGREES OF VISUAL ANGLES:
29+ % top left: 8.32304 1.60312
30+ % bottom right: 11.6757 3.49172
31+ %
32+ % Field of view in DEGREES OF VISUAL ANGLES:
33+ % width: 1.8886
34+ % height: 3.35264
35+ %
36+ % fixation cross displacement in degrees of visual angles
37+ % cfg.fixation.xDisplacement = 0;
38+ % cfg.fixation.yDisplacement = 0;
39+
40+ % cfg.design.xDisplacementFixation = 3;
41+ % cfg.design.xDisplacementAperture = 7;
42+ % cfg.aperture.width = 7;
43+
1544end
Original file line number Diff line number Diff line change 2424cfg.dot.speed = 7.5 ;
2525
2626%% Run MT+ localizer
27- cfg = cfgMT(cfg );
27+ % cfg = cfgMT(cfg);
2828
2929%% Run MT/MST localizer
30- % cfg = cfgMST(cfg);
30+ cfg = cfgMST(cfg );
3131
3232cfg = checkParameters(cfg );
3333
You can’t perform that action at this time.
0 commit comments