lsst.ip.diffim  16.0-5-gb866ac2+1
Static Public Attributes | List of all members
lsst.ip.diffim.imageDecorrelation.DecorrelateALKernelConfig Class Reference

Configuration parameters for the DecorrelateALKernelTask. More...

Inheritance diagram for lsst.ip.diffim.imageDecorrelation.DecorrelateALKernelConfig:

Static Public Attributes

 ignoreMaskPlanes
 

Detailed Description

Configuration parameters for the DecorrelateALKernelTask.

Definition at line 41 of file imageDecorrelation.py.

Member Data Documentation

◆ 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 48 of file imageDecorrelation.py.


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