Skip to content

Commit 5a9eed0

Browse files
committed
update documentation
1 parent d537b2a commit 5a9eed0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/functions_description.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* 1.6. [eyeTracker](#eyeTracker)
1111
* 1.7. [standByScreen](#standByScreen)
1212
* 1.8. [waitForTrigger](#waitForTrigger)
13-
* 1.9 [readOutputFilter](#readOutputFilter)
13+
* 1.9 [readAndFilterLogfile](#readAndFilterLogfile)
1414
* 2. [Keyboard functions: response collection and aborting experiment](#Keyboardfunctions:responsecollectionandabortingexperiment)
1515
* 2.1. [testKeyboards](#testKeyboards)
1616
* 2.2. [getResponse](#getResponse)
@@ -74,9 +74,9 @@ It shows a basic one-page instruction stored in `cfg.task.instruction` and wait
7474
Counts a certain number of triggers coming from the mri/scanner before returning.
7575
Requires number of triggers to wait for.
7676

77-
### 1.9 <a name='readOutputFilter'></a>readOutputFilter
77+
### 1.9 <a name='readAndFilterLogfile'></a>readAndFilterLogfile
7878

79-
At the end of your experiment will display in the command window part of the `*events.tsv` file filterd by an element (e.g. 'trigger').
79+
Displays in the command window part of the `*events.tsv` file filterd by an element (e.g. 'trigger'). It can take the last output produced (through `cfg`) or any output BIDS compatible (through file path).
8080

8181
## 2. <a name='Keyboardfunctions:responsecollectionandabortingexperiment'></a>Keyboard functions: response collection and aborting experiment
8282

0 commit comments

Comments
 (0)