.. include:: ../coordinates/references.txt

UnitSphericalRepresentation
===========================

.. currentmodule:: astropy.coordinates

.. autoclass:: UnitSphericalRepresentation
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~UnitSphericalRepresentation.attr_classes
      ~UnitSphericalRepresentation.lat
      ~UnitSphericalRepresentation.lon

   .. rubric:: Methods Summary

   .. autosummary::

      ~UnitSphericalRepresentation.cross
      ~UnitSphericalRepresentation.from_cartesian
      ~UnitSphericalRepresentation.mean
      ~UnitSphericalRepresentation.norm
      ~UnitSphericalRepresentation.represent_as
      ~UnitSphericalRepresentation.scale_factors
      ~UnitSphericalRepresentation.sum
      ~UnitSphericalRepresentation.to_cartesian
      ~UnitSphericalRepresentation.unit_vectors

   .. rubric:: Attributes Documentation

   .. autoattribute:: attr_classes
   .. autoattribute:: lat
   .. autoattribute:: lon

   .. rubric:: Methods Documentation

   .. automethod:: cross
   .. automethod:: from_cartesian
   .. automethod:: mean
   .. automethod:: norm
   .. automethod:: represent_as
   .. automethod:: scale_factors
   .. automethod:: sum
   .. automethod:: to_cartesian
   .. automethod:: unit_vectors
