Configuration parameters for the ImageReducer
Definition at line 152 of file imageMapReduce.py.
◆ badMaskPlanes
lsst.ip.diffim.imageMapReduce.ImageReducerConfig.badMaskPlanes |
|
static |
Initial value:= pexConfig.ListField(
dtype=str,
doc=,
default=('INVALID_MAPREDUCE', 'BAD', 'NO_DATA')
)
Definition at line 173 of file imageMapReduce.py.
◆ reduceOperation
lsst.ip.diffim.imageMapReduce.ImageReducerConfig.reduceOperation |
|
static |
Initial value:= pexConfig.ChoiceField(
dtype=str,
doc=,
default="average",
allowed={
"none": ,
"copy": ,
"sum": ,
"average": ,
"coaddPsf": ,
}
)
Definition at line 155 of file imageMapReduce.py.
The documentation for this class was generated from the following file: