Advanced Scientific Data Format
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Scientific Data formats |extensions={{ext|asdf}} |released=2015 }} The '''Advanced Scientific Data Format''' ('''ASDF''', not to b...") |
(Added Wikipedia link) |
||
Line 22: | Line 22: | ||
== Sample Files == | == Sample Files == | ||
* [https://github.com/spacetelescope/asdf-standard/tree/b80568680ad4689f04e2f17ee8896a198dc76bbc/reference_files/1.0.0 Test files in the reference implementation source] | * [https://github.com/spacetelescope/asdf-standard/tree/b80568680ad4689f04e2f17ee8896a198dc76bbc/reference_files/1.0.0 Test files in the reference implementation source] | ||
+ | |||
+ | == Links == | ||
+ | [[Wikipedia:Advanced Scientific Data Format]] | ||
== References == | == References == | ||
<references /> | <references /> |
Latest revision as of 01:13, 16 February 2019
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 |
[edit] Identification
ASDF files start with the magic number #ASDF
, followed by a space and version information.[2]
[edit] 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.)
[edit] Software
- The reference implementation
- A C++ implementation that the link in the specification notes is not "currently feature complete"
- Another C++ implementation. Ditto.
[edit] Sample Files
[edit] Links
Wikipedia:Advanced Scientific Data Format