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