ConsistentDataIds¶
-
class
lsst.daf.butler.
ConsistentDataIds
(overlaps: bool, contains: bool, within: bool)¶ Bases:
object
A struct used to report relationships between data IDs by
Registry.relateDataIds
.If an instance of this class is returned (instead of
None
), the data IDs are “not inconsistent” - any keys they have in common have the same value, and any spatial or temporal relationships they have at least might involve an overlap. To capture this, any instance ofConsistentDataIds
coerces toTrue
in boolean contexts.Attributes Summary
disjoint
If True
, the two data IDs have no keys in common.equal
If True
, the two data IDs are the same.Attributes Documentation