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

SkyCoord
========

.. currentmodule:: astropy.coordinates

.. autoclass:: SkyCoord
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~SkyCoord.frame
      ~SkyCoord.info
      ~SkyCoord.representation
      ~SkyCoord.representation_type
      ~SkyCoord.shape

   .. rubric:: Methods Summary

   .. autosummary::

      ~SkyCoord.apply_space_motion
      ~SkyCoord.contained_by
      ~SkyCoord.directional_offset_by
      ~SkyCoord.from_name
      ~SkyCoord.from_pixel
      ~SkyCoord.get_constellation
      ~SkyCoord.guess_from_table
      ~SkyCoord.is_equivalent_frame
      ~SkyCoord.match_to_catalog_3d
      ~SkyCoord.match_to_catalog_sky
      ~SkyCoord.position_angle
      ~SkyCoord.radial_velocity_correction
      ~SkyCoord.search_around_3d
      ~SkyCoord.search_around_sky
      ~SkyCoord.separation
      ~SkyCoord.separation_3d
      ~SkyCoord.skyoffset_frame
      ~SkyCoord.spherical_offsets_to
      ~SkyCoord.to_pixel
      ~SkyCoord.to_string
      ~SkyCoord.transform_to

   .. rubric:: Attributes Documentation

   .. autoattribute:: frame
   .. autoattribute:: info
   .. autoattribute:: representation
   .. autoattribute:: representation_type
   .. autoattribute:: shape

   .. rubric:: Methods Documentation

   .. automethod:: apply_space_motion
   .. automethod:: contained_by
   .. automethod:: directional_offset_by
   .. automethod:: from_name
   .. automethod:: from_pixel
   .. automethod:: get_constellation
   .. automethod:: guess_from_table
   .. automethod:: is_equivalent_frame
   .. automethod:: match_to_catalog_3d
   .. automethod:: match_to_catalog_sky
   .. automethod:: position_angle
   .. automethod:: radial_velocity_correction
   .. automethod:: search_around_3d
   .. automethod:: search_around_sky
   .. automethod:: separation
   .. automethod:: separation_3d
   .. automethod:: skyoffset_frame
   .. automethod:: spherical_offsets_to
   .. automethod:: to_pixel
   .. automethod:: to_string
   .. automethod:: transform_to
