Skip to content

Commit 38b4be8

Browse files
h-mayorquinrly
andauthored
Add ndx-binned-spikes extension (#55)
Co-authored-by: Ryan Ly <rly@lbl.gov>
1 parent 6e636c4 commit 38b4be8

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

ndx-binned-spikes/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# ndx-binned-spikes Extension for NWB
2+
3+
This extension is meant for storing binned spike count data from neural recordings. It provides two types: `BinnedAlignedSpikes` for storing spike counts aligned to specific events (like stimuli or behavioral events) in a 3D structure (units × events × bins), ideal for peri-stimulus time histogram (PSTH) analysis; and `BinnedSpikes` for storing continuous spike counts across entire experimental sessions in a 2D structure (units × bins), useful for analyzing long-term neural activity patterns. Both classes support linking to NWB Units tables and can handle multiple units simultaneously, making it easy to store and analyze pre-binned spike data without recomputing from raw spike times.
4+
5+
See the full description and documentation at:
6+
https://github.com/catalystneuro/ndx-binned-spikes
7+

ndx-binned-spikes/ndx-meta.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: ndx-binned-spikes
2+
version: 0.3.1
3+
src: https://github.com/catalystneuro/ndx-binned-spikes
4+
pip: https://pypi.org/project/ndx-binned-spikes/
5+
license: BSD
6+
maintainers:
7+
- h-mayorquin
8+
9+

0 commit comments

Comments
 (0)