ReinterpolatePixelsConfig#

class lsst.meas.algorithms.ReinterpolatePixelsConfig(*args, **kw)#

Bases: Config

Config for ReinterpolatePixelsTask

Attributes Summary

fallbackValue

Value of last resort for interpolation.

maskNameList

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, default None)

maskNameList#

Names of mask planes whose image-plane values should be interpolated. (List, default ['SAT'])