lsst.ip.diffim  13.0-22-g3839dbb+23
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

 mapperSubtask
 
- Static Public Attributes inherited from lsst.ip.diffim.imageMapReduce.ImageMapReduceConfig
 mapperSubtask
 
 reducerSubtask
 
 cellCentroidsX
 
 cellCentroidsY
 
 cellSizeX
 
 cellSizeY
 
 gridStepX
 
 gridStepY
 
 borderSizeX
 
 borderSizeY
 
 adjustGridOption
 
 scaleByFwhm
 
 returnSubImages
 
 ignoreMaskPlanes
 

Detailed Description

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

Definition at line 440 of file imageDecorrelation.py.

Member Data Documentation

◆ mapperSubtask

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

Definition at line 444 of file imageDecorrelation.py.


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