Definition at line 42 of file subtractImages.py.
◆ finalizedPsfApCorrCatalog
lsst.ip.diffim.subtractImages.SubtractInputConnections.finalizedPsfApCorrCatalog |
|
static |
Initial value:= connectionTypes.Input(
doc=("Per-visit finalized psf models and aperture correction maps. "
"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 64 of file subtractImages.py.
◆ science
lsst.ip.diffim.subtractImages.SubtractInputConnections.science |
|
static |
Initial value:= connectionTypes.Input(
doc="Input science exposure to subtract from.",
dimensions=("instrument", "visit", "detector"),
storageClass="ExposureF",
name="{fakesType}calexp"
)
Definition at line 51 of file subtractImages.py.
◆ sources
lsst.ip.diffim.subtractImages.SubtractInputConnections.sources |
|
static |
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 57 of file subtractImages.py.
◆ template
lsst.ip.diffim.subtractImages.SubtractInputConnections.template |
|
static |
Initial value:= connectionTypes.Input(
doc="Input warped template to subtract.",
dimensions=("instrument", "visit", "detector"),
storageClass="ExposureF",
name="{fakesType}{coaddName}Diff_templateExp"
)
Definition at line 45 of file subtractImages.py.
The documentation for this class was generated from the following file: