TestCandidate
=============

.. currentmodule:: lsst.afw.math

.. autoclass:: TestCandidate
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~TestCandidate.BAD
      ~TestCandidate.GOOD
      ~TestCandidate.UNKNOWN

   .. rubric:: Methods Summary

   .. autosummary::

      ~TestCandidate.getCandidateRating
      ~TestCandidate.getId
      ~TestCandidate.getStatus
      ~TestCandidate.getXCenter
      ~TestCandidate.getYCenter
      ~TestCandidate.instantiate
      ~TestCandidate.isBad
      ~TestCandidate.setCandidateRating
      ~TestCandidate.setStatus

   .. rubric:: Attributes Documentation

   .. autoattribute:: BAD
   .. autoattribute:: GOOD
   .. autoattribute:: UNKNOWN

   .. rubric:: Methods Documentation

   .. automethod:: getCandidateRating
   .. automethod:: getId
   .. automethod:: getStatus
   .. automethod:: getXCenter
   .. automethod:: getYCenter
   .. automethod:: instantiate
   .. automethod:: isBad
   .. automethod:: setCandidateRating
   .. automethod:: setStatus