|
lsst.pipe.tasks g5b638a483d+be830b2de3
|
Public Member Functions | |
| tuple[set, set] | get_columns_in (self) |
| tuple[dict[str, None], dict[str, None]] | get_columns_ordered_in (self) |
Public Attributes | |
| dict | dimensions = {"skymap"} |
Configure a MatchTractCatalogTask, including a configurable matching subtask.
Definition at line 231 of file match_tract_catalog.py.
| tuple[set, set] lsst.pipe.tasks.match_tract_catalog.MatchTractCatalogConfig.get_columns_in | ( | self | ) |
Get the set of input columns required for matching. This function exists for backward compatibility and simply returns the results of get_columns_ordered_in cast to sets.
Definition at line 271 of file match_tract_catalog.py.
| tuple[dict[str, None], dict[str, None]] lsst.pipe.tasks.match_tract_catalog.MatchTractCatalogConfig.get_columns_ordered_in | ( | self | ) |
Get the ordered 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 280 of file match_tract_catalog.py.
|
staticinherited |
Definition at line 76 of file match_tract_catalog.py.
|
staticinherited |
Definition at line 82 of file match_tract_catalog.py.
|
staticinherited |
Definition at line 88 of file match_tract_catalog.py.
|
staticinherited |
Definition at line 56 of file match_tract_catalog.py.
|
staticinherited |
Definition at line 63 of file match_tract_catalog.py.
|
static |
Definition at line 237 of file match_tract_catalog.py.
|
static |
Definition at line 243 of file match_tract_catalog.py.
|
inherited |
Definition at line 117 of file match_tract_catalog.py.
|
static |
Definition at line 247 of file match_tract_catalog.py.
|
static |
Definition at line 251 of file match_tract_catalog.py.
|
static |
Definition at line 255 of file match_tract_catalog.py.
|
static |
Definition at line 260 of file match_tract_catalog.py.
|
staticinherited |
Definition at line 70 of file match_tract_catalog.py.
|
static |
Definition at line 265 of file match_tract_catalog.py.