LSST Applications g0265f82a02+776ea6fe0d,g159b3db504+2ad2e847e4,g1e7d6db67d+6147fcb7b1,g22560d942e+17f6891819,g2ab4ef6978+36a80bf878,g2bbee38e9b+776ea6fe0d,g2cc88a2952+157e6a7dfa,g3273194fdb+f6908454ef,g337abbeb29+776ea6fe0d,g44018dc512+776ea6fe0d,g4500d70958+2faa5faad4,g4728e35f0d+70f2b761fb,g47da3c6c86+ce8e72185e,g58be5f913a+8b80975358,g6ae5381d9b+81bc2a20b4,g7dc46dff8f+ce8e72185e,g91cdbf1c4d+d35db57202,g93973518b8+696ec083d0,g98ffbb4407+81bc2a20b4,g9ddcbc5298+7f7571301f,ga1e77700b3+9fd6c7179d,ga7ab7f6f60+8eb3636680,gae46bcf261+776ea6fe0d,gb2715bf1a1+8eb3636680,gb957171fc7+21ad70029f,gc86a011abf+8eb3636680,gcd84e84c5d+c77ce436e7,gcf0d15dbbd+ce8e72185e,gd162630629+677de33a64,gdaeeff99f8+0d8dbea60f,gdb4ec4c597+776ea6fe0d,ge24ae8ed47+4a28407819,gf041782ebf+6cd16f14a6,gf36cf20d7f+8eb3636680,w.2023.37
LSST Data Management Base Package
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

 __init__ (self, *config=None)
 

Static Public Attributes

 psfMatchedWarps
 
 templateCoadd
 

Detailed Description

Definition at line 1195 of file assembleCoadd.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 1214 of file assembleCoadd.py.

1214 def __init__(self, *, config=None):
1215 super().__init__(config=config)
1216 if not config.assembleStaticSkyModel.doWrite:
1217 self.outputs.remove("templateCoadd")
1218 config.validate()
1219
1220

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 1196 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 1206 of file assembleCoadd.py.


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