Skip to content

Commit fde78fd

Browse files
committed
update name cfg.bids.MRI in setParameters to adapt to new cpp ptb
1 parent f40cd4c commit fde78fd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

setParameters.m

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
cfg.subject.subjectGrp = 'pilot';
1414
cfg.subject.sessionNb = 1;
15-
cfg.subject.askGrpSess = [false false];
15+
cfg.subject.askGrpSess = [true true];
1616

1717
%% Debug mode settings
1818

@@ -162,8 +162,8 @@
162162

163163
cfg.mri.repetitionTime = 1.8;
164164

165-
cfg.bids.MRI.Instructions = ['1 - Detect the RED fixation cross\n' ...
165+
cfg.bids.mri.Instructions = ['1 - Detect the RED fixation cross\n' ...
166166
'2 - Detected the shorter repeated sounds'];
167-
cfg.bids.MRI.TaskDescription = [];
167+
cfg.bids.mri.TaskDescription = [];
168168

169169
end

0 commit comments

Comments
 (0)