File tree Expand file tree Collapse file tree 2 files changed +22
-5
lines changed Expand file tree Collapse file tree 2 files changed +22
-5
lines changed Original file line number Diff line number Diff line change 44
55 cfg.design.localizer = ' MT' ;
66
7- cfg.pacedByTriggers.do = true ;
7+ cfg.pacedByTriggers.do = false ;
88
99 cfg.mri.triggerNb = 0 ;
1010
1111 cfg.design.nbRepetitions = 15 ;
1212
1313 cfg.timing.eventDuration = 0.43 ; % .86 second
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+ % fixation cross displacement in degrees of visual angles
28+ %
29+ % cfg.fixation.xDisplacement = FIXME;
30+ % cfg.fixation.yDisplacement = FIXME;
31+
1532end
Original file line number Diff line number Diff line change 1313
1414cfg.verbose = 1 ;
1515
16- cfg.debug.do = false ;
17- cfg.debug.transpWin = false ;
16+ cfg.debug.do = true ;
17+ cfg.debug.transpWin = true ;
1818cfg.debug.smallWin = false ;
1919
2020cfg.eyeTracker.do = false ;
2121
2222%% Run MT+ localizer
23- % cfg = cfgMT(cfg);
23+ cfg = cfgMT(cfg );
2424
2525%% Run MT/MST localizer
26- cfg = cfgMST(cfg );
26+ % cfg = cfgMST(cfg);
2727
2828cfg = checkParameters(cfg );
2929
You can’t perform that action at this time.
0 commit comments