Definition at line 1188 of file assembleCoadd.py.
◆ __init__()
def lsst.pipe.tasks.assembleCoadd.CompareWarpAssembleCoaddConnections.__init__ |
( |
|
self, |
|
|
* |
config = None |
|
) |
| |
◆ psfMatchedWarps
lsst.pipe.tasks.assembleCoadd.CompareWarpAssembleCoaddConnections.psfMatchedWarps |
|
static |
Initial value:= pipeBase.connectionTypes.Input(
doc=("PSF-Matched Warps are required by CompareWarp regardless of the coadd type requested. "
"Only PSF-Matched Warps make sense for image subtraction. "
"Therefore, they must be an additional declared input."),
name="{inputCoaddName}Coadd_psfMatchedWarp",
storageClass="ExposureF",
dimensions=("tract", "patch", "skymap", "visit"),
deferLoad=True,
multiple=True
)
Definition at line 1189 of file assembleCoadd.py.
◆ templateCoadd
lsst.pipe.tasks.assembleCoadd.CompareWarpAssembleCoaddConnections.templateCoadd |
|
static |
Initial value:= pipeBase.connectionTypes.Output(
doc=("Model of the static sky, used to find temporal artifacts. Typically a PSF-Matched, "
"sigma-clipped coadd. Written if and only if assembleStaticSkyModel.doWrite=True"),
name="{outputCoaddName}CoaddPsfMatched",
storageClass="ExposureF",
dimensions=("tract", "patch", "skymap", "band"),
)
Definition at line 1199 of file assembleCoadd.py.
The documentation for this class was generated from the following file: