MatchType

class lsst.pipe.tasks.diff_matched_tract_catalog.MatchType(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: Enum

Attributes Summary

ALL

MATCH_RIGHT

MATCH_WRONG

Attributes Documentation

ALL = 'all'
MATCH_RIGHT = 'match_right'
MATCH_WRONG = 'match_wrong'