BaseSourceSelectorTask
======================

.. currentmodule:: lsst.meas.algorithms

.. autoclass:: BaseSourceSelectorTask
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~BaseSourceSelectorTask.usesMatches

   .. rubric:: Methods Summary

   .. autosummary::

      ~BaseSourceSelectorTask.emptyMetadata
      ~BaseSourceSelectorTask.getFullMetadata
      ~BaseSourceSelectorTask.getFullName
      ~BaseSourceSelectorTask.getName
      ~BaseSourceSelectorTask.getTaskDict
      ~BaseSourceSelectorTask.makeField
      ~BaseSourceSelectorTask.makeSubtask
      ~BaseSourceSelectorTask.run
      ~BaseSourceSelectorTask.selectSources
      ~BaseSourceSelectorTask.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:: selectSources
   .. automethod:: timer