lsst.pipe.tasks g5b638a483d+be830b2de3
Loading...
Searching...
No Matches
lsst.pipe.tasks.diff_matched_tract_catalog.DiffMatchedTractCatalogTask Class Reference
Inheritance diagram for lsst.pipe.tasks.diff_matched_tract_catalog.DiffMatchedTractCatalogTask:
lsst.pipe.tasks.diff_matched_tract_catalog.DiffMatchedTractCatalogTaskBase

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 = DiffMatchedTractCatalogBaseConfig

Static Protected Attributes

str _DefaultName = "DiffMatchedTractCatalog"

Detailed Description

PipelineTask version of DiffMatchedTractCatalogTaskBase.

Definition at line 530 of file diff_matched_tract_catalog.py.

Member Function Documentation

◆ run()

pipeBase.Struct lsst.pipe.tasks.diff_matched_tract_catalog.DiffMatchedTractCatalogTaskBase.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 )
inherited
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 332 of file diff_matched_tract_catalog.py.

◆ runQuantum()

lsst.pipe.tasks.diff_matched_tract_catalog.DiffMatchedTractCatalogTask.runQuantum ( self,
butlerQC,
inputRefs,
outputRefs )

Definition at line 535 of file diff_matched_tract_catalog.py.

Member Data Documentation

◆ _DefaultName

str lsst.pipe.tasks.diff_matched_tract_catalog.DiffMatchedTractCatalogTask._DefaultName = "DiffMatchedTractCatalog"
staticprotected

Definition at line 533 of file diff_matched_tract_catalog.py.

◆ ConfigClass

lsst.pipe.tasks.diff_matched_tract_catalog.DiffMatchedTractCatalogTaskBase.ConfigClass = DiffMatchedTractCatalogBaseConfig
staticinherited

Definition at line 330 of file diff_matched_tract_catalog.py.


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