Skip to main content

ecef2eci

Function ecef2eci 

Source
pub fn ecef2eci(gst: f64, x: f64, y: f64, z: f64) -> (f64, f64, f64)
Expand description

Returns the tuple (x,y,z) of coordinates in the ECI system

§Inputs:

  • x = x ECEF coordinate [m]
  • y = y ECEF coordinate [m]
  • z = z ECEF coordinate [m]

§Outputs:

  • x = x ECI coordinate [m]
  • y = y ECI coordinate [m]
  • z = z ECI coordinate [m]