Definition at line 104 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 107 of file subtractImages.py.
◆ kernelSources
| lsst.ip.diffim.subtractImages.SubtractImageOutputConnections.kernelSources |
|
static |
Initial value:= connectionTypes.Output(
doc="Final selection of sources used for psf matching.",
dimensions=("instrument", "visit", "detector"),
storageClass="SourceCatalog",
name="{fakesType}{coaddName}Diff_psfMatchSources"
)
Definition at line 125 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 113 of file subtractImages.py.
◆ psfMatchingKernel
| lsst.ip.diffim.subtractImages.SubtractImageOutputConnections.psfMatchingKernel |
|
static |
Initial value:= connectionTypes.Output(
doc="Kernel used to PSF match the science and template images.",
dimensions=("instrument", "visit", "detector"),
storageClass="MatchingKernel",
name="{fakesType}{coaddName}Diff_psfMatchKernel",
)
Definition at line 119 of file subtractImages.py.
The documentation for this class was generated from the following file: