Definition at line 1172 of file subtractImages.py.
◆ kernelSources
| lsst.ip.diffim.subtractImages.SubtractScoreOutputConnections.kernelSources |
|
staticinherited |
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 |
|
staticinherited |
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.
◆ science
| lsst.ip.diffim.subtractImages.SubtractInputConnections.science |
|
staticinherited |
Initial value:= connectionTypes.Input(
doc="Input science exposure to subtract from.",
dimensions=("instrument", "visit", "detector"),
storageClass="ExposureF",
name="{fakesType}calexp"
)
Definition at line 75 of file subtractImages.py.
◆ scoreExposure
| lsst.ip.diffim.subtractImages.SubtractScoreOutputConnections.scoreExposure |
|
staticinherited |
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.
◆ sources
| lsst.ip.diffim.subtractImages.SubtractInputConnections.sources |
|
staticinherited |
Initial value:= connectionTypes.Input(
doc="Sources measured on the science exposure; "
"used to select sources for making the matching kernel.",
dimensions=("instrument", "visit", "detector"),
storageClass="SourceCatalog",
name="{fakesType}src"
)
Definition at line 81 of file subtractImages.py.
◆ template
| lsst.ip.diffim.subtractImages.SubtractInputConnections.template |
|
staticinherited |
Initial value:= connectionTypes.Input(
doc="Input warped template to subtract.",
dimensions=("instrument", "visit", "detector"),
storageClass="ExposureF",
name="{fakesType}{coaddName}Diff_templateExp"
)
Definition at line 69 of file subtractImages.py.
◆ visitSummary
| lsst.ip.diffim.subtractImages.SubtractInputConnections.visitSummary |
|
staticinherited |
Initial value:= connectionTypes.Input(
doc=("Per-visit catalog with final calibration objects. "
"These catalogs use the detector id for the catalog id, "
"sorted on id for fast lookup."),
dimensions=("instrument", "visit"),
storageClass="ExposureCatalog",
name="finalVisitSummary",
)
Definition at line 88 of file subtractImages.py.
The documentation for this class was generated from the following file: