lsst.meas.algorithms g10988951d7+eadaf988e0
Loading...
Searching...
No Matches
Static Public Attributes | List of all members
lsst.meas.algorithms.reinterpolate_pixels.ReinterpolatePixelsConfig Class Reference
Inheritance diagram for lsst.meas.algorithms.reinterpolate_pixels.ReinterpolatePixelsConfig:

Static Public Attributes

 maskNameList
 
 fallbackValue
 

Detailed Description

Config for ReinterpolatePixelsTask

Definition at line 33 of file reinterpolate_pixels.py.

Member Data Documentation

◆ fallbackValue

lsst.meas.algorithms.reinterpolate_pixels.ReinterpolatePixelsConfig.fallbackValue
static
Initial value:
= pexConfig.Field[float](
doc="Value of last resort for interpolation. If not provided (or set to None), it is assigned the "
"clipped mean value of the exposure image.",
default=None,
optional=True,
)

Definition at line 41 of file reinterpolate_pixels.py.

◆ maskNameList

lsst.meas.algorithms.reinterpolate_pixels.ReinterpolatePixelsConfig.maskNameList
static
Initial value:
= pexConfig.ListField[str](
doc="Names of mask planes whose image-plane values should be interpolated.",
default=["SAT"],
)

Definition at line 36 of file reinterpolate_pixels.py.


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