User API¶
asdf Package¶
asdf: Python library for reading and writing Advanced Scientific Data Format (ASDF) files
Functions¶
|
Open an existing ASDF file. |
|
Print a rendering of an ASDF tree or sub-tree to stdout. |
Get the current config, which may have been altered by one or more surrounding calls to |
|
Context manager that temporarily overrides asdf configuration. |
Classes¶
|
The main class that represents an ASDF file object. |
Base class for all user-defined types. |
|
|
Used to put a streamed array into the tree. |
|
Enables the storage of arbitrarily large integer values |
|
Store a reference to an array in an external File. |
Variables¶
str(object='') -> str str(bytes_or_buffer[, encoding[, errors]]) -> str |
Class Inheritance Diagram¶
asdf.fits_embed Module¶
Utilities for embedded ADSF files in FITS.
Classes¶
|
Embed ASDF tree content in a FITS file. |
Class Inheritance Diagram¶
asdf.search Module¶
Utilities for searching ASDF trees.
Classes¶
|
Result of a call to AsdfFile.search. |
Class Inheritance Diagram¶
asdf.config Module¶
Methods for getting and setting asdf global configuration options.
Functions¶
Get the current config, which may have been altered by one or more surrounding calls to |
|
Context manager that temporarily overrides asdf configuration. |
Classes¶
Container for ASDF configuration options. |