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

    Interface ProgressedRetrogradeChange

    Information about a retrograde status change.

    interface ProgressedRetrogradeChange {
        body: string;
        bodyEnum?: CelestialBody;
        direction: "turned-retrograde" | "turned-direct";
        approximateAge: number;
        changeJD?: number;
        longitude?: number;
    }
    Index

    Properties

    body: string

    Body that changed direction

    bodyEnum?: CelestialBody

    Body enum value

    direction: "turned-retrograde" | "turned-direct"

    Direction of change

    approximateAge: number

    Approximate age when change occurred

    changeJD?: number

    Julian Date of direction change

    longitude?: number

    Longitude at direction change