File: creating_planetary_wcs.rst

package info (click to toggle)
astropy 7.1.1-4
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 33,816 kB
  • sloc: python: 237,392; ansic: 55,195; lex: 8,621; sh: 3,317; xml: 2,399; makefile: 191
file content (11 lines) | stat: -rw-r--r-- 358 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
.. _creating_planetary_wcs:

Creating a planetary WCS structure
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

To create a WCS planetary object, a planetary frame needs to be defined,
with a planetary body representation (see :ref:`astropy-coordinates-representations`
for more about representations)

.. literalinclude:: examples/planetary_wcs.py
   :language: python