Skip to content

Commit 38eac38

Browse files
committed
add brief description in the docs
1 parent 66f235a commit 38eac38

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

docs/functions_description.md

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

77+
### 1.9 <a name='readOutputFilter'></a>readOutputFilter
78+
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').
7680

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

@@ -120,4 +124,4 @@ Define the parameters of the fixation cross in `cfg` and `expParameters` and thi
120124

121125
## 4. <a name='Drawingdots'></a>Drawing dots
122126

123-
## 5. <a name='Drawingapertures'></a>Drawing apertures
127+
## 5. <a name='Drawingapertures'></a>Drawing apertures

0 commit comments

Comments
 (0)