Advanced Scientific Data Format
From Just Solve the File Format Problem
The Advanced Scientific Data Format (ASDF, not to be confused with the Adaptable Seismic Data Format) is a "proposed" replacement for Flexible Image Transport System and other astronomy data (namely, image) formats. Like FITS and similar formats (HDF, etc.), it is meant to store both large amounts of data and metadata describing it in the same file. ASDF uses YAML to store this metadata. "Blocks" are compressed with either Gzip or Bzip.[1]
Contents |
Identification
ASDF files start with the magic number #ASDF
, followed by a space and version information.[2]
Specifications
- [1]
- A PDF version of the above. (As of the time of writing, this returns a 404, and the Wayback Machine gives a mysterious "this page does not exist" error.)
Software
- The reference implementation
- A C++ implementation that the link in the specification notes is not "currently feature complete"
- Another C++ implementation. Ditto.
Sample Files
Links
Wikipedia:Advanced Scientific Data Format