ErrorCategory#
Python object: phenotypic.schema._error_category.ErrorCategory
Closed taxonomy of detection-error categories for object triage.
The enum value is the category-prefixed header (ErrorCategory_<label>)
per the MeasurementInfo convention, but callers persist and compare on
the bare ~MeasurementInfo.label (e.g. "debris"). Use
from_label to resolve a stored token back to a member.
Column label |
Description |
Type |
|---|---|---|
|
One colony split into multiple detections. |
|
|
A single colony under-detected — its mask captured too small or only partially covering the colony. |
|
|
Multiple touching colonies detected as one object. |
|
|
Not a colony — agar texture, reflection, or vignette. |
|
|
Dust, scratch, bubble, or other plate artifact. |
|
|
Removed without a specified reason (the catch-all bucket). |