sub-i_sessions.json 630 B

1234567891011121314151617181920212223
  1. {
  2. "SessionId": {
  3. "Description": "Unique identifier of the session"
  4. },
  5. "SessionQuality": {
  6. "Description": "General quality of the session (excellent/good/ok/bad)"
  7. },
  8. "DataQuality": {
  9. "Description": "Quality of the recorded data (excellent/good/ok/bad)"
  10. },
  11. "#Trials": {
  12. "Description": "Number of trial within the session"
  13. },
  14. "Comment": {
  15. "Description": "Comment by the experimenter"
  16. },
  17. "Weekday": {
  18. "Description": "Day of the week the recording was performed (monday,tuesday,...)"
  19. },
  20. "Noisy": {
  21. "Description": "Was noise observed in the data during the recording (yes/no)"
  22. }
  23. }