Skip to main content

Crate celestial_coords

Crate celestial_coords 

Source

Re-exports§

pub use distance::Distance;
pub use eop::EopParameters;
pub use eop::EopProvider;
pub use eop::EopRecord;
pub use errors::CoordError;
pub use errors::CoordResult;
pub use lighttime::LightTimeCorrection;
pub use frames::CIRSPosition;
pub use frames::EclipticCartesian;
pub use frames::EclipticPosition;
pub use frames::GCRSPosition;
pub use frames::GalacticPosition;
pub use frames::HeliographicCarrington;
pub use frames::HeliographicStonyhurst;
pub use frames::HourAnglePosition;
pub use frames::ICRSPosition;
pub use frames::ITRSPosition;
pub use frames::SelenographicPosition;
pub use frames::TIRSPosition;
pub use frames::TopocentricPosition;
pub use transforms::CartesianFrame;
pub use transforms::CoordinateFrame;

Modules§

aberration
distance
eop
errors
frames
lighttime
lunar
solar
transforms

Structs§

Angle
An angular measurement stored as radians.
Location
A geographic location on Earth in WGS84 geodetic coordinates.
TAI
International Atomic Time representation.
TT
Terrestrial Time representation.
UT1
Universal Time UT1, based on Earth’s rotation angle.
UTC
UTC time scale backed by a split Julian Date.
Vector3
A 3D Cartesian vector for coordinate calculations.

Enums§

TimeError

Type Aliases§

TimeResult