File tree Expand file tree Collapse file tree 4 files changed +18
-6
lines changed Expand file tree Collapse file tree 4 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 88
99 cfg.design.nbEventsPerBlock = 10 ;
1010
11- cfg.timing.eventDuration = 0.3 ; % 0.6 seconds
11+ % in Liege is 0.6
12+ % on macs is 0.3
13+ cfg.timing.eventDuration = 0.6 ; % 0.6 seconds
1214
1315end
Original file line number Diff line number Diff line change 66
77 cfg.pacedByTriggers.do = true ;
88
9+ cfg.timing.triggerIBI = 4 ;
10+
911 cfg.mri.triggerNb = 0 ;
1012
1113 cfg.design.nbRepetitions = 15 ;
1214
13- cfg.timing.eventDuration = 0.43 ; % .86 second
15+ cfg.design.nbEventsPerBlock = 12 ;
16+
17+ % in Liege is 0.79 (tsry less)
18+ % in mcas is 0.43
19+ cfg.timing.eventDuration = 0.79 ; % .86 second
1420
1521end
Original file line number Diff line number Diff line change 1717cfg.debug.transpWin = false ;
1818cfg.debug.smallWin = false ;
1919
20- cfg.eyeTracker.do = false ;
20+ cfg.audio.devIdx = 5 ;
21+
22+ cfg.eyeTracker.do = true ;
23+ % in liege
24+ cfg.dot.speed = 7.5 ;
2125
2226%% Run MT+ localizer
23- % cfg = cfgMT(cfg);
27+ cfg = cfgMT(cfg );
2428
2529%% Run MT/MST localizer
26- cfg = cfgMST(cfg );
30+ % cfg = cfgMST(cfg);
2731
2832cfg = checkParameters(cfg );
2933
Original file line number Diff line number Diff line change 5151 %% Timing
5252
5353 % block length = (cfg.eventDuration + cfg.ISI) * cfg.design.nbEventsPerBlock
54- fieldsToSet.timing.eventDuration = 0.30 ; % second
54+ fieldsToSet.timing.eventDuration = 0.6 ; % second
5555
5656 % Time between events in secs
5757 fieldsToSet.timing.ISI = 0.1 ;
You can’t perform that action at this time.
0 commit comments