lsst.pipe.tasks g8b9e2231ea+fa07cb600e
Public Member Functions | Static Public Attributes | List of all members
lsst.pipe.tasks.match_tract_catalog.MatchTractCatalogConfig Class Reference
Inheritance diagram for lsst.pipe.tasks.match_tract_catalog.MatchTractCatalogConfig:
lsst.pipe.tasks.match_tract_catalog.MatchTractCatalogConnections

Public Member Functions

Tuple[Set, Set] get_columns_in (self)
 

Static Public Attributes

 match_tract_catalog
 

Detailed Description

Configure a MatchTractCatalogTask, including a configurable matching subtask.

Definition at line 141 of file match_tract_catalog.py.

Member Function Documentation

◆ get_columns_in()

Tuple[Set, Set] lsst.pipe.tasks.match_tract_catalog.MatchTractCatalogConfig.get_columns_in (   self)
Get the set of input columns required for matching.

Returns
-------
columns_ref : `set` [`str`]
    The set of required input catalog column names.
columns_target : `set` [`str`]
    The set of required target catalog column names.

Definition at line 152 of file match_tract_catalog.py.

Member Data Documentation

◆ match_tract_catalog

lsst.pipe.tasks.match_tract_catalog.MatchTractCatalogConfig.match_tract_catalog
static
Initial value:
= pexConfig.ConfigurableField(
target=MatchTractCatalogSubTask,
doc="Task to match sources in a reference tract catalog with a target catalog",
)

Definition at line 147 of file match_tract_catalog.py.


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