@kayahr/ed-journal

    Interface ScanBaryCentre

    Written when scanning a body of a binary pair. YOu will now get an event detailing the orbital parameters of their barycenter.

    interface ScanBaryCentre {
        AscendingNode: number;
        BodyID: number;
        Eccentricity: number;
        event: "ScanBaryCentre";
        MeanAnomaly: number;
        OrbitalInclination: number;
        OrbitalPeriod: number;
        Periapsis: number;
        SemiMajorAxis: number;
        StarSystem: string;
        SystemAddress: number;
        timestamp: string;
    }

    Hierarchy (View Summary, Expand)

    Index

    Properties

    AscendingNode: number
    BodyID: number
    Eccentricity: number
    event: "ScanBaryCentre"

    The type of event.

    MeanAnomaly: number
    OrbitalInclination: number
    OrbitalPeriod: number
    Periapsis: number
    SemiMajorAxis: number
    StarSystem: string
    SystemAddress: number
    timestamp: string

    The time in GMT, ISO 8601.

    MMNEPVFCICPMFPCPTTAAATR