File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 11
11
% setParamters.m file is
12
12
% change that if you want the data to be saved somewhere else
13
13
cfg.dir.output = fullfile( ...
14
- fileparts(mfilename(' fullpath' )), ' output' );
14
+ fileparts(mfilename(' fullpath' )),' output' );
15
15
16
16
%% Debug mode settings
17
17
18
18
cfg.debug.do = false ; % To test the script out of the scanner, skip PTB sync
19
19
cfg.debug.smallWin = false ; % To test on a part of the screen, change to 1
20
20
cfg.debug.transpWin = false ; % To test with trasparent full size screen
21
21
22
+ cfg.skipSyncTests = 0 ;
23
+
22
24
cfg.verbose = 1 ;
23
25
24
26
%% Engine parameters
25
27
26
28
cfg.testingDevice = ' mri' ;
27
- cfg.eyeTracker.do = false ;
29
+ cfg.eyeTracker.do = true ;
28
30
cfg.audio.do = false ;
29
31
30
32
cfg = setMonitor(cfg );
34
36
35
37
% MRI settings
36
38
cfg = setMRI(cfg );
39
+ cfg.suffix.acquisition = ' 0p75mmEvTr2p18' ;
37
40
38
41
cfg.pacedByTriggers.do = false ;
39
42
52
55
cfg.design.motionDirections = [0 0 180 180 ];
53
56
cfg.design.names = {' static' ; ' motion' };
54
57
55
- cfg.design.nbRepetitions = 8 ;
58
+ cfg.design.nbRepetitions = 12 ;
56
59
cfg.design.nbEventsPerBlock = 12 ; % DO NOT CHANGE
57
60
58
61
%% Timing
63
66
% IBI
64
67
% block length = (cfg.eventDuration + cfg.ISI) * cfg.design.nbEventsPerBlock
65
68
66
- cfg.timing.eventDuration = 0.6 ; % second
69
+ cfg.timing.eventDuration = 0.79 ; % second
67
70
68
71
% Time between blocs in secs
69
72
cfg.timing.IBI = 0 ;
You can’t perform that action at this time.
0 commit comments