Definition at line 43 of file forcedPhotDetector.py.
◆ __init__()
| lsst.pipe.tasks.forcedPhotDetector.ForcedPhotDetectorConnections.__init__ |
( |
| self, |
|
|
* | , |
|
|
| config = None ) |
◆ diaExposure
| lsst.pipe.tasks.forcedPhotDetector.ForcedPhotDetectorConnections.diaExposure |
|
static |
Initial value:= cT.Input(
doc="Input difference image to perform photometry on.",
name="difference_image",
storageClass="ExposureF",
dimensions=["visit", "detector"],
)
Definition at line 51 of file forcedPhotDetector.py.
◆ exposure
| lsst.pipe.tasks.forcedPhotDetector.ForcedPhotDetectorConnections.exposure |
|
static |
Initial value:= cT.Input(
doc="Input exposure to perform photometry on.",
name="visit_image",
storageClass="ExposureF",
dimensions=["visit", "detector"],
)
Definition at line 45 of file forcedPhotDetector.py.
◆ outputCatalog
| lsst.pipe.tasks.forcedPhotDetector.ForcedPhotDetectorConnections.outputCatalog |
|
static |
Initial value:= cT.Output(
doc="Output forced photometry catalog.",
name="object_forced_source_unstandardized",
storageClass="DataFrame",
dimensions=("visit", "detector", "skymap", "tract")
)
Definition at line 71 of file forcedPhotDetector.py.
◆ refCat
| lsst.pipe.tasks.forcedPhotDetector.ForcedPhotDetectorConnections.refCat |
|
static |
Initial value:= cT.Input(
doc="Catalog of shapes and positions at which to force photometry.",
name="object_patch",
storageClass="ArrowAstropy",
dimensions=["tract", "patch"],
multiple=True,
deferLoad=True,
)
Definition at line 57 of file forcedPhotDetector.py.
◆ skyMap
| lsst.pipe.tasks.forcedPhotDetector.ForcedPhotDetectorConnections.skyMap |
|
static |
Initial value:= cT.Input(
doc="SkyMap dataset that defines the coordinate system of the reference catalog.",
name=BaseSkyMap.SKYMAP_DATASET_TYPE_NAME,
storageClass="SkyMap",
dimensions=["skymap"],
)
Definition at line 65 of file forcedPhotDetector.py.
The documentation for this class was generated from the following file: