PeakTable
=========

.. currentmodule:: lsst.afw.detection

.. autoclass:: PeakTable
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~PeakTable.schema

   .. rubric:: Methods Summary

   .. autosummary::

      ~PeakTable.checkSchema
      ~PeakTable.clone
      ~PeakTable.copyRecord
      ~PeakTable.getBufferSize
      ~PeakTable.getFxKey
      ~PeakTable.getFyKey
      ~PeakTable.getIdFactory
      ~PeakTable.getIdKey
      ~PeakTable.getIxKey
      ~PeakTable.getIyKey
      ~PeakTable.getMetadata
      ~PeakTable.getPeakValueKey
      ~PeakTable.getSchema
      ~PeakTable.make
      ~PeakTable.makeMinimalSchema
      ~PeakTable.makeRecord
      ~PeakTable.popMetadata
      ~PeakTable.preallocate
      ~PeakTable.setIdFactory
      ~PeakTable.setMetadata

   .. rubric:: Attributes Documentation

   .. autoattribute:: schema

   .. rubric:: Methods Documentation

   .. automethod:: checkSchema
   .. automethod:: clone
   .. automethod:: copyRecord
   .. automethod:: getBufferSize
   .. automethod:: getFxKey
   .. automethod:: getFyKey
   .. automethod:: getIdFactory
   .. automethod:: getIdKey
   .. automethod:: getIxKey
   .. automethod:: getIyKey
   .. automethod:: getMetadata
   .. automethod:: getPeakValueKey
   .. automethod:: getSchema
   .. automethod:: make
   .. automethod:: makeMinimalSchema
   .. automethod:: makeRecord
   .. automethod:: popMetadata
   .. automethod:: preallocate
   .. automethod:: setIdFactory
   .. automethod:: setMetadata