SingleFrameCompensatedGaussianFluxConfig#

class lsst.meas.base.SingleFrameCompensatedGaussianFluxConfig(*args, **kw)#

Bases: SingleFramePluginConfig

Attributes Summary

doMeasure

whether to run this plugin in single-object mode (bool, default True)

kernel_widths

The widths (in pixels) of the kernels for which to measure compensated apertures.

t

Scale parameter of outer Gaussian compared to inner Gaussian.

Attributes Documentation

doMeasure#

whether to run this plugin in single-object mode (bool, default True)

kernel_widths#

The widths (in pixels) of the kernels for which to measure compensated apertures. (List, default [3, 5])

t#

Scale parameter of outer Gaussian compared to inner Gaussian. (float, default 2.0)