Definition at line 46 of file match_tract_catalog.py.
◆ __init__()
| lsst.pipe.tasks.match_tract_catalog.MatchTractCatalogConnections.__init__ |
( |
| self, |
|
|
* | , |
|
|
| config = None ) |
◆ 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="ArrowAstropy",
dimensions=("tract", "skymap"),
)
Definition at line 71 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="ArrowAstropy",
dimensions=("tract", "skymap"),
)
Definition at line 77 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="ArrowAstropy",
dimensions=("tract", "skymap"),
deferLoad=True,
)
Definition at line 51 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="ArrowAstropy",
dimensions=("tract", "skymap"),
deferLoad=True,
)
Definition at line 58 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 65 of file match_tract_catalog.py.
The documentation for this class was generated from the following file: