sub-l_ses-101210_task-r2g_run-001_ephys.json 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. {
  2. "channelID": {
  3. "Description": "Unique identifier of the channel"
  4. },
  5. "contact_id": {
  6. "Description": "Unique identifier of the contact"
  7. },
  8. "sampling_frequency": {
  9. "Description": "Sampling frequency of the recording signal"
  10. },
  11. "units": {
  12. "Description": "Units of the recording signal"
  13. },
  14. "channel_name": {
  15. "Description": "Custom name of the recording channel"
  16. },
  17. "file_origin": {
  18. "Description": "Source file of the signal"
  19. },
  20. "connector_id": {
  21. "Description": "Id of the connector used for recording the signal"
  22. },
  23. "connector_pin_ID": {
  24. "Description": "Pin used for recording the signal"
  25. },
  26. "nev_dig_factor": {
  27. "Description": "Digitization factor of the nev file"
  28. },
  29. "nb_sorted_units": {
  30. "Description": "Number of sorted units on this channel"
  31. },
  32. "nev_hi_freq_order": {
  33. "Description": "High pass order of the frequency filter"
  34. },
  35. "nev_hi_freq_type": {
  36. "Description": "Type of the high pass frequency filter"
  37. },
  38. "nev_lo_freq_order": {
  39. "Description": "Low pass order of the frequency filter"
  40. },
  41. "nev_lo_freq_type": {
  42. "Description": "Type of the high pass frequency filter"
  43. },
  44. "nsx_hi_freq_order": {
  45. "Description": "Order of the high pass frequency filter"
  46. },
  47. "nsx_lo_freq_order": {
  48. "Description": "Order of the low pass frequency filter"
  49. },
  50. "nsx_hi_freq_type": {
  51. "Description": "Type of the high pass frequency filter"
  52. },
  53. "nsx_lo_freq_type": {
  54. "Description": "Type of the low pass frequency filter"
  55. },
  56. "nsx": {
  57. "Description": "NsX value used for storing of the signal"
  58. },
  59. "hi_pass_freq": {
  60. "Description": "Cutoff frequency of the high pass filter"
  61. },
  62. "lo_pass_freq": {
  63. "Description": "Cutoff frequency of the low pass filter"
  64. },
  65. "hi_pass_order": {
  66. "Description": "Order of the high pass filter"
  67. },
  68. "lo_pass_order": {
  69. "Description": "Order of the low pass filter"
  70. },
  71. "filter_type": {
  72. "Description": "Type of filter used"
  73. },
  74. "electrode_reject_LFC": {
  75. "Description": "Rejection of the signal in low frequency components (TRUE/FALSE)"
  76. },
  77. "electrode_reject_IFC": {
  78. "Description": "Rejection of the signal in intermediate frequency components (TRUE/FALSE)"
  79. },
  80. "electrode_reject_HFC": {
  81. "Description": "Rejection of the signal in high frequency components (TRUE/FALSE)"
  82. },
  83. "connector_aligned_id": {
  84. "Description": "channelID in a spatially organized grid"
  85. },
  86. "coordinates_x": {
  87. "Description": "X-coordinate of the channel"
  88. },
  89. "coordinates_y": {
  90. "Description": "Y-coordinate of the channel"
  91. }
  92. }