File tree Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Expand file tree Collapse file tree 1 file changed +8
-2
lines changed Original file line number Diff line number Diff line change 24
24
% their associated default value.
25
25
%
26
26
% - ``cfg.testingDevice = 'pc'``
27
- % set the way the experiment is run and the different options match the imaging
27
+ % sets the way the experiment is run and the different options match the imaging
28
28
% modality:
29
29
%
30
30
% - ``pc`` is for behavioral test
34
34
% - ``cfg.verbose = 0``
35
35
% sets how talkative the code will be. Possible values range from ``0`` to ``2``.
36
36
%
37
+ % - ``0``: "I don't want to hear anything from CPP_BIDS."
38
+ % - ``1``: "I want to get my warnings."
39
+ % - ``2``: "Tell me everything!"
40
+ %
41
+ % For implementation see ``utils/talkToMe`` and ``utils/throwWarning``.
42
+ %
37
43
% - ``cfg.useGUI = false``
38
44
% sets whether a graphic interface should be used for the ``userInputs()``
39
45
% to query about group name, as well as for session, subject and run number.
42
48
% sets where the data will be saved.
43
49
%
44
50
% Filename options:
45
- % Sets options that will help in creating the filenames.
51
+ % sets options that will help in creating the filenames.
46
52
%
47
53
% - ``cfg.fileName.task = ''``
48
54
% sets the name to be given to the task
You can’t perform that action at this time.
0 commit comments