lsst.ip.diffim g47cf500ddd+0288b668b9
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
lsst.ip.diffim.subtractImages.AlardLuptonSubtractConfig Class Reference
Inheritance diagram for lsst.ip.diffim.subtractImages.AlardLuptonSubtractConfig:
lsst.ip.diffim.subtractImages.AlardLuptonSubtractBaseConfig lsst.ip.diffim.subtractImages.AlardLuptonSubtractConnections lsst.ip.diffim.subtractImages.SubtractInputConnections lsst.ip.diffim.subtractImages.SubtractImageOutputConnections

Static Public Attributes

 mode
 

Detailed Description

Definition at line 227 of file subtractImages.py.

Member Data Documentation

◆ mode

lsst.ip.diffim.subtractImages.AlardLuptonSubtractConfig.mode
static
Initial value:
= lsst.pex.config.ChoiceField(
dtype=str,
default="convolveTemplate",
allowed={"auto": "Choose which image to convolve at runtime.",
"convolveScience": "Only convolve the science image.",
"convolveTemplate": "Only convolve the template image."},
doc="Choose which image to convolve at runtime, or require that a specific image is convolved."
)

Definition at line 229 of file subtractImages.py.


The documentation for this class was generated from the following file: