1234567891011121314151617181920212223 |
- {
- "sessionID": {
- "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)"
- },
- "#_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,...)"
- },
- "noisy": {
- "Description": "Was noise observed in the data during the recording (yes/no)"
- }
- }
|