Crate rubbl_fits[][src]

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.

FitsFormatError

An error type for when a FITS file is malformed.

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.

HduKind

Different kinds of HDUs known to this module.

LowLevelFitsItem

A chunk of FITS file data, as produced by our low-level decoder.