ssapy_toolkit.Coordinates.gcrf_to_llh

ssapy_toolkit.Coordinates.gcrf_to_llh(r_gcrf, t)[source]

Invert GCRF position to geodetic lon (deg), lat (deg), height (m).

Parameters:
  • r_gcrf (array_like (3,) or (n,3)) – GCRF Cartesian position(s) in meters.

  • t (astropy.time.Time) – Observation time.

Returns:

  • lon (float or ndarray)

  • lat (float or ndarray)

  • height (float or ndarray)