Definition at line 42 of file _compensatedGaussian.py.
◆ kernel_widths
lsst.meas.base.compensatedGaussian._compensatedGaussian.SingleFrameCompensatedGaussianFluxConfig.kernel_widths |
|
static |
Initial value:= ListField(
doc="The widths (in pixels) of the kernels for which to measure compensated apertures.",
dtype=int,
minLength=1,
default=[3, 5]
)
Definition at line 43 of file _compensatedGaussian.py.
lsst.meas.base.compensatedGaussian._compensatedGaussian.SingleFrameCompensatedGaussianFluxConfig.t |
|
static |
Initial value:= Field(
doc="Scale parameter of outer Gaussian compared to inner Gaussian.",
dtype=float,
default=2.0,
)
Definition at line 50 of file _compensatedGaussian.py.
The documentation for this class was generated from the following file: