[][src]Struct fitrs::WCS

pub struct WCS { /* fields omitted */ }

World Coordinates

The implementation of this structure is experimental.

Methods

impl WCS[src]

pub fn new(hdu: &Hdu) -> Self[src]

Read how to convert pixel to real world coordinates from HDU header.

pub fn pix2world(&self, pixel: [f32; 4]) -> [f32; 4][src]

Convert from pixel to world coordinates

Currently only works with CDn_m values and assume there is no rotation in coordinates conversions.

pub fn slice(self, indices: &[usize]) -> Self[src]

pub fn transform(self, index: usize, pix: f32, factor: f32) -> Self[src]

Trait Implementations

impl Clone for WCS[src]

impl Copy for WCS[src]

impl Default for WCS[src]

impl PartialEq<WCS> for WCS[src]

impl Debug for WCS[src]

impl StructuralPartialEq for WCS[src]

Auto Trait Implementations

impl Send for WCS

impl Sync for WCS

impl Unpin for WCS

impl UnwindSafe for WCS

impl RefUnwindSafe for WCS

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]