horizontal_to_equatorial

ssapy.utils.horizontal_to_equatorial(observer_latitude, azimuth, altitude)[source][source]

Convert horizontal coordinates to hour angle and declination.

Parameters:
  • observer_latitude (float) – Latitude of the observer in degrees.

  • azimuth (float) – Azimuth angle in degrees.

  • altitude (float) – Altitude angle in degrees.

Returns:

Hour angle and declination in degrees.

Return type:

tuple