Skip to main content

Crate celestial_time

Crate celestial_time 

Source

Re-exports§

pub use julian::JulianDate;
pub use scales::GPS;
pub use scales::TAI;
pub use scales::TCB;
pub use scales::TCG;
pub use scales::TDB;
pub use scales::TT;
pub use scales::UT1;
pub use scales::UTC;
pub use scales::gps_from_calendar;
pub use scales::tai_from_calendar;
pub use scales::tcb_from_calendar;
pub use scales::tcg_from_calendar;
pub use scales::tdb_from_calendar;
pub use scales::tt_from_calendar;
pub use scales::ut1_from_calendar;
pub use scales::utc_from_calendar;
pub use scales::conversions::TcbToTdb;
pub use scales::conversions::TdbToTcb;
pub use scales::conversions::ToGPS;
pub use scales::conversions::ToTAI;
pub use scales::conversions::ToTAIWithOffset;
pub use scales::conversions::ToTCB;
pub use scales::conversions::ToTCG;
pub use scales::conversions::ToTCGFromTCB;
pub use scales::conversions::ToTDB;
pub use scales::conversions::ToTT;
pub use scales::conversions::ToTTFromTDB;
pub use scales::conversions::ToTTWithDeltaT;
pub use scales::conversions::ToUT1;
pub use scales::conversions::ToUT1WithDUT1;
pub use scales::conversions::ToUT1WithDeltaT;
pub use scales::conversions::ToUT1WithOffset;
pub use scales::conversions::ToUTC;
pub use scales::conversions::ToUTCViaTAI;
pub use scales::conversions::ToUTCWithDUT1;
pub use sidereal::ObservatoryContext;
pub use sidereal::SiderealAngle;
pub use sidereal::GAST;
pub use sidereal::GMST;
pub use sidereal::LAST;
pub use sidereal::LMST;
pub use transforms::NutationCalculator;
pub use transforms::NutationModel;
pub use transforms::NutationResult;

Modules§

constants
julian
parsing
scales
Astronomical time scales.
sidereal
transforms

Enums§

TimeError

Type Aliases§

TimeResult