ShapeResult
===========

.. currentmodule:: lsst.meas.base

.. autoclass:: ShapeResult
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~ShapeResult.xx
      ~ShapeResult.xxErr
      ~ShapeResult.xx_xy_Cov
      ~ShapeResult.xx_yy_Cov
      ~ShapeResult.xy
      ~ShapeResult.xyErr
      ~ShapeResult.yy
      ~ShapeResult.yyErr
      ~ShapeResult.yy_xy_Cov

   .. rubric:: Methods Summary

   .. autosummary::

      ~ShapeResult.getQuadrupole
      ~ShapeResult.getShape
      ~ShapeResult.getShapeErr
      ~ShapeResult.setShape
      ~ShapeResult.setShapeErr

   .. rubric:: Attributes Documentation

   .. autoattribute:: xx
   .. autoattribute:: xxErr
   .. autoattribute:: xx_xy_Cov
   .. autoattribute:: xx_yy_Cov
   .. autoattribute:: xy
   .. autoattribute:: xyErr
   .. autoattribute:: yy
   .. autoattribute:: yyErr
   .. autoattribute:: yy_xy_Cov

   .. rubric:: Methods Documentation

   .. automethod:: getQuadrupole
   .. automethod:: getShape
   .. automethod:: getShapeErr
   .. automethod:: setShape
   .. automethod:: setShapeErr