SingleFrameCompensatedGaussianFluxConfig#
- class lsst.meas.base.SingleFrameCompensatedGaussianFluxConfig(*args, **kw)#
Bases:
SingleFramePluginConfigAttributes Summary
whether to run this plugin in single-object mode (
bool, defaultTrue)The widths (in pixels) of the kernels for which to measure compensated apertures.
Scale parameter of outer Gaussian compared to inner Gaussian.
Attributes Documentation
- doMeasure#
whether to run this plugin in single-object mode (
bool, defaultTrue)
- 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, default2.0)