Expand description

This library provides utilities to interact with astronomical data.

Modules

Serialize and deserialize FITS data. See https://archive.stsci.edu/fits/fits_standard/fits_standard.html for the FITS API.

Macros

Gets the default deserialization function for a type (assumes from_be_bytes).

Creates a boxed vector deserialized with the given function, or a default function if one is not given.

Creates a boxed vector deserialized with the given function.

Creates a box of the given value and casts it to an implicit return type.