lsst.ip.diffim gaa63f70f4e+6d71d087d5
Static Public Attributes | List of all members
lsst.ip.diffim.subtractImages.SubtractInputConnections Class Reference
Inheritance diagram for lsst.ip.diffim.subtractImages.SubtractInputConnections:
lsst.ip.diffim.subtractImages.AlardLuptonSubtractConnections lsst.ip.diffim.subtractImages.AlardLuptonSubtractConfig

Static Public Attributes

 template
 
 science
 
 sources
 

Detailed Description

Definition at line 40 of file subtractImages.py.

Member Data Documentation

◆ 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: