Module fits_rs::types [] [src]

The types modules describes all the structures to express FITS files.

Structs

BlankRecord

A unit struct that will act as a placeholder for blank records.

DataArray

Placeholder for DataArray

Fits

Representation of a FITS file.

HDU

Header Data Unit, combination of a header and an optional data array.

Header

The primary header of a FITS file.

KeywordRecord

A keyword record contains information about a FITS header. It consists of a keyword, the corresponding value and an optional comment.

Enums

Keyword

The various keywords that can be found in headers.

ParseKeywordError

Problems that could occur when parsing a str for a Keyword are enumerated here.

Value

The possible values of a KeywordRecord.

ValueRetrievalError

When asking for a value, these things can go wrong.