From 26179fb63d3f2702def0b39132d5a6196fd190e1 Mon Sep 17 00:00:00 2001 From: Elissa Sutlief Date: Wed, 13 May 2026 18:00:44 -0400 Subject: [PATCH] Add 'no kilosort label' to ClusterQualityLabel contents Same fix as PR #22 (main branch), applied to ephys_no_curation.py on the datajoint-spikeinterface branch. --- element_array_ephys/ephys_no_curation.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/element_array_ephys/ephys_no_curation.py b/element_array_ephys/ephys_no_curation.py index 4a11ea78..2d41fe1e 100644 --- a/element_array_ephys/ephys_no_curation.py +++ b/element_array_ephys/ephys_no_curation.py @@ -767,6 +767,11 @@ class ClusterQualityLabel(dj.Lookup): ("mua", "multi-unit activity"), ("noise", "bad unit"), ("n.a.", "not available"), + ( + "no kilosort label", + "No kilosort label exists for this unit, likely because it was" + " the result of a merge or split during manual curation.", + ), ]