Configure a MatchTractCatalogTask, including a configurable matching subtask.
Definition at line 141 of file match_tract_catalog.py.
◆ 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.
◆ match_tract_catalog
pexConfig 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: