EllipseValues

class lsst.gauss2d.EllipseValues

Bases: EllipseData

Attributes Summary

hwhm_x

hwhm_y

hxyr

rho

sigma_x

sigma_y

xyr

Methods Summary

set(self, sigma_x, sigma_y, rho)

set_h(self, hwhm_x, hwhm_y, rho)

Attributes Documentation

hwhm_x
hwhm_y
hxyr
rho
sigma_x
sigma_y
xyr

Methods Documentation

set(self: lsst.gauss2d._gauss2d.EllipseValues, sigma_x: float, sigma_y: float, rho: float) None
set_h(self: lsst.gauss2d._gauss2d.EllipseValues, hwhm_x: float, hwhm_y: float, rho: float) None