Configuration parameters for the DecorrelateALKernelTask
Definition at line 43 of file imageDecorrelation.py.
◆ completeVarPlanePropagation
lsst.ip.diffim.imageDecorrelation.DecorrelateALKernelConfig.completeVarPlanePropagation |
|
static |
Initial value:= pexConfig.Field(
dtype=bool,
default=False,
doc="Compute the full effect of the decorrelated matching kernel on the variance plane."
" Otherwise use a model weighed sum of the input variances."
)
Definition at line 52 of file imageDecorrelation.py.
◆ ignoreMaskPlanes
lsst.ip.diffim.imageDecorrelation.DecorrelateALKernelConfig.ignoreMaskPlanes |
|
static |
Initial value:= pexConfig.ListField(
dtype=str,
doc=,
default=("INTRP", "EDGE", "DETECTED", "SAT", "CR", "BAD", "NO_DATA", "DETECTED_NEGATIVE")
)
Definition at line 47 of file imageDecorrelation.py.
The documentation for this class was generated from the following file: