-
Notifications
You must be signed in to change notification settings - Fork 198
Expand file tree
/
Copy pathevents.yaml
More file actions
51 lines (50 loc) · 1.36 KB
/
events.yaml
File metadata and controls
51 lines (50 loc) · 1.36 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
---
Events:
selectors:
- suffix == "events"
columns:
onset: required
duration: required
trial_type: optional
response_time: optional
HED: optional
stim_file: optional
channel:
level: optional
description_addendum: |
Note that this column only applies to data types where
channels are specified, such as EEG, iEEG, MEG, NIRS or microephys.
# TODO: Make the addendums more clear and descriptive
data_entity_id:
level: optional
description_addendum: |
Note that this column only applies to
microelectrode electrophysiology data type.
duration_index:
level: optional
description_addendum: |
Note that this column only applies to
microelectrode electrophysiology data type.
onset_index:
level: optional
description_addendum: |
Note that this column only applies to
microelectrode electrophysiology data type.
trial_id:
level: optional
description_addendum: |
Note that this column only applies to
microelectrode electrophysiology data type.
additional_columns: allowed
initial_columns:
- onset
- duration
Behavioral:
selectors:
- suffix == "beh"
columns:
trial_type: optional
response_time: optional
HED: optional
stim_file: optional
additional_columns: allowed