lsst.ip.diffim  13.0-26-g703d095+10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
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

tuple ignoreMaskPlanes
 

Detailed Description

Configuration parameters for the DecorrelateALKernelTask.

Definition at line 45 of file imageDecorrelation.py.

Member Data Documentation

tuple lsst.ip.diffim.imageDecorrelation.DecorrelateALKernelConfig.ignoreMaskPlanes
static
Initial value:
1 = pexConfig.ListField(
2  dtype=str,
3  doc="""Mask planes to ignore for sigma-clipped statistics""",
4  default=("INTRP", "EDGE", "DETECTED", "SAT", "CR", "BAD", "NO_DATA", "DETECTED_NEGATIVE")
5  )

Definition at line 52 of file imageDecorrelation.py.


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