task-bci_events.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "onset": {
  3. "Description": "Onset of the event",
  4. "Units": "Seconds"
  5. },
  6. "duration": {
  7. "Description": "Duration of the event",
  8. "Units": "Seconds"
  9. },
  10. "trial_type": {
  11. "Description": "Target or non-target",
  12. "Levels": {
  13. "target": 1,
  14. "nontarget": 0
  15. }
  16. },
  17. "value": {
  18. "Description": "The code (EEG Marker value) associated with an event"
  19. },
  20. "sample": {
  21. "Description": "The sample within the EEG data at which an event occurred"
  22. },
  23. "target": {
  24. "Description": "Current target stimuli matrix cell ID"
  25. },
  26. "epoch_id": {
  27. "Description": "Legacy"
  28. },
  29. "session_id": {
  30. "Description": "Current session number"
  31. },
  32. "fingers": {
  33. "Description": "Dictionary, {stimuli code: finger}"
  34. },
  35. "finger": {
  36. "Description": "Finger being stimulated"
  37. },
  38. "ecg_r_peak_direction": {
  39. "Description": "Target or non-target",
  40. "Levels": {
  41. "R-peak is up,": 1,
  42. "R-peak is down": -1,
  43. "No valid ECG": [0,2]
  44. }
  45. },
  46. "leading_hand": {
  47. "Levels": {
  48. "right": "r",
  49. "left": "l"
  50. }
  51. },
  52. "reading_finger": {
  53. "Description": "List of fingers used by participand for daily Braille reading, if any"
  54. },
  55. "blind":{
  56. "Levels": {
  57. "blind": 1,
  58. "sighted": 0
  59. }
  60. },
  61. "blindness_age": {
  62. "Description": "Age of complete vision loss"
  63. },
  64. "order": {
  65. "Description": "Index of the record in the experiment. Failed sessions that have not made it into the dataset are counted."
  66. },
  67. "user": {
  68. "Description": "User ID"
  69. },
  70. "reading_time": {
  71. "Description": "Time of reading Braille text of standard informed consent",
  72. "Units": "Seconds"
  73. },
  74. "braille_display_user": {
  75. "Levels":{
  76. "The subject uses Braille display in daily life": 1,
  77. "The subject does not use Braille display in daily life":0
  78. }
  79. },
  80. "daily_braille_time": {
  81. "Description": "Self-reported daily Braille usage",
  82. "Units": "Hours"
  83. },
  84. "age": {
  85. "Description": "User's age",
  86. "Units": "Years"
  87. },
  88. "misuc": {
  89. "Levels":{
  90. "Musical experience (except vocal)": 1,
  91. "No musical experience": 0
  92. }
  93. },
  94. "remaining_vision": {
  95. "Levels":{
  96. "Residual vision": 1,
  97. "No residual vision": 0
  98. }
  99. },
  100. "sex": {
  101. "Levels":{
  102. "male": "male",
  103. "female": "female"
  104. }
  105. },
  106. "blind_years": {
  107. "Description": "years passed from total vision loss",
  108. "Units": "Years"
  109. },
  110. "congenitaly_blind": {
  111. "Levels":{
  112. "Congenital blindness": 1,
  113. "Acquired blindness": 0
  114. }
  115. },
  116. "reg": {
  117. "Description": "Session"
  118. }
  119. }