ComputeVisitRegionsConfig#

class lsst.obs.base.ComputeVisitRegionsConfig(*args, **kw)#

Bases: Config

Configure visit region calculations.

Attributes Summary

padding

Pad raw image bounding boxes with specified number of pixels when calculating their (conservatively large) region on the sky.

Attributes Documentation

padding: Field[int]#

Pad raw image bounding boxes with specified number of pixels when calculating their (conservatively large) region on the sky. Note that the config value for pixelMargin of the reference object loaders in meas_algorithms should be <= the value set here. (int, default 250)