You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,7 +129,7 @@ and give access back to the keyboards.
129
129
130
130
### getResponse
131
131
132
-
It is wrapper function to use `KbQueue` which is definitely what you should used to collect responses.
132
+
It is wrapper function to use `KbQueue` which is definitely what you should use to collect responses.
133
133
134
134
You can easily collect responses while running some other code at the same time.
135
135
@@ -173,11 +173,18 @@ This will handle the Eye Tracker (EyeLink set up) and can be called to initializ
173
173
174
174
Use that to stop your script and only restart when the space bar is pressed.
175
175
176
+
177
+
### waitForTrigger
178
+
179
+
Counts a certain number of triggers coming from the mri/scanner before returning.
180
+
Requires number of triggers to wait for.
181
+
182
+
176
183
## Annexes
177
184
178
185
### Experiment template [ WIP ]
179
186
180
-
### `devSandobox.m` stand-alone
187
+
### `devSandbox.m` stand-alone
181
188
182
189
This script is a stand-alone function that can be useful as a sandbox to develop the PTB audio/visual stimulation of your experiment. No input/output required.
0 commit comments