Struct fitrs::FitsDataArray
[−]
[src]
Actual array data inside the Hdu
Fields
shape: Vec<usize>
Shape of array.
Example: A 2D image of width w and height h will be stored here as
[w, h].
data: Vec<T>
Raw data stored in the Hdu.
Trait Implementations
impl<T: Debug> Debug for FitsDataArray<T>[src]
impl<T: Debug> Debug for FitsDataArray<T>Auto Trait Implementations
impl<T> Send for FitsDataArray<T> where
T: Send,
impl<T> Send for FitsDataArray<T> where
T: Send, impl<T> Sync for FitsDataArray<T> where
T: Sync,
impl<T> Sync for FitsDataArray<T> where
T: Sync,