NaiveCentroidAlgorithm
======================

.. currentmodule:: lsst.meas.base

.. autoclass:: NaiveCentroidAlgorithm
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~NaiveCentroidAlgorithm.EDGE
      ~NaiveCentroidAlgorithm.FAILURE
      ~NaiveCentroidAlgorithm.NO_COUNTS

   .. rubric:: Methods Summary

   .. autosummary::

      ~NaiveCentroidAlgorithm.fail
      ~NaiveCentroidAlgorithm.getLogName
      ~NaiveCentroidAlgorithm.measure
      ~NaiveCentroidAlgorithm.measureForced

   .. rubric:: Attributes Documentation

   .. autoattribute:: EDGE
   .. autoattribute:: FAILURE
   .. autoattribute:: NO_COUNTS

   .. rubric:: Methods Documentation

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