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

    Function findAllMatchingAspects

    • Get all aspects that a separation could match (for debugging/analysis).

      Parameters

      • separation: number

        Angular separation between two bodies (0-180°)

      • Optionalconfig: aspects.AspectConfig

        Configuration specifying which aspects to check and orbs

      Returns { aspect: AspectDefinition; deviation: number }[]

      Array of matching aspects with deviations, sorted by deviation

      Normally you'd use findMatchingAspect which returns only the best match. This function is useful for understanding edge cases where multiple aspects are within orb.