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 a392e57 commit 44dbe8cCopy full SHA for 44dbe8c
element_array_ephys/ephys_acute.py
@@ -533,8 +533,7 @@ def make(self, key):
533
# -- Spike-sites and Spike-depths --
534
spike_sites = np.array([channel2electrodes[s]['electrode']
535
for s in kilosort_dataset.data['spike_sites']])
536
- spike_depths = kilosort_dataset.data['spike_depths'] \
537
- if 'pc_features' in kilosort_dataset.data else None
+ spike_depths = kilosort_dataset.data['spike_depths']
538
539
# -- Insert unit, label, peak-chn
540
units = []
0 commit comments