SdssCentroidAlgorithm
=====================

.. currentmodule:: lsst.meas.base

.. autoclass:: SdssCentroidAlgorithm
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~SdssCentroidAlgorithm.ALMOST_NO_SECOND_DERIVATIVE
      ~SdssCentroidAlgorithm.EDGE
      ~SdssCentroidAlgorithm.FAILURE
      ~SdssCentroidAlgorithm.NOT_AT_MAXIMUM
      ~SdssCentroidAlgorithm.NO_SECOND_DERIVATIVE

   .. rubric:: Methods Summary

   .. autosummary::

      ~SdssCentroidAlgorithm.fail
      ~SdssCentroidAlgorithm.getLogName
      ~SdssCentroidAlgorithm.measure
      ~SdssCentroidAlgorithm.measureForced

   .. rubric:: Attributes Documentation

   .. autoattribute:: ALMOST_NO_SECOND_DERIVATIVE
   .. autoattribute:: EDGE
   .. autoattribute:: FAILURE
   .. autoattribute:: NOT_AT_MAXIMUM
   .. autoattribute:: NO_SECOND_DERIVATIVE

   .. rubric:: Methods Documentation

   .. automethod:: fail
   .. automethod:: getLogName
   .. automethod:: measure
   .. automethod:: measureForced