|
| __init__ (self, initInputs, **kwargs) |
|
| runQuantum (self, butlerQC, inputRefs, outputRefs) |
|
pipeBase.Struct | run (self, pd.DataFrame catalog_ref, pd.DataFrame catalog_target, afwGeom.SkyWcs wcs=None) |
|
Match sources in a reference tract catalog with those in a target catalog.
Definition at line 171 of file match_tract_catalog.py.
◆ __init__()
lsst.pipe.tasks.match_tract_catalog.MatchTractCatalogTask.__init__ |
( |
| self, |
|
|
| initInputs, |
|
|
** | kwargs ) |
◆ run()
pipeBase.Struct lsst.pipe.tasks.match_tract_catalog.MatchTractCatalogTask.run |
( |
| self, |
|
|
pd.DataFrame | catalog_ref, |
|
|
pd.DataFrame | catalog_target, |
|
|
afwGeom.SkyWcs | wcs = None ) |
Match sources in a reference tract catalog with a target catalog.
Parameters
----------
catalog_ref : `pandas.DataFrame`
A reference catalog to match objects/sources from.
catalog_target : `pandas.DataFrame`
A target catalog to match reference objects/sources to.
wcs : `lsst.afw.image.SkyWcs`
A coordinate system to convert catalog positions to sky coordinates,
if necessary.
Returns
-------
retStruct : `lsst.pipe.base.Struct`
A struct with output_ref and output_target attribute containing the
output matched catalogs.
Definition at line 193 of file match_tract_catalog.py.
◆ runQuantum()
lsst.pipe.tasks.match_tract_catalog.MatchTractCatalogTask.runQuantum |
( |
| self, |
|
|
| butlerQC, |
|
|
| inputRefs, |
|
|
| outputRefs ) |
◆ _DefaultName
str lsst.pipe.tasks.match_tract_catalog.MatchTractCatalogTask._DefaultName = "MatchTractCatalog" |
|
staticprotected |
◆ ConfigClass
The documentation for this class was generated from the following file: