lsst.ip.diffim g47cf500ddd+6bfc5ab05d
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
lsst.ip.diffim.imageDecorrelation.DecorrelateALKernelConfig Class Reference
Inheritance diagram for lsst.ip.diffim.imageDecorrelation.DecorrelateALKernelConfig:

Static Public Attributes

 ignoreMaskPlanes
 
 completeVarPlanePropagation
 

Detailed Description

Configuration parameters for the DecorrelateALKernelTask

Definition at line 43 of file imageDecorrelation.py.

Member Data Documentation

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