|
lsst.pipe.tasks g2c8cee2ce7+8fcb1119d8
|
Public Member Functions | |
| runQuantum (self, butlerQC, inputRefs, outputRefs) | |
| pipeBase.Struct | run (self, astropy.table.Table catalog_ref, astropy.table.Table catalog_target, astropy.table.Table catalog_match_ref, astropy.table.Table catalog_match_target, afwGeom.SkyWcs wcs=None) |
Static Public Attributes | |
| ConfigClass = DiffMatchedTractCatalogConfig | |
Static Protected Attributes | |
| str | _DefaultName = "DiffMatchedTractCatalog" |
Load subsets of matched catalogs and output a merged catalog of matched sources.
Definition at line 312 of file diff_matched_tract_catalog.py.
| pipeBase.Struct lsst.pipe.tasks.diff_matched_tract_catalog.DiffMatchedTractCatalogTask.run | ( | self, | |
| astropy.table.Table | catalog_ref, | ||
| astropy.table.Table | catalog_target, | ||
| astropy.table.Table | catalog_match_ref, | ||
| astropy.table.Table | catalog_match_target, | ||
| afwGeom.SkyWcs | wcs = None ) |
Load matched reference and target (measured) catalogs, measure summary statistics, and output
a combined matched catalog with columns from both inputs.
Parameters
----------
catalog_ref : `astropy.table.Table`
A reference catalog to diff objects/sources from.
catalog_target : `astropy.table.Table`
A target catalog to diff reference objects/sources to.
catalog_match_ref : `astropy.table.Table`
A catalog with match indices of target sources and selection flags
for each reference source.
catalog_match_target : `astropy.table.Table`
A catalog with selection flags for each target source.
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 341 of file diff_matched_tract_catalog.py.
| lsst.pipe.tasks.diff_matched_tract_catalog.DiffMatchedTractCatalogTask.runQuantum | ( | self, | |
| butlerQC, | |||
| inputRefs, | |||
| outputRefs ) |
Definition at line 318 of file diff_matched_tract_catalog.py.
|
staticprotected |
Definition at line 316 of file diff_matched_tract_catalog.py.
|
static |
Definition at line 315 of file diff_matched_tract_catalog.py.