1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105
|
.. _asdf_schemas:
Schemas
=======
Documentation for each of the individual ASDF schemas defined by ``astropy`` can
be found at the links below.
Documentation for the schemas defined in the ASDF Standard can be found `here
<https://asdf-standard.readthedocs.io/en/latest/schemas/index.html>`__.
.. contents::
Coordinates
-----------
The following schemas are associated with ``astropy`` types from the
:ref:`astropy-coordinates` submodule:
coordinates/angle-1.0.0
^^^^^^^^^^^^^^^^^^^^^^^
.. literalinclude:: ../../astropy/io/misc/asdf/data/schemas/astropy.org/astropy/coordinates/angle-1.0.0.yaml
:language: yaml
coordinates/earthlocation-1.0.0
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. literalinclude:: ../../astropy/io/misc/asdf/data/schemas/astropy.org/astropy/coordinates/earthlocation-1.0.0.yaml
:language: yaml
coordinates/latitude-1.0.0
^^^^^^^^^^^^^^^^^^^^^^^^^^
.. literalinclude:: ../../astropy/io/misc/asdf/data/schemas/astropy.org/astropy/coordinates/latitude-1.0.0.yaml
:language: yaml
coordinates/longitude-1.0.0
^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. literalinclude:: ../../astropy/io/misc/asdf/data/schemas/astropy.org/astropy/coordinates/longitude-1.0.0.yaml
:language: yaml
coordinates/representation-1.0.0
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
.. literalinclude:: ../../astropy/io/misc/asdf/data/schemas/astropy.org/astropy/coordinates/representation-1.0.0.yaml
:language: yaml
coordinates/skycoord-1.0.0
^^^^^^^^^^^^^^^^^^^^^^^^^^
.. literalinclude:: ../../astropy/io/misc/asdf/data/schemas/astropy.org/astropy/coordinates/skycoord-1.0.0.yaml
:language: yaml
FITS
----
The following schemas are associated with ``astropy`` types from the
:ref:`astropy-io-fits` submodule:
fits/fits-1.0.0
^^^^^^^^^^^^^^^
.. literalinclude:: ../../astropy/io/misc/asdf/data/schemas/astropy.org/astropy/fits/fits-1.0.0.yaml
:language: yaml
Table
-----
The following schemas are associated with ``astropy`` types from the
:ref:`astropy-table` submodule:
table/table-1.0.0
^^^^^^^^^^^^^^^^^
.. literalinclude:: ../../astropy/io/misc/asdf/data/schemas/astropy.org/astropy/table/table-1.0.0.yaml
:language: yaml
Time
----
The following schemas are associated with ``astropy`` types from the
:ref:`astropy-time` submodule:
time/timedelta-1.0.0
^^^^^^^^^^^^^^^^^^^^
.. literalinclude:: ../../astropy/io/misc/asdf/data/schemas/astropy.org/astropy/time/timedelta-1.0.0.yaml
:language: yaml
Units
-----
The following schemas are associated with ``astropy`` types from the
:ref:`astropy-units` submodule:
units/equivalency-1.0.0
^^^^^^^^^^^^^^^^^^^^^^^
.. literalinclude:: ../../astropy/io/misc/asdf/data/schemas/astropy.org/astropy/units/equivalency-1.0.0.yaml
:language: yaml
|