grahan — the open-source sky engine
    Preparing search index...

    Interface KundaliOptions

    interface KundaliOptions {
        date: Date;
        latitude: number;
        longitude: number;
        node?: NodeKind;
    }
    Index

    Properties

    date: Date

    The exact birth instant.

    latitude: number

    Degrees north-positive.

    longitude: number

    Degrees east-positive.

    node?: NodeKind

    Rahu/Ketu from the mean node (default, smooth regression) or the true osculating node (wobbles ±1.7° around it, briefly direct).