Celestine API Documentation - v0.2.0
    Preparing search index...

    Interface TimeContext

    Complete time context for astronomical calculations

    Bundles all time representations together for convenience. Useful when you need multiple time formats for a single moment.

    interface TimeContext {
        calendar: CalendarDateTime;
        jd: number;
        T: number;
        gmst?: number;
        lst?: number;
        system: TimeSystem;
    }
    Index

    Properties

    Calendar date and time representation

    jd: number

    Julian Date

    T: number

    Julian Centuries from J2000.0

    gmst?: number

    Optional Greenwich Mean Sidereal Time in degrees

    lst?: number

    Optional Local Sidereal Time in degrees

    system: TimeSystem

    Which time system the calendar time is expressed in