diff --git a/element_array_ephys/ephys.py b/element_array_ephys/ephys.py index 60ffa9b5..96f6d7f7 100644 --- a/element_array_ephys/ephys.py +++ b/element_array_ephys/ephys.py @@ -756,6 +756,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.", + ), ]