Definition at line 67 of file subtractImages.py.
◆ __init__()
| lsst.ip.diffim.subtractImages.SubtractInputConnections.__init__ |
( |
| self, |
|
|
* | , |
|
|
| config = None ) |
◆ 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 76 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 82 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 70 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 89 of file subtractImages.py.
The documentation for this class was generated from the following file: