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

    Interface ProgressedAspect

    Aspect between progressed and natal positions.

    Progressed aspects use much tighter orbs than natal aspects, typically 1° for major aspects and 0.5° for minor aspects.

    interface ProgressedAspect {
        progressedBody: string;
        progressedBodyEnum?: CelestialBody;
        progressedLongitude: number;
        natalBody: string;
        natalBodyEnum?: CelestialBody;
        natalLongitude: number;
        aspectType: AspectType;
        symbol: string;
        exactAngle: number;
        separation: number;
        deviation: number;
        orb: number;
        strength: number;
        phase: ProgressedAspectPhase;
        isRetrograde: boolean;
        exactJD?: number;
        exactDate?: ProgressedDate;
        exactAge?: number;
    }
    Index

    Properties

    progressedBody: string

    What is aspecting (progressed body name)

    progressedBodyEnum?: CelestialBody

    Progressed body enum value

    progressedLongitude: number

    Progressed body longitude

    natalBody: string

    What is being aspected (natal body name)

    natalBodyEnum?: CelestialBody

    Natal body enum value

    natalLongitude: number

    Natal body longitude

    aspectType: AspectType

    Aspect type

    symbol: string

    Aspect symbol (e.g., '☌', '□', '△')

    exactAngle: number

    Exact angle for this aspect type (0, 60, 90, 120, 180, etc.)

    separation: number

    Current angular separation

    deviation: number

    Deviation from exact aspect (always positive)

    orb: number

    Orb used for this detection

    strength: number

    Aspect strength as percentage (100 = exact, 0 = at orb edge)

    Is this aspect applying, exact, or separating?

    isRetrograde: boolean

    Is the progressed planet retrograde?

    exactJD?: number

    When will/did this aspect perfect? (Julian Date)

    exactDate?: ProgressedDate

    When will/did this aspect perfect? (Calendar date)

    exactAge?: number

    Age at which aspect perfects