Update README.md
Browse files
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.
|