File tree Expand file tree Collapse file tree 3 files changed +21
-11
lines changed Expand file tree Collapse file tree 3 files changed +21
-11
lines changed Original file line number Diff line number Diff line change 27
27
% fixation cross displacement in degrees of visual angles
28
28
% this will also shift the whole FOV relative to the center of the screen
29
29
% Note: negative values will move things to the left and up.
30
- cfg.fixation.xDisplacement = 0 ;
31
- cfg.fixation.yDisplacement = 0 ;
30
+ cfg.fixation.xDisplacement = - 3.676540 ;
31
+ cfg.fixation.yDisplacement = - 0.499724 ;
32
32
33
33
% determines position of the fixation cross on the right / left
34
34
% should be a bit less than the: ( width of FOV ) / 2
Original file line number Diff line number Diff line change 8
8
9
9
cfg.timing.triggerIBI = 4 ;
10
10
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
+
13
22
cfg.design.nbRepetitions = 15 ;
14
23
15
24
cfg.design.nbEventsPerBlock = 12 ;
16
25
17
26
% in Liege is 0.79 (tsry less)
18
27
% in mcas is 0.43
19
- cfg.timing.eventDuration = 0.79 ; % .86 second
28
+ cfg.timing.eventDuration = 0.75 ; % .86 second
20
29
21
30
%% variable FOV info
22
31
% in case the field of view is not properly centered or obstructed
33
42
% fixation cross displacement in degrees of visual angles
34
43
% this will also shift the whole FOV relative to the center of the screen
35
44
% Note: negative values will move things to the left and up.
36
-
37
- cfg.fixation.xDisplacement = 0 ;
38
- cfg.fixation.yDisplacement = 0 ;
45
+ cfg.fixation.xDisplacement = - 3.676540 ;
46
+ cfg.fixation.yDisplacement = - 0.499724 ;
39
47
40
48
end
Original file line number Diff line number Diff line change 13
13
14
14
cfg.verbose = 1 ;
15
15
16
- cfg.debug.do = true ;
17
- cfg.debug.transpWin = true ;
16
+ cfg.debug.do = false ;
17
+ cfg.debug.transpWin = false ;
18
18
cfg.debug.smallWin = false ;
19
19
20
20
cfg.audio.devIdx = 5 ;
21
21
22
22
cfg.eyeTracker.do = true ;
23
- % in liege
23
+
24
+ % in liege 7.5
25
+ % on Marco's mac 15
24
26
cfg.dot.speed = 7.5 ;
25
27
26
28
%% Run MT+ localizer
You can’t perform that action at this time.
0 commit comments