lsst.ip.diffim g07994bdeae+16b1756208
Loading...
Searching...
No Matches
Public Member Functions | Static Public Attributes | List of all members
lsst.ip.diffim.imageDecorrelation.DecorrelateALKernelSpatialConfig Class Reference
Inheritance diagram for lsst.ip.diffim.imageDecorrelation.DecorrelateALKernelSpatialConfig:

Public Member Functions

 setDefaults (self)
 

Static Public Attributes

 decorrelateConfig
 
 decorrelateMapReduceConfig
 
 ignoreMaskPlanes
 

Detailed Description

Configuration parameters for the DecorrelateALKernelSpatialTask.

Definition at line 749 of file imageDecorrelation.py.

Member Function Documentation

◆ setDefaults()

lsst.ip.diffim.imageDecorrelation.DecorrelateALKernelSpatialConfig.setDefaults (   self)

Definition at line 768 of file imageDecorrelation.py.

Member Data Documentation

◆ decorrelateConfig

lsst.ip.diffim.imageDecorrelation.DecorrelateALKernelSpatialConfig.decorrelateConfig
static
Initial value:
= pexConfig.ConfigField(
dtype=DecorrelateALKernelConfig,
doc='DecorrelateALKernel config to use when running on complete exposure (non spatially-varying)',
)

Definition at line 752 of file imageDecorrelation.py.

◆ decorrelateMapReduceConfig

lsst.ip.diffim.imageDecorrelation.DecorrelateALKernelSpatialConfig.decorrelateMapReduceConfig
static
Initial value:
= pexConfig.ConfigField(
dtype=DecorrelateALKernelMapReduceConfig,
doc='DecorrelateALKernelMapReduce config to use when running on each sub-image (spatially-varying)',
)

Definition at line 757 of file imageDecorrelation.py.

◆ ignoreMaskPlanes

lsst.ip.diffim.imageDecorrelation.DecorrelateALKernelSpatialConfig.ignoreMaskPlanes
static
Initial value:
= pexConfig.ListField(
dtype=str,
doc=,
default=("INTRP", "EDGE", "DETECTED", "SAT", "CR", "BAD", "NO_DATA", "DETECTED_NEGATIVE")
)

Definition at line 762 of file imageDecorrelation.py.


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