Skip to main content

Module core

Module core 

Source
Expand description

Implementations of the ASDF core schemas.

Re-exports§

pub use datatype::ByteOrder;
pub use datatype::Datatype;
pub use datatype::Field;
pub use datatype::ScalarType;
pub use elements::Element;
pub use elements::decode_all;
pub use elements::decode_inline;
pub use elements::inline_ndarray;
pub use ndarray::Mask;
pub use ndarray::Ndarray;
pub use ndarray::Source;
pub use provenance::ExtensionMetadata;
pub use provenance::History;
pub use provenance::HistoryEntry;
pub use provenance::Meta;
pub use provenance::Software;
pub use pyrepr::repr_complex;
pub use pyrepr::repr_f64;
pub use time::Civil;
pub use time::Location;
pub use time::Time;
pub use time::TimeFormat;
pub use time::TimeScale;

Modules§

datatype
The core/datatype schema: how an ndarray’s elements are laid out.
elements
Decoding an ndarray’s bytes into typed elements, and inlining them back into the tree.
ndarray
The core/ndarray schema.
provenance
The provenance schemas: core/software, core/history_entry, core/extension_metadata and the core/asdf root.
pyrepr
Python’s repr spelling for floats and complex numbers.
time
The core/time schema.