lsst.pipe.tasks gaec7515425+e4adbcf0ac
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
lsst.pipe.tasks.diff_matched_tract_catalog.MatchType Class Reference
Inheritance diagram for lsst.pipe.tasks.diff_matched_tract_catalog.MatchType:

Static Public Attributes

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

Detailed Description

Definition at line 470 of file diff_matched_tract_catalog.py.

Member Data Documentation

◆ ALL

str lsst.pipe.tasks.diff_matched_tract_catalog.MatchType.ALL = 'all'
static

Definition at line 471 of file diff_matched_tract_catalog.py.

◆ MATCH_RIGHT

str lsst.pipe.tasks.diff_matched_tract_catalog.MatchType.MATCH_RIGHT = 'match_right'
static

Definition at line 472 of file diff_matched_tract_catalog.py.

◆ MATCH_WRONG

str lsst.pipe.tasks.diff_matched_tract_catalog.MatchType.MATCH_WRONG = 'match_wrong'
static

Definition at line 473 of file diff_matched_tract_catalog.py.


The documentation for this class was generated from the following file: