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

    Function calculateAnglesOnly

    • Calculate just the angles (ASC, MC, DSC, IC) without house cusps

      Useful when you only need the four angles and not the full house division.

      Parameters

      • location: GeographicLocation

        Geographic coordinates

      • lst: number

        Local Sidereal Time in degrees

      • julianCenturies: number

        Time in Julian centuries from J2000.0

      Returns Angles

      The four angles

      If location is invalid

      const angles = calculateAnglesOnly(
      { latitude: 51.5074, longitude: -0.1278 },
      180.5,
      0.0
      );
      console.log(angles.ascendant); // ASC
      console.log(angles.midheaven); // MC