lsst.pipe.tasks ge58d349132+8dab2a30a1
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
lsst.pipe.tasks.diff_matched_tract_catalog.SourceType Class Reference
Inheritance diagram for lsst.pipe.tasks.diff_matched_tract_catalog.SourceType:

Static Public Attributes

 ALL = SourceTypeInfo(is_extended=None, label='all')
 
 RESOLVED = SourceTypeInfo(is_extended=True, label='resolved')
 
 UNRESOLVED = SourceTypeInfo(is_extended=False, label='unresolved')
 

Detailed Description

Definition at line 468 of file diff_matched_tract_catalog.py.

Member Data Documentation

◆ ALL

lsst.pipe.tasks.diff_matched_tract_catalog.SourceType.ALL = SourceTypeInfo(is_extended=None, label='all')
static

Definition at line 469 of file diff_matched_tract_catalog.py.

◆ RESOLVED

lsst.pipe.tasks.diff_matched_tract_catalog.SourceType.RESOLVED = SourceTypeInfo(is_extended=True, label='resolved')
static

Definition at line 470 of file diff_matched_tract_catalog.py.

◆ UNRESOLVED

lsst.pipe.tasks.diff_matched_tract_catalog.SourceType.UNRESOLVED = SourceTypeInfo(is_extended=False, label='unresolved')
static

Definition at line 471 of file diff_matched_tract_catalog.py.


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