Definition at line 45 of file match_tract_catalog.py.
◆ cat_output_ref
cT 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
cT 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
cT 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
cT 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
cT 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: