arrays.json 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. {
  2. "signals_medians": {
  3. "dtype": "float32",
  4. "shape": [
  5. 32
  6. ],
  7. "annotations": {}
  8. },
  9. "signals_mads": {
  10. "dtype": "float32",
  11. "shape": [
  12. 32
  13. ],
  14. "annotations": {}
  15. },
  16. "all_peaks": {
  17. "dtype": [
  18. [
  19. "index",
  20. "<i8"
  21. ],
  22. [
  23. "cluster_label",
  24. "<i8"
  25. ],
  26. [
  27. "channel",
  28. "<i8"
  29. ],
  30. [
  31. "segment",
  32. "<i8"
  33. ],
  34. [
  35. "extremum_amplitude",
  36. "<f8"
  37. ]
  38. ],
  39. "shape": [
  40. 755
  41. ],
  42. "annotations": {}
  43. },
  44. "some_peaks_index": {
  45. "dtype": "int64",
  46. "shape": [
  47. 753
  48. ],
  49. "annotations": {}
  50. },
  51. "some_noise_index": {
  52. "dtype": [
  53. [
  54. "index",
  55. "<i8"
  56. ],
  57. [
  58. "cluster_label",
  59. "<i8"
  60. ],
  61. [
  62. "channel",
  63. "<i8"
  64. ],
  65. [
  66. "segment",
  67. "<i8"
  68. ],
  69. [
  70. "extremum_amplitude",
  71. "<f8"
  72. ]
  73. ],
  74. "shape": [
  75. 300
  76. ],
  77. "annotations": {}
  78. },
  79. "some_noise_snippet": {
  80. "dtype": "float32",
  81. "shape": [
  82. 300,
  83. 160,
  84. 32
  85. ],
  86. "annotations": {}
  87. },
  88. "some_features": {
  89. "dtype": "float32",
  90. "shape": [
  91. 753,
  92. 96
  93. ],
  94. "annotations": {}
  95. },
  96. "channel_to_features": {
  97. "dtype": "bool",
  98. "shape": [
  99. 32,
  100. 96
  101. ],
  102. "annotations": {}
  103. },
  104. "some_noise_features": {
  105. "dtype": "float32",
  106. "shape": [
  107. 300,
  108. 96
  109. ],
  110. "annotations": {}
  111. },
  112. "clusters": {
  113. "dtype": [
  114. [
  115. "cluster_label",
  116. "<i8"
  117. ],
  118. [
  119. "cell_label",
  120. "<i8"
  121. ],
  122. [
  123. "extremum_channel",
  124. "<i8"
  125. ],
  126. [
  127. "extremum_amplitude",
  128. "<f8"
  129. ],
  130. [
  131. "waveform_rms",
  132. "<f8"
  133. ],
  134. [
  135. "nb_peak",
  136. "<i8"
  137. ],
  138. [
  139. "tag",
  140. "<U16"
  141. ],
  142. [
  143. "annotations",
  144. "<U32"
  145. ],
  146. [
  147. "color",
  148. "<u4"
  149. ]
  150. ],
  151. "shape": [
  152. 11
  153. ],
  154. "annotations": {}
  155. },
  156. "centroids_median": {
  157. "dtype": "float32",
  158. "shape": [
  159. 11,
  160. 160,
  161. 32
  162. ],
  163. "annotations": {}
  164. },
  165. "centroids_mad": {
  166. "dtype": "float32",
  167. "shape": [
  168. 11,
  169. 160,
  170. 32
  171. ],
  172. "annotations": {}
  173. },
  174. "centroids_mean": {
  175. "dtype": "float32",
  176. "shape": [
  177. 11,
  178. 160,
  179. 32
  180. ],
  181. "annotations": {}
  182. },
  183. "centroids_std": {
  184. "dtype": "float32",
  185. "shape": [
  186. 11,
  187. 160,
  188. 32
  189. ],
  190. "annotations": {}
  191. },
  192. "centroids_sparse_mask": {
  193. "dtype": "bool",
  194. "shape": [
  195. 11,
  196. 32
  197. ],
  198. "annotations": {}
  199. }
  200. }