File tree Expand file tree Collapse file tree 3 files changed +20
-9
lines changed Expand file tree Collapse file tree 3 files changed +20
-9
lines changed Original file line number Diff line number Diff line change 4040 cfg.design.xDisplacementAperture = 5 ;
4141
4242 % determines the width of the dot circle
43- cfg.aperture.width = 1 ;
43+ cfg.aperture.width = 7 ;
4444
4545end
Original file line number Diff line number Diff line change 88
99 cfg.timing.triggerIBI = 4 ;
1010
11- cfg.mri.triggerNb = 0 ;
12-
11+ cfg.mri.triggerNb = 5 ;
12+
13+ % Time between events in secs
14+ cfg.timing.ISI = 0 ;
15+ % Time between blocs in secs
16+ cfg.timing.IBI = 5.4 ;
17+ % Number of seconds before the motion stimuli are presented
18+ cfg.timing.onsetDelay = 0 ;
19+ % Number of seconds after the end all the stimuli before ending the run
20+ cfg.timing.endDelay = 0 ;
21+
1322 cfg.design.nbRepetitions = 15 ;
1423
1524 cfg.design.nbEventsPerBlock = 12 ;
1625
1726 % in Liege is 0.79 (tsry less)
1827 % in mcas is 0.43
19- cfg.timing.eventDuration = 0.79 ; % .86 second
28+ cfg.timing.eventDuration = 0.75 ; % .86 second
2029
2130 %% variable FOV info
2231 % in case the field of view is not properly centered or obstructed
3241
3342 % fixation cross displacement in degrees of visual angles
3443 %
35- % cfg.fixation.xDisplacement = FIXME ;
36- % cfg.fixation.yDisplacement = FIXME ;
44+ cfg.fixation.xDisplacement = - 3.676540 ;
45+ cfg.fixation.yDisplacement = - 0.499724 ;
3746
3847end
Original file line number Diff line number Diff line change 1313
1414cfg.verbose = 1 ;
1515
16- cfg.debug.do = true ;
17- cfg.debug.transpWin = true ;
16+ cfg.debug.do = false ;
17+ cfg.debug.transpWin = false ;
1818cfg.debug.smallWin = false ;
1919
2020cfg.audio.devIdx = 5 ;
2121
2222cfg.eyeTracker.do = true ;
23- % in liege
23+
24+ % in liege 7.5
25+ % on Marco's mac 15
2426cfg.dot.speed = 7.5 ;
2527
2628%% Run MT+ localizer
You can’t perform that action at this time.
0 commit comments