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 212c9ca commit a5b6299Copy full SHA for a5b6299
subfun/assignConditions.m
@@ -9,9 +9,12 @@
9
% Get the index of each condition
10
nameCondition1 = 'static';
11
nameCondition2 = 'motion';
12
+
13
if isfield(cfg.design, 'localizer') && strcmpi(cfg.design.localizer, 'MT_MST')
- nameCondition1 = 'fixation_right';
14
- nameCondition2 = 'fixation_left';
15
+ nameCondition1 = 'static';
16
+ nameCondition2 = 'motion';
17
18
end
19
20
CONDITON1_INDEX = find(strcmp(conditionNamesVector, nameCondition1));
0 commit comments