Struct fits_rs::types::Fits [] [src]

pub struct Fits<'a> {
    pub primary_hdu: HDU<'a>,
    pub extensions: Vec<HDU<'a>>,
}

Representation of a FITS file.

Fields

The primary HDU

The extention HDUs

Methods

impl<'a> Fits<'a>
[src]

Create a Fits structure with a given primary header

Trait Implementations

impl<'a> Debug for Fits<'a>
[src]

Formats the value using the given formatter.

impl<'a> PartialEq for Fits<'a>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.