We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c428e47 commit cdce624Copy full SHA for cdce624
element_array_ephys/readers/kilosort.py
@@ -91,6 +91,8 @@ def _stat(self):
91
self._data[base] = (np.reshape(d, d.shape[0])
92
if d.ndim == 2 and d.shape[1] == 1 else d)
93
94
+ self._data['channel_map'] = self._data['channel_map'].flatten()
95
+
96
# Read the Cluster Groups
97
for cluster_pattern, cluster_col_name in zip(['cluster_groups.*', 'cluster_KSLabel.*'],
98
['group', 'KSLabel']):
0 commit comments