Crate mwa_rust_core

Source
Expand description

Core code to describe coordinate transformations, Jones matrices, etc.

Re-exports§

pub use jones::Jones;
pub use pos::azel::AzEl;
pub use pos::earth::Ellipsoid;
pub use pos::earth::LatLngHeight;
pub use pos::enh::ENH;
pub use pos::hadec::HADec;
pub use pos::lmn::LMN;
pub use pos::pal;
pub use pos::precession;
pub use pos::radec::RADec;
pub use pos::uvw::UVW;
pub use pos::xyz::XyzGeocentric;
pub use pos::xyz::XyzGeodetic;
pub use erfa_sys;
pub use hifitime;
pub use mwalib;
pub use mwalib::fitsio;
pub use mwalib::fitsio_sys;

Modules§

constants
Useful constants.
jones
Code for general Jones matrix math.
math
Some helper mathematics.
pos
Super module for all positional code.
sexagesimal
Code for handling conversion to and from sexagesimal.
time
Code to help handle time.

Structs§

Complex
A complex number in Cartesian form.

Type Aliases§

c32
c64