lsst.pipe.tasks g124d44cf3d+604aa34adb
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 498 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 499 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 500 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 501 of file diff_matched_tract_catalog.py.


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