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
<!-- European data format (Each recording consisting of a .edf file)
100
+
101
+
BrainVision Core Data Format (Each recording consisting of a .vhdr, .vmrk, .eeg file triplet)
102
+
103
+
The format used by the MATLAB toolbox EEGLAB (Each recording consisting of a .set file with an optional .fdt file)
104
+
105
+
Biosemi data format (Each recording consisting of a .bdf file) -->
106
+
107
+
108
+
EEGReference REQUIRED. General description of the reference scheme used and (when applicable) of location of the reference electrode in the raw recordings (e.g., "left mastoid", "Cz", "CMS"). If different channels have a different reference, this field should have a general description and the channel specific reference should be defined in the _channels.tsv file.
109
+
SamplingFrequency REQUIRED. Sampling frequency (in Hz) of all the data in the recording, regardless of their type (e.g., 2400).
110
+
PowerLineFrequency REQUIRED. Frequency (in Hz) of the power grid at the geographical location of the EEG instrument (i.e., 50 or 60).
111
+
SoftwareFilters REQUIRED. A JSON object of temporal software filters applied, or "n/a" if the data is not available. Each key:value pair in the JSON object is a name of the filter and an object in which its parameters are defined as key:value pairs. E.g., {"Anti-aliasing filter": {"half-amplitude cutoff (Hz)": 500, "Roll-off": "6dB/Octave"}}.
112
+
113
+
90
114
91
115
- MEG
92
116
93
117
???
94
118
95
119
- Eyetracker
96
120
121
+
current format
122
+
`<matches>_recording-eyetracking_physio.tsv.gz`
123
+
124
+
future BEP format in a dedicated eyetracker folder
0 commit comments