File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 5050 % block length = (cfg.eventDuration + cfg.ISI) * cfg.design.nbEventsPerBlock
5151
5252 % Time between blocs in secs
53- cfg.IBI = 1.8 * 3 ; % 8;
53+ cfg.timing. IBI = 1.8 * 3 ; % 8;
5454 % Time between events in secs
55- cfg.ISI = 0.1 ;
55+ cfg.timing. ISI = 0.1 ;
5656 % Number of seconds before the motion stimuli are presented
57- cfg.onsetDelay = .1 ;
57+ cfg.timing. onsetDelay = .1 ;
5858 % Number of seconds after the end all the stimuli before ending the run
59- cfg.endDelay = .1 ;
59+ cfg.timing. endDelay = .1 ;
6060
61- cfg.eventDuration = 0.8 ; % second
61+ cfg.timing. eventDuration = 0.8 ; % second
6262
6363 %% Visual Stimulation
6464
Original file line number Diff line number Diff line change 1919 dots = initDots(cfg , thisEvent );
2020
2121 % Set for how many frames this event will last
22- framesLeft = floor(cfg .eventDuration / cfg .screen .ifi );
22+ framesLeft = floor(cfg .timing . eventDuration / cfg .screen .ifi );
2323
2424 %% Start the dots presentation
2525 vbl = Screen(' Flip' , cfg .screen .win );
You can’t perform that action at this time.
0 commit comments