You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: utils/blech_nex_convert.py
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -98,6 +98,7 @@ class unit_descriptor(tables.IsDescription):
98
98
single_unit=tables.Int32Col()
99
99
regular_spiking=tables.Int32Col()
100
100
fast_spiking=tables.Int32Col()
101
+
snr=tables.Float32Col() # Add SNR column
101
102
102
103
103
104
# Go through the dig_in_channel_nums and make an array of spike trains of dimensions (# trials x # units x trial duration (ms)) - use end of digital input pulse as the time of taste delivery
0 commit comments