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


SkyCoord
============================

.. currentmodule:: astropy.coordinates

.. autoclass:: SkyCoord
   :show-inheritance:

   
     
   

   
   

   .. rubric:: Attributes Summary

   .. autosummary::
   
      ~SkyCoord.frame
      ~SkyCoord.info
      ~SkyCoord.representation

   
   

   
   

   .. rubric:: Methods Summary

   .. autosummary::
   
      ~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.search_around_3d
      ~SkyCoord.search_around_sky
      ~SkyCoord.separation
      ~SkyCoord.separation_3d
      ~SkyCoord.to_pixel
      ~SkyCoord.to_string
      ~SkyCoord.transform_to

   
   

   
   

   .. rubric:: Attributes Documentation

   
   .. autoattribute:: frame
   .. autoattribute:: info
   .. autoattribute:: representation

   
   

   
   

   .. rubric:: Methods Documentation

   
   .. 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:: search_around_3d
   .. automethod:: search_around_sky
   .. automethod:: separation
   .. automethod:: separation_3d
   .. automethod:: to_pixel
   .. automethod:: to_string
   .. automethod:: transform_to

   
   