SimpleCatalog
=============

.. currentmodule:: lsst.afw.table

.. autoclass:: SimpleCatalog
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~SimpleCatalog.columns
      ~SimpleCatalog.dtype
      ~SimpleCatalog.schema
      ~SimpleCatalog.table

   .. rubric:: Methods Summary

   .. autosummary::

      ~SimpleCatalog.addNew
      ~SimpleCatalog.append
      ~SimpleCatalog.asAstropy
      ~SimpleCatalog.between
      ~SimpleCatalog.capacity
      ~SimpleCatalog.cast
      ~SimpleCatalog.clear
      ~SimpleCatalog.copy
      ~SimpleCatalog.equal_range
      ~SimpleCatalog.extend
      ~SimpleCatalog.find
      ~SimpleCatalog.getColumnView
      ~SimpleCatalog.getSchema
      ~SimpleCatalog.getTable
      ~SimpleCatalog.insert
      ~SimpleCatalog.isContiguous
      ~SimpleCatalog.isSorted
      ~SimpleCatalog.lower_bound
      ~SimpleCatalog.readFits
      ~SimpleCatalog.reserve
      ~SimpleCatalog.resize
      ~SimpleCatalog.set
      ~SimpleCatalog.sort
      ~SimpleCatalog.subset
      ~SimpleCatalog.upper_bound
      ~SimpleCatalog.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