eminorhan commited on
Commit
f1ac0a1
·
verified ·
1 Parent(s): 3890dd6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -53,7 +53,7 @@ and display the first data row:
53
  }
54
  ```
55
  where:
56
- * `spike_counts` is a `uint8` array containing the spike count data.
57
  * `source_dataset` is an identifier string indicating the source dataset from which that particular row of data came from.
58
  * `subject_id` is an identifier string indicating the subject the data were recorded from.
59
  * `session_id` is an identifier string indicating the recording session.
 
53
  }
54
  ```
55
  where:
56
+ * `spike_counts` is a `uint8` array containing the spike count data. Its shape is `(n,t)` where `n` is the number of simultaneously recorded neurons in that session and `t` is the number of time bins (20 ms bins).
57
  * `source_dataset` is an identifier string indicating the source dataset from which that particular row of data came from.
58
  * `subject_id` is an identifier string indicating the subject the data were recorded from.
59
  * `session_id` is an identifier string indicating the recording session.