Definition at line 46 of file subtractImages.py.
◆ __init__()
lsst.ip.diffim.subtractImages.SubtractInputConnections.__init__ |
( |
|
self, |
|
|
* |
config = None |
|
) |
| |
◆ 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",
deprecated=(
"Deprecated in favor of visitSummary. Will be removed after v26."
)
)
Definition at line 68 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 55 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 61 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 49 of file subtractImages.py.
◆ visitSummary
lsst.ip.diffim.subtractImages.SubtractInputConnections.visitSummary |
|
static |
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 80 of file subtractImages.py.
The documentation for this class was generated from the following file: