lsst.ip.diffim g180d380827+5d634bbe79
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
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
 

Detailed Description

Definition at line 106 of file subtractImages.py.

Member Data Documentation

◆ 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 115 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 109 of file subtractImages.py.


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