lsst.pipe.tasks ge1bc22dbe7+3fe987bc49
Static Public Attributes | List of all members
lsst.pipe.tasks.match_tract_catalog.MatchTractCatalogConnections Class Reference
Inheritance diagram for lsst.pipe.tasks.match_tract_catalog.MatchTractCatalogConnections:
lsst.pipe.tasks.match_tract_catalog.MatchTractCatalogConfig

Static Public Attributes

 cat_ref
 
 cat_target
 
 skymap
 
 cat_output_ref
 
 cat_output_target
 

Detailed Description

Definition at line 45 of file match_tract_catalog.py.

Member Data Documentation

◆ cat_output_ref

lsst.pipe.tasks.match_tract_catalog.MatchTractCatalogConnections.cat_output_ref
static
Initial value:
= cT.Output(
doc="Reference matched catalog with indices of target matches",
name="match_ref_{name_input_cat_ref}_{name_input_cat_target}",
storageClass="DataFrame",
dimensions=("tract", "skymap"),
)

Definition at line 70 of file match_tract_catalog.py.

◆ cat_output_target

lsst.pipe.tasks.match_tract_catalog.MatchTractCatalogConnections.cat_output_target
static
Initial value:
= cT.Output(
doc="Target matched catalog with indices of reference matches",
name="match_target_{name_input_cat_ref}_{name_input_cat_target}",
storageClass="DataFrame",
dimensions=("tract", "skymap"),
)

Definition at line 76 of file match_tract_catalog.py.

◆ cat_ref

lsst.pipe.tasks.match_tract_catalog.MatchTractCatalogConnections.cat_ref
static
Initial value:
= cT.Input(
doc="Reference object catalog to match from",
name="{name_input_cat_ref}",
storageClass="DataFrame",
dimensions=("tract", "skymap"),
deferLoad=True,
)

Definition at line 50 of file match_tract_catalog.py.

◆ cat_target

lsst.pipe.tasks.match_tract_catalog.MatchTractCatalogConnections.cat_target
static
Initial value:
= cT.Input(
doc="Target object catalog to match",
name="{name_input_cat_target}",
storageClass="DataFrame",
dimensions=("tract", "skymap"),
deferLoad=True,
)

Definition at line 57 of file match_tract_catalog.py.

◆ skymap

lsst.pipe.tasks.match_tract_catalog.MatchTractCatalogConnections.skymap
static
Initial value:
= cT.Input(
doc="Input definition of geometry/bbox and projection/wcs for coadded exposures",
name=BaseSkyMap.SKYMAP_DATASET_TYPE_NAME,
storageClass="SkyMap",
dimensions=("skymap",),
)

Definition at line 64 of file match_tract_catalog.py.


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