Module birli::pos[][src]

Expand description

Positional coordinate types.

Most of this was blatently stolen (with permission) from Chris Jordan

Re-exports

pub use azel::AzEl;
pub use enh::ENH;
pub use hadec::HADec;
pub use lmn::LMN;
pub use radec::RADec;
pub use uvw::UVW;
pub use xyz::XyzBaseline;
pub use xyz::XyzGeocentric;
pub use xyz::XyzGeodetic;

Modules

Handle (azimuth, elevation) coordinates.

Handle East, North and Height coordinates (typically associated with MWA tiles).

Handle (hour angle, declination) coordinates.

Handle interferometric direction-cosine coordinates.

Handle (right ascension, declination) coordinates.

Handle UVW coordinates.

Handle (x,y,z) coordinates of an antenna (a.k.a. tile or station), geodetic or geocentric.