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 3a2671a commit b3922fcCopy full SHA for b3922fc
element_array_ephys/ephys_precluster.py
@@ -667,8 +667,7 @@ def make(self, key):
667
# -- Spike-sites and Spike-depths --
668
spike_sites = np.array([channel2electrodes[s]['electrode']
669
for s in kilosort_dataset.data['spike_sites']])
670
- spike_depths = kilosort_dataset.data['spike_depths'] \
671
- if 'pc_features' in kilosort_dataset.data else None
+ spike_depths = kilosort_dataset.data['spike_depths']
672
673
# -- Insert unit, label, peak-chn
674
units = []
0 commit comments