Definition at line 232 of file subtractImages.py.
◆ 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 234 of file subtractImages.py.
The documentation for this class was generated from the following file: