Skip to content

Commit 9eebf9f

Browse files
authored
Update Importing_Event_Epoch_Info.md
1 parent a9a4b50 commit 9eebf9f

File tree

1 file changed

+37
-13
lines changed

1 file changed

+37
-13
lines changed

tutorials/04_Import/Importing_Event_Epoch_Info.md

Lines changed: 37 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -283,19 +283,43 @@ stimulus/response task, with subject responses being either 'correct' or
283283
'wrong' and response latencies recorded in milliseconds. Then the epoch
284284
event file might look something like this:
285285

286-
|:----------------------------:|:------------------------------:|:---------------------------------------:|
287-
|**Epoch** |**Response** |**Response_latency** |
288-
|1 | Correct | 502 |
289-
|2 | Correct | 477 |
290-
|3 | Correct | 553 |
291-
|4 | Correct | 612 |
292-
|5 | Wrong | 430 |
293-
|6 | Correct | 525 |
294-
|7 | Correct | 498 |
295-
|8 | Correct | 601 |
296-
|9 | Correct | 398 |
297-
|10 | Correct | 573 |
298-
286+
<table>
287+
<tr>
288+
<td><strong>Epoch</strong></td>
289+
<td><strong>Response</strong></td>
290+
<td><strong>Response_latency</strong></td>
291+
</tr>
292+
<tr>
293+
<td>1</td>
294+
<td>Correct</td>
295+
<td>502</td>
296+
</tr>
297+
<tr>
298+
<td>2</td>
299+
<td>Correct</td>
300+
<td>477</td>
301+
</tr>
302+
<tr>
303+
<td>3</td>
304+
<td>Correct</td>
305+
<td>553</td>
306+
</tr>
307+
<tr>
308+
<td>4</td>
309+
<td>Correct</td>
310+
<td>612</td>
311+
</tr>
312+
<tr>
313+
<td>5</td>
314+
<td>Wrong</td>
315+
<td>430</td>
316+
</tr>
317+
<tr>
318+
<td>...</td>
319+
<td>...</td>
320+
<td>...</td>
321+
</tr>
322+
</table>
299323

300324
This file [tutorial_epoch.txt](http://sccn.ucsd.edu/eeglab/download/tutorial_epoch.txt) may
301325
be downloaded (or copied from the array above in a text file). Then select

0 commit comments

Comments
 (0)