Definition at line 98 of file subtractImages.py.
◆ setDefaults()
def lsst.ip.diffim.subtractImages.AlardLuptonSubtractConfig.setDefaults |
( |
|
self | ) |
|
◆ validate()
def lsst.ip.diffim.subtractImages.AlardLuptonSubtractConfig.validate |
( |
|
self | ) |
|
◆ decorrelate
lsst.ip.diffim.subtractImages.AlardLuptonSubtractConfig.decorrelate |
|
static |
Initial value:= lsst.pex.config.ConfigurableField(
target=DecorrelateALKernelTask,
doc="Task to decorrelate the image difference.",
)
Definition at line 118 of file subtractImages.py.
◆ doApplyFinalizedPsf
lsst.ip.diffim.subtractImages.AlardLuptonSubtractConfig.doApplyFinalizedPsf |
|
static |
Initial value:= lsst.pex.config.Field(
doc="Replace science Exposure's psf and aperture correction map"
" with those in finalizedPsfApCorrCatalog.",
dtype=bool,
default=False,
)
Definition at line 142 of file subtractImages.py.
◆ doDecorrelation
lsst.ip.diffim.subtractImages.AlardLuptonSubtractConfig.doDecorrelation |
|
static |
Initial value:= lsst.pex.config.Field(
dtype=bool,
default=True,
doc="Perform diffim decorrelation to undo pixel correlation due to A&L "
"kernel convolution? If True, also update the diffim PSF."
)
Definition at line 112 of file subtractImages.py.
◆ doScaleVariance
lsst.ip.diffim.subtractImages.AlardLuptonSubtractConfig.doScaleVariance |
|
static |
Initial value:= lsst.pex.config.Field(
dtype=bool,
default=True,
doc="Scale variance of the image difference?"
)
Definition at line 128 of file subtractImages.py.
◆ doSubtractBackground
lsst.ip.diffim.subtractImages.AlardLuptonSubtractConfig.doSubtractBackground |
|
static |
Initial value:= lsst.pex.config.Field(
doc="Subtract the background fit when solving the kernel?",
dtype=bool,
default=True,
)
Definition at line 137 of file subtractImages.py.
◆ forceCompatibility
lsst.ip.diffim.subtractImages.AlardLuptonSubtractConfig.forceCompatibility |
|
static |
Initial value:= lsst.pex.config.Field(
dtype=bool,
default=False,
doc="Set up and run diffim using settings that ensure the results"
"are compatible with the old version in pipe_tasks.",
deprecated="This option is only for backwards compatibility purposes"
" and will be removed after v24.",
)
Definition at line 149 of file subtractImages.py.
◆ makeKernel
lsst.ip.diffim.subtractImages.AlardLuptonSubtractConfig.makeKernel |
|
static |
Initial value:= lsst.pex.config.ConfigurableField(
target=MakeKernelTask,
doc="Task to construct a matching kernel for convolution.",
)
Definition at line 108 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 100 of file subtractImages.py.
◆ requiredTemplateFraction
lsst.ip.diffim.subtractImages.AlardLuptonSubtractConfig.requiredTemplateFraction |
|
static |
Initial value:= lsst.pex.config.Field(
dtype=float,
default=0.1,
doc="Abort task if template covers less than this fraction of pixels."
" Setting to 0 will always attempt image subtraction."
)
Definition at line 122 of file subtractImages.py.
◆ scaleVariance
lsst.ip.diffim.subtractImages.AlardLuptonSubtractConfig.scaleVariance |
|
static |
Initial value:= lsst.pex.config.ConfigurableField(
target=ScaleVarianceTask,
doc="Subtask to rescale the variance of the template to the statistically expected level."
)
Definition at line 133 of file subtractImages.py.
The documentation for this class was generated from the following file: