lsst.pipe.tasks g6a99470703+51f2fbd04f
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

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

Detailed Description

Definition at line 474 of file diff_matched_tract_catalog.py.

Member Data Documentation

◆ ALL

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

Definition at line 475 of file diff_matched_tract_catalog.py.

◆ MATCH_RIGHT

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

Definition at line 476 of file diff_matched_tract_catalog.py.

◆ MATCH_WRONG

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

Definition at line 477 of file diff_matched_tract_catalog.py.


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