AmpInfoCatalog
==============

.. currentmodule:: lsst.afw.table

.. autoclass:: AmpInfoCatalog
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~AmpInfoCatalog.columns
      ~AmpInfoCatalog.dtype
      ~AmpInfoCatalog.schema
      ~AmpInfoCatalog.table

   .. rubric:: Methods Summary

   .. autosummary::

      ~AmpInfoCatalog.addNew
      ~AmpInfoCatalog.append
      ~AmpInfoCatalog.asAstropy
      ~AmpInfoCatalog.between
      ~AmpInfoCatalog.capacity
      ~AmpInfoCatalog.cast
      ~AmpInfoCatalog.clear
      ~AmpInfoCatalog.copy
      ~AmpInfoCatalog.equal_range
      ~AmpInfoCatalog.extend
      ~AmpInfoCatalog.find
      ~AmpInfoCatalog.getColumnView
      ~AmpInfoCatalog.getSchema
      ~AmpInfoCatalog.getTable
      ~AmpInfoCatalog.insert
      ~AmpInfoCatalog.isContiguous
      ~AmpInfoCatalog.isSorted
      ~AmpInfoCatalog.lower_bound
      ~AmpInfoCatalog.readFits
      ~AmpInfoCatalog.reserve
      ~AmpInfoCatalog.resize
      ~AmpInfoCatalog.set
      ~AmpInfoCatalog.sort
      ~AmpInfoCatalog.subset
      ~AmpInfoCatalog.upper_bound
      ~AmpInfoCatalog.writeFits

   .. rubric:: Attributes Documentation

   .. autoattribute:: columns
   .. autoattribute:: dtype
   .. autoattribute:: schema
   .. autoattribute:: table

   .. rubric:: Methods Documentation

   .. automethod:: addNew
   .. automethod:: append
   .. automethod:: asAstropy
   .. automethod:: between
   .. automethod:: capacity
   .. automethod:: cast
   .. automethod:: clear
   .. automethod:: copy
   .. automethod:: equal_range
   .. automethod:: extend
   .. automethod:: find
   .. automethod:: getColumnView
   .. automethod:: getSchema
   .. automethod:: getTable
   .. automethod:: insert
   .. automethod:: isContiguous
   .. automethod:: isSorted
   .. automethod:: lower_bound
   .. automethod:: readFits
   .. automethod:: reserve
   .. automethod:: resize
   .. automethod:: set
   .. automethod:: sort
   .. automethod:: subset
   .. automethod:: upper_bound
   .. automethod:: writeFits