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

PhysicsSphericalDifferential
============================

.. currentmodule:: astropy.coordinates

.. autoclass:: PhysicsSphericalDifferential
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~PhysicsSphericalDifferential.attr_classes
      ~PhysicsSphericalDifferential.d_phi
      ~PhysicsSphericalDifferential.d_r
      ~PhysicsSphericalDifferential.d_theta

   .. rubric:: Methods Summary

   .. autosummary::

      ~PhysicsSphericalDifferential.from_representation
      ~PhysicsSphericalDifferential.represent_as

   .. rubric:: Attributes Documentation

   .. autoattribute:: attr_classes
   .. autoattribute:: d_phi
   .. autoattribute:: d_r
   .. autoattribute:: d_theta

   .. rubric:: Methods Documentation

   .. automethod:: from_representation
   .. automethod:: represent_as
