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

    Interface AspectCalculationResult

    Result of calculating all aspects for a chart.

    interface AspectCalculationResult {
        aspects: Aspect[];
        config: aspects.AspectConfig;
        bodies: string[];
        pairsChecked: number;
    }
    Index

    Properties

    aspects: Aspect[]

    All detected aspects

    Configuration used for calculation

    bodies: string[]

    Bodies that were analyzed

    pairsChecked: number

    Number of body pairs checked