lsst.ip.diffim g85b7a35e91+e634f8099e
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
lsst.ip.diffim.imageDecorrelation.DecorrelateALKernelMapReduceConfig Class Reference
Inheritance diagram for lsst.ip.diffim.imageDecorrelation.DecorrelateALKernelMapReduceConfig:
lsst.ip.diffim.imageMapReduce.ImageMapReduceConfig

Static Public Attributes

 mapper
 

Detailed Description

Configuration parameters for the ImageMapReduceTask to direct it to use
   DecorrelateALKernelMapper as its mapper for A&L decorrelation.

Definition at line 726 of file imageDecorrelation.py.

Member Data Documentation

◆ mapper

lsst.ip.diffim.imageDecorrelation.DecorrelateALKernelMapReduceConfig.mapper
static
Initial value:
= pexConfig.ConfigurableField(
doc='A&L decorrelation task to run on each sub-image',
target=DecorrelateALKernelMapper
)

Definition at line 730 of file imageDecorrelation.py.


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