BaseStarSelectorTask
====================

.. currentmodule:: lsst.meas.algorithms

.. autoclass:: BaseStarSelectorTask
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~BaseStarSelectorTask.usesMatches

   .. rubric:: Methods Summary

   .. autosummary::

      ~BaseStarSelectorTask.emptyMetadata
      ~BaseStarSelectorTask.getFullMetadata
      ~BaseStarSelectorTask.getFullName
      ~BaseStarSelectorTask.getName
      ~BaseStarSelectorTask.getTaskDict
      ~BaseStarSelectorTask.makeField
      ~BaseStarSelectorTask.makeSubtask
      ~BaseStarSelectorTask.run
      ~BaseStarSelectorTask.selectStars
      ~BaseStarSelectorTask.timer

   .. rubric:: Attributes Documentation

   .. autoattribute:: usesMatches

   .. rubric:: Methods Documentation

   .. automethod:: emptyMetadata
   .. automethod:: getFullMetadata
   .. automethod:: getFullName
   .. automethod:: getName
   .. automethod:: getTaskDict
   .. automethod:: makeField
   .. automethod:: makeSubtask
   .. automethod:: run
   .. automethod:: selectStars
   .. automethod:: timer