Crate rubbl_fits

source ·
Expand description

Access to FITS-format files.

With particular emphasis on UVFITS files, but that comes with more generic support for FITS files.

Structs

A decoder for single-pass streaming of a FITS file.
Parse the headers of a FITS file to allow navigation of its structure.
Information about an HDU in a parsed FITS file.

Enums

Possible values for the FITS “BITPIX” header, which identifies the storage format of FITS binary data.
An error type for when a FITS file is malformed.
An error type associated with problems that might occur when reading a FITS file.
Different kinds of HDUs known to this module.
A chunk of FITS file data, as produced by our low-level decoder.