ConsistentDataIds¶
-
class
lsst.daf.butler.registry.ConsistentDataIds(overlaps: bool, contains: bool, within: bool)¶ Bases:
objectA 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 ofConsistentDataIdscoerces toTruein boolean contexts.Attributes Summary
disjointIf True, the two data IDs have no keys in common.equalIf True, the two data IDs are the same.Attributes Documentation