sub-l_sessions.json 993 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "session_id": {
  3. "Description": "Unique identifier of the session"
  4. },
  5. "session_quality": {
  6. "Description": "General quality of the session (excellent/good/ok/bad)"
  7. },
  8. "data_quality": {
  9. "Description": "Quality of the recorded data (excellent/good/ok/bad)"
  10. },
  11. "number_of_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. "Levels": {
  20. "monday" : "The first day of the week",
  21. "tuesday": "The second day of the week",
  22. "wednesday": "The third day of the week",
  23. "thursday" : "The fourth day of the week",
  24. "friday": "The fifth day of the week",
  25. "saturday": "The sixth day of the week",
  26. "sunday": "The seventh day of the week"
  27. }
  28. },
  29. "noisy": {
  30. "Description": "Was noise observed in the data during the recording (yes/no)"
  31. }
  32. }