Struct fits_rs::types::Header [] [src]

pub struct Header<'a> {
    pub keyword_records: Vec<KeywordRecord<'a>>,
}

The primary header of a FITS file.

Fields

The keyword records of the primary header.

Methods

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

Create a Header with a given set of keyword_records

Determines the size in bits of the data array following this header.

Trait Implementations

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

Formats the value using the given formatter.

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

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

This method tests for !=.