Expand description
Access to FITS-format files.
With particular emphasis on UVFITS files, but that comes with more generic support for FITS files.
Structs§
- Fits
Decoder - A decoder for single-pass streaming of a FITS file.
- Fits
Parser - Parse the headers of a FITS file to allow navigation of its structure.
- Parsed
Hdu - 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.
- Fits
Error - An error type for when a FITS file is malformed.
- Fits
Format Error - An error type associated with problems that might occur when reading a FITS file.
- HduKind
- Different kinds of HDUs known to this module.
- LowLevel
Fits Item - A chunk of FITS file data, as produced by our low-level decoder.