Struct fitrs::Hdu[][src]

pub struct Hdu { /* fields omitted */ }

Represent an HDU as defined in FITS standard 4.1.

Methods

impl Hdu
[src]

Get HeaderValue by key. Return None if value is not found in Hdu.

Get data array stored in the Hdu.

impl Hdu
[src]

Create a new HDU with the shape and data given as parameters.

The HDU must be added to a Fits object to be written persistently to disk.

Trait Implementations

impl Debug for Hdu
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Hdu

impl Sync for Hdu