lsst.ip.diffim gaa63f70f4e+c8156c43f4
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
lsst.ip.diffim.subtractImages.SubtractImageOutputConnections Class Reference
Inheritance diagram for lsst.ip.diffim.subtractImages.SubtractImageOutputConnections:
lsst.ip.diffim.subtractImages.AlardLuptonSubtractConnections lsst.ip.diffim.subtractImages.AlardLuptonSubtractConfig

Static Public Attributes

 difference
 
 matchedTemplate
 

Detailed Description

Definition at line 64 of file subtractImages.py.

Member Data Documentation

◆ difference

lsst.ip.diffim.subtractImages.SubtractImageOutputConnections.difference
static
Initial value:
= connectionTypes.Output(
doc="Result of subtracting convolved template from science image.",
dimensions=("instrument", "visit", "detector"),
storageClass="ExposureF",
name="{fakesType}{coaddName}Diff_differenceTempExp",
)

Definition at line 67 of file subtractImages.py.

◆ matchedTemplate

lsst.ip.diffim.subtractImages.SubtractImageOutputConnections.matchedTemplate
static
Initial value:
= connectionTypes.Output(
doc="Warped and PSF-matched template used to create `subtractedExposure`.",
dimensions=("instrument", "visit", "detector"),
storageClass="ExposureF",
name="{fakesType}{coaddName}Diff_matchedExp",
)

Definition at line 73 of file subtractImages.py.


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