ASDF.jl
  • Home
    • Quickstart
  • Introduction
  • Examples
    • JWST
    • Roman
  • API
Version
  • Home
  • Home
GitHub

ASDF.jl

A new Advanced Scientific Data Format (ASDF) package, written in Julia.

Quickstart

Installation

pkg> add ASDF

Usage

using ASDF
# Load
af = ASDF.load_file("<file.asdf>")
# Acess and modify
af.metadata["<key>"] = <val>
# Write
doc = Dict(<data>)
ASDF.write_file("<new_file.asdf>", doc)
Introduction »

Powered by Documenter.jl and the Julia Programming Language.

Settings


This document was generated with Documenter.jl version 1.17.0 on Monday 23 March 2026. Using Julia version 1.12.5.