lsst.ip.diffim  13.0-26-g703d095+5
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Static Public Attributes | List of all members
lsst.ip.diffim.imageDecorrelation.DecorrelateALKernelMapReduceConfig Class Reference
Inheritance diagram for lsst.ip.diffim.imageDecorrelation.DecorrelateALKernelMapReduceConfig:

Static Public Attributes

tuple mapper
 

Detailed Description

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

Definition at line 440 of file imageDecorrelation.py.

Member Data Documentation

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

Definition at line 444 of file imageDecorrelation.py.


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