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 c9122b2 commit f40cd4cCopy full SHA for f40cd4c
setParameters.m
@@ -10,6 +10,10 @@
10
% change that if you want the data to be saved somewhere else
11
cfg.dir.output = fullfile(fileparts(mfilename('fullpath')), 'output');
12
13
+ cfg.subject.subjectGrp = 'pilot';
14
+ cfg.subject.sessionNb = 1;
15
+ cfg.subject.askGrpSess = [false false];
16
+
17
%% Debug mode settings
18
19
cfg.debug.do = false; % To test the script out of the scanner, skip PTB sync
0 commit comments