Skip to content

Commit f40cd4c

Browse files
committed
add defaut group and session number in set parameters
1 parent c9122b2 commit f40cd4c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

setParameters.m

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
% change that if you want the data to be saved somewhere else
1111
cfg.dir.output = fullfile(fileparts(mfilename('fullpath')), 'output');
1212

13+
cfg.subject.subjectGrp = 'pilot';
14+
cfg.subject.sessionNb = 1;
15+
cfg.subject.askGrpSess = [false false];
16+
1317
%% Debug mode settings
1418

1519
cfg.debug.do = false; % To test the script out of the scanner, skip PTB sync

0 commit comments

Comments
 (0)