Definition at line 40 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 49 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 55 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 43 of file subtractImages.py.
The documentation for this class was generated from the following file: