lsst.pipe.tasks ga84358f862+85c6baa312
Loading...
Searching...
No Matches
lsst.pipe.tasks.match_tract_catalog.MatchTractCatalogSubConfig Class Reference
Inheritance diagram for lsst.pipe.tasks.match_tract_catalog.MatchTractCatalogSubConfig:
lsst.pipe.tasks.match_tract_catalog_probabilistic.MatchTractCatalogProbabilisticConfig

Public Member Functions

set[str] columns_in_ref (self)
dict[str, None] columns_ordered_in_ref (self)
set[str] columns_in_target (self)
dict[str, None] columns_ordered_in_target (self)

Detailed Description

Config class for the MatchTractCatalogSubTask to define methods returning
values that depend on multiple config settings.

Definition at line 166 of file match_tract_catalog.py.

Member Function Documentation

◆ columns_in_ref()

set[str] lsst.pipe.tasks.match_tract_catalog.MatchTractCatalogSubConfig.columns_in_ref ( self)

◆ columns_in_target()

set[str] lsst.pipe.tasks.match_tract_catalog.MatchTractCatalogSubConfig.columns_in_target ( self)

◆ columns_ordered_in_ref()

dict[str, None] lsst.pipe.tasks.match_tract_catalog.MatchTractCatalogSubConfig.columns_ordered_in_ref ( self)

Definition at line 176 of file match_tract_catalog.py.

◆ columns_ordered_in_target()

dict[str, None] lsst.pipe.tasks.match_tract_catalog.MatchTractCatalogSubConfig.columns_ordered_in_target ( self)

Definition at line 185 of file match_tract_catalog.py.


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