Skip to content

Commit 7082ccf

Browse files
committed
add amps and depths to default spikes attributes
1 parent 958de5b commit 7082ccf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

brainbox/io/one.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
_logger = logging.getLogger('ibllib')
2828

2929

30-
SPIKES_ATTRIBUTES = ['clusters', 'times']
30+
SPIKES_ATTRIBUTES = ['clusters', 'times', 'amps', 'depths']
3131
CLUSTERS_ATTRIBUTES = ['channels', 'depths', 'metrics']
3232

3333

0 commit comments

Comments
 (0)