lsst.ip.diffim  13.0-19-g373a351+2
 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 mapperSubtask
 

Detailed Description

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

Definition at line 439 of file imageDecorrelation.py.

Member Data Documentation

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

Definition at line 443 of file imageDecorrelation.py.


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