ReinterpolatePixelsConfig#
- class lsst.meas.algorithms.ReinterpolatePixelsConfig(*args, **kw)#
Bases:
ConfigConfig for ReinterpolatePixelsTask
Attributes Summary
Value of last resort for interpolation.
Names of mask planes whose image-plane values should be interpolated.
Attributes Documentation
- fallbackValue#
Value of last resort for interpolation. If not provided (or set to None), it is assigned the clipped mean value of the exposure image. (
float, defaultNone)
- maskNameList#
Names of mask planes whose image-plane values should be interpolated. (
List, default['SAT'])