Definition at line 64 of file subtractImages.py.
◆ 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: