PatchInfo
=========

.. currentmodule:: lsst.skymap

.. autoclass:: PatchInfo
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~PatchInfo.cell_border
      ~PatchInfo.cell_inner_dimensions
      ~PatchInfo.index
      ~PatchInfo.inner_bbox
      ~PatchInfo.inner_sky_polygon
      ~PatchInfo.num_cells
      ~PatchInfo.outer_bbox
      ~PatchInfo.outer_sky_polygon
      ~PatchInfo.sequential_index
      ~PatchInfo.wcs

   .. rubric:: Methods Summary

   .. autosummary::

      ~PatchInfo.getCellBorder
      ~PatchInfo.getCellIndexPair
      ~PatchInfo.getCellInfo
      ~PatchInfo.getCellInnerDimensions
      ~PatchInfo.getIndex
      ~PatchInfo.getInnerBBox
      ~PatchInfo.getInnerSkyPolygon
      ~PatchInfo.getNumCells
      ~PatchInfo.getOuterBBox
      ~PatchInfo.getOuterSkyPolygon
      ~PatchInfo.getSequentialCellIndex
      ~PatchInfo.getSequentialCellIndexFromPair
      ~PatchInfo.getSequentialIndex
      ~PatchInfo.getWcs

   .. rubric:: Attributes Documentation

   .. autoattribute:: cell_border
   .. autoattribute:: cell_inner_dimensions
   .. autoattribute:: index
   .. autoattribute:: inner_bbox
   .. autoattribute:: inner_sky_polygon
   .. autoattribute:: num_cells
   .. autoattribute:: outer_bbox
   .. autoattribute:: outer_sky_polygon
   .. autoattribute:: sequential_index
   .. autoattribute:: wcs

   .. rubric:: Methods Documentation

   .. automethod:: getCellBorder
   .. automethod:: getCellIndexPair
   .. automethod:: getCellInfo
   .. automethod:: getCellInnerDimensions
   .. automethod:: getIndex
   .. automethod:: getInnerBBox
   .. automethod:: getInnerSkyPolygon
   .. automethod:: getNumCells
   .. automethod:: getOuterBBox
   .. automethod:: getOuterSkyPolygon
   .. automethod:: getSequentialCellIndex
   .. automethod:: getSequentialCellIndexFromPair
   .. automethod:: getSequentialIndex
   .. automethod:: getWcs