RadiusFromQuadrupole#

class lsst.pipe.tasks.functors.RadiusFromQuadrupole(colXX, colXY, colYY, **kwargs)#

Bases: Functor

Calculate the radius from the quadrupole moments.

This returns the fourth root of the determinant of the second moments tensor, which has units of pixels.

See Also#

SdssTraceSize HsmTraceSize

Attributes Summary

columns

Columns required to perform calculation.

Attributes Documentation

columns#