lsst.ip.diffim g85f13b0223+f1007db366
Loading...
Searching...
No Matches
lsst.ip.diffim.subtractImages.SubtractScoreOutputConnections Class Reference
Inheritance diagram for lsst.ip.diffim.subtractImages.SubtractScoreOutputConnections:
lsst.ip.diffim.subtractImages.AlardLuptonPreconvolveSubtractConnections lsst.ip.diffim.subtractImages.AlardLuptonPreconvolveSubtractConfig

Static Public Attributes

 scoreExposure
 
 psfMatchingKernel
 
 kernelSources
 

Detailed Description

Definition at line 132 of file subtractImages.py.

Member Data Documentation

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