lsst.ip.diffim g367af9ff25+403cce5461
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 752 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 756 of file imageDecorrelation.py.


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