We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28e8c5d commit 63d1865Copy full SHA for 63d1865
subfun/design/getDesignInput.m
@@ -6,16 +6,16 @@
6
% (C) Copyright 2020 CPP visual motion localizer developpers
7
8
nbRepetitions = cfg.design.nbRepetitions;
9
-
+
10
if strcmpi(cfg.design.localizer, 'MT_MST')
11
12
% here we double the nb of repetitions (2 hemifields) if needed
13
nbRepetitions = nbRepetitions * length(cfg.design.fixationPosition);
14
15
end
16
17
nbEventsPerBlock = cfg.design.nbEventsPerBlock;
18
maxNbPerBlock = cfg.target.maxNbPerBlock;
19
nbBlocks = length(cfg.design.names) * nbRepetitions;
20
21
0 commit comments