lsst.pipe.tasks g13b7538eaf+caabbbbd3a
Public Member Functions | Static Public Attributes | List of all members
lsst.pipe.tasks.match_tract_catalog.MatchTractCatalogTask Class Reference
Inheritance diagram for lsst.pipe.tasks.match_tract_catalog.MatchTractCatalogTask:

Public Member Functions

def __init__ (self, initInputs, **kwargs)
 
def runQuantum (self, butlerQC, inputRefs, outputRefs)
 
pipeBase.Struct run (self, pd.DataFrame catalog_ref, pd.DataFrame catalog_target, afwGeom.SkyWcs wcs=None)
 

Static Public Attributes

 ConfigClass = MatchTractCatalogConfig
 

Detailed Description

Match sources in a reference tract catalog with those in a target catalog.

Definition at line 171 of file match_tract_catalog.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.pipe.tasks.match_tract_catalog.MatchTractCatalogTask.__init__ (   self,
  initInputs,
**  kwargs 
)

Definition at line 177 of file match_tract_catalog.py.

Member Function Documentation

◆ 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()

def lsst.pipe.tasks.match_tract_catalog.MatchTractCatalogTask.runQuantum (   self,
  butlerQC,
  inputRefs,
  outputRefs 
)

Definition at line 181 of file match_tract_catalog.py.

Member Data Documentation

◆ ConfigClass

lsst.pipe.tasks.match_tract_catalog.MatchTractCatalogTask.ConfigClass = MatchTractCatalogConfig
static

Definition at line 174 of file match_tract_catalog.py.


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