Definition at line 132 of file subtractImages.py.
◆ kernelSources
| lsst.ip.diffim.subtractImages.SubtractScoreOutputConnections.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_psfScoreMatchSources"
)
Definition at line 147 of file subtractImages.py.
◆ psfMatchingKernel
| lsst.ip.diffim.subtractImages.SubtractScoreOutputConnections.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_psfScoreMatchKernel",
)
Definition at line 141 of file subtractImages.py.
◆ scoreExposure
| lsst.ip.diffim.subtractImages.SubtractScoreOutputConnections.scoreExposure |
|
static |
Initial value:= connectionTypes.Output(
doc="The maximum likelihood image, used for the detection of diaSources.",
dimensions=("instrument", "visit", "detector"),
storageClass="ExposureF",
name="{fakesType}{coaddName}Diff_scoreExp",
)
Definition at line 135 of file subtractImages.py.
The documentation for this class was generated from the following file: