Skip to content

Commit 153e717

Browse files
committed
set new directions for design
1 parent 76c5489 commit 153e717

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setParameters.m

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@
4040
% cfg.design.motionType = 'radial';
4141
cfg.design.motionType = 'translation';
4242
cfg.design.names = {'static'; 'motion'};
43-
cfg.design.motionDirections = [-1 -1 1 1];
43+
% 0: L--R--L; 180: R--L--R;
44+
cfg.design.motionDirections = [0 0 180 180];
4445
cfg.design.nbRepetitions = 14;
4546
cfg.design.nbEventsPerBlock = 12;
4647

0 commit comments

Comments
 (0)