File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 4141 % cfg.design.motionType = 'translation';
4242 % cfg.design.motionType = 'radial';
4343 cfg.design.motionType = ' translation' ;
44+
4445 cfg.design.motionDirections = [0 0 180 180 ];
4546 cfg.design.names = {' static' ; ' motion' };
4647 cfg.design.nbRepetitions = 8 ;
4748 cfg.design.nbEventsPerBlock = 12 ; % DO NOT CHANGE
49+
50+ if isfield(cfg .design , ' localizer' ) && strcmpi(cfg .design .localizer , ' MT_MST' )
51+ cfg.design.names = {' fixation_right' ; ' fixation_left' };
52+ end
4853
4954 %% Timing
5055
103108 cfg.aperture.type = ' none' ;
104109 cfg.aperture.width = []; % if left empty it will take the screen height
105110 cfg.aperture.xPos = 0 ;
111+
112+ if isfield(cfg .design , ' localizer' ) && strcmpi(cfg .design .localizer , ' MT_MST' )
113+ cfg.aperture.type = ' circle' ;
114+ cfg.aperture.width = 3 ; % if left empty it will take the screen height
115+ cfg.aperture.xPos = 4 ;
116+ end
106117
107118 %% Task(s)
108119
You can’t perform that action at this time.
0 commit comments