lsst.pipe.tasks gb62d540790+b6d38464c3
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
lsst.pipe.tasks.assembleCoadd.CompareWarpAssembleCoaddConnections Class Reference
Inheritance diagram for lsst.pipe.tasks.assembleCoadd.CompareWarpAssembleCoaddConnections:
lsst.pipe.tasks.assembleCoadd.AssembleCoaddConnections lsst.pipe.tasks.assembleCoadd.CompareWarpAssembleCoaddConfig

Public Member Functions

def __init__ (self, *config=None)
 

Static Public Attributes

 psfMatchedWarps
 
 templateCoadd
 

Detailed Description

Definition at line 1196 of file assembleCoadd.py.

Constructor & Destructor Documentation

◆ __init__()

def lsst.pipe.tasks.assembleCoadd.CompareWarpAssembleCoaddConnections.__init__ (   self,
config = None 
)

Definition at line 1215 of file assembleCoadd.py.

Member Data Documentation

◆ 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 1197 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 1207 of file assembleCoadd.py.


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