1234567891011121314151617181920212223242526272829303132 |
- {
- "session_id": {
- "Description": "Unique identifier of the session"
- },
- "session_quality": {
- "Description": "General quality of the session (excellent/good/ok/bad)"
- },
- "data_quality": {
- "Description": "Quality of the recorded data (excellent/good/ok/bad)"
- },
- "number_of_trials": {
- "Description": "Number of trial within the session"
- },
- "comment": {
- "Description": "Comment by the experimenter"
- },
- "weekday": {
- "Description": "Day of the week the recording was performed (monday,tuesday,...)"
- "Levels": {
- "monday" : "The first day of the week",
- "tuesday": "The second day of the week",
- "wednesday": "The third day of the week",
- "thursday" : "The fourth day of the week",
- "friday": "The fifth day of the week",
- "saturday": "The sixth day of the week",
- "sunday": "The seventh day of the week"
- }
- },
- "noisy": {
- "Description": "Was noise observed in the data during the recording (yes/no)"
- }
- }
|