lsst.pipe.tasks gcf00bf066d+02752e367a
Loading...
Searching...
No Matches
lsst.pipe.tasks.forcedPhotDetector.ForcedPhotDetectorConnections Class Reference
Inheritance diagram for lsst.pipe.tasks.forcedPhotDetector.ForcedPhotDetectorConnections:
lsst.pipe.tasks.forcedPhotDetector.ForcedPhotDetectorConfig

Public Member Functions

 __init__ (self, *, config=None)
 

Static Public Attributes

 exposure
 
 diaExposure
 
 refCat
 
 skyMap
 
 outputCatalog
 

Detailed Description

Definition at line 43 of file forcedPhotDetector.py.

Constructor & Destructor Documentation

◆ __init__()

lsst.pipe.tasks.forcedPhotDetector.ForcedPhotDetectorConnections.__init__ ( self,
* ,
config = None )

Definition at line 78 of file forcedPhotDetector.py.

Member Data Documentation

◆ 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: