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
|
.. _asdf-standard:
ASDF Standard
=============
This document describes the Advanced Scientific Data Format (ASDF),
pronounced *AZ*-diff.
The ASDF python implementation documentation can be found :ref:`here <asdf:asdf>`.
.. only:: html
Contents:
.. toctree::
:maxdepth: 1
intro.rst
file_layout.rst
tree.rst
versioning.rst
schemas.rst
schemas/index.rst
known_limits.rst
changes.rst
asdf_in_fits.rst
dev_api.rst
.. note::
This is the **A**\ dvanced **S**\ cientific **D**\ ata **F**\ ormat - if
you are looking for the
**A**\ daptable **S**\ eismic **D**\ ata **F**\ ormat,
go here: http://seismic-data.org/
A paper, `ASDF: A new data format for astronomy
<https://doi.org/10.1016/j.ascom.2015.06.004>`__ about ASDF has been
published in *Astronomy and Computing*:
Greenfield, P., Droettboom, M., & Bray, E. (2015). ASDF: A new
data format for astronomy. *Astronomy and Computing*, 12: 240-251.
doi:10.1016/j.ascom.2015.06.004
.. only:: html
* :ref:`genindex`
* :ref:`search`
|