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 2424 % their associated default value.
2525 %
2626 % - ``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
2828 % modality:
2929 %
3030 % - ``pc`` is for behavioral test
3434 % - ``cfg.verbose = 0``
3535 % sets how talkative the code will be. Possible values range from ``0`` to ``2``.
3636 %
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+ %
3743 % - ``cfg.useGUI = false``
3844 % sets whether a graphic interface should be used for the ``userInputs()``
3945 % to query about group name, as well as for session, subject and run number.
4248 % sets where the data will be saved.
4349 %
4450 % Filename options:
45- % Sets options that will help in creating the filenames.
51+ % sets options that will help in creating the filenames.
4652 %
4753 % - ``cfg.fileName.task = ''``
4854 % sets the name to be given to the task
You can’t perform that action at this time.
0 commit comments