DodecaSkyMap
============

.. currentmodule:: lsst.skymap

.. autoclass:: DodecaSkyMap
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~DodecaSkyMap.SKYMAP_DATASET_TYPE_NAME
      ~DodecaSkyMap.SKYMAP_RUN_COLLECTION_NAME

   .. rubric:: Methods Summary

   .. autosummary::

      ~DodecaSkyMap.findClosestTractPatchList
      ~DodecaSkyMap.findTract
      ~DodecaSkyMap.findTractIdArray
      ~DodecaSkyMap.findTractPatchList
      ~DodecaSkyMap.getSha1
      ~DodecaSkyMap.getVersion
      ~DodecaSkyMap.getWithTractsOnPoles
      ~DodecaSkyMap.logSkyMapInfo
      ~DodecaSkyMap.register
      ~DodecaSkyMap.updateSha1

   .. rubric:: Attributes Documentation

   .. autoattribute:: SKYMAP_DATASET_TYPE_NAME
   .. autoattribute:: SKYMAP_RUN_COLLECTION_NAME

   .. rubric:: Methods Documentation

   .. automethod:: findClosestTractPatchList
   .. automethod:: findTract
   .. automethod:: findTractIdArray
   .. automethod:: findTractPatchList
   .. automethod:: getSha1
   .. automethod:: getVersion
   .. automethod:: getWithTractsOnPoles
   .. automethod:: logSkyMapInfo
   .. automethod:: register
   .. automethod:: updateSha1