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§

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

Enums§

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