Skip to content

Commit 482626d

Browse files
committed
set pace by trigger to true
1 parent fde78fd commit 482626d

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

setParameters.m

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,27 +26,22 @@
2626
cfg.audio.devIdx = 3; % 5 %11
2727

2828
%% Engine parameters
29-
3029
cfg.testingDevice = 'mri';
3130
cfg.eyeTracker.do = false;
3231
cfg.audio.do = true;
3332

3433
cfg = setMonitor(cfg);
3534

36-
% Keyboards
3735
cfg = setKeyboards(cfg);
3836

39-
% MRI settings
40-
4137
cfg = setMRI(cfg);
42-
cfg.suffix.acquisition = '0p75mmEv';
4338

44-
cfg.pacedByTriggers.do = false;
39+
cfg.pacedByTriggers.do = true;
4540

4641
%% Experiment Design
4742

48-
% cfg.design.motionType = 'translation';
49-
% cfg.design.motionType = 'radial';
43+
% cfg.design.motionType = 'translation';
44+
% cfg.design.motionType = 'radial';
5045
cfg.design.motionType = 'translation';
5146
cfg.design.names = {'static'; 'motion'};
5247
% 0: L--R--L; 180: R--L--R;

0 commit comments

Comments
 (0)