Module fits_rs::parser [] [src]

The parser module is responsible for parsing FITS files.

Enums

ParseLogicalConstantError

Problems that could occur when parsing a str for a Value::Logical are enumerated here.

RealParseError

Reasons for converting to a f64 from a parse triple (left, _, right) to fail.

Functions

fits

Will parse data from a FITS file into a Fits structure