Kep2cart 2002

You might also like

Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 2

KEPLER ORBIT ELEMENTS TO ECI CARTESIAN COORDINATES CONVERSION

Elliptical Case (02/02/02)

Compute orbital position and velocity at time t given the orbital elements.
a, e, i,  , , T  X , Y , Z , X&, Y&, Z&
where  is the right ascension of the ascending node.

1. Compute the mean anomaly, MA, (0  360),



M  n(t  T ) n
a3

2. Compute the eccentric anomaly, EA, (0  360),

MA  EA  e sin EA

3. Compute the true anomaly,  , (0  360),


1/ 2
  (1  e)  EA
tan   tan
2  (1  e)  2

If EA < 180 then  < 180 (There is no need to do a quadrant check. The equation
above will automatically yield the correct value of  .)

4. Compute the radius, r,


p a (1  e 2 )
r  a (1  e cos EA)  
1  e cos 1  e cos
5. Compute the specific angular momentum, h,
h  (a(1  e 2 ))1/ 2

6. Compute the position components, X,Y,Z

X  r (cos  cos(  )  sin  sin(   ) cos i)


Y  r (sin  cos(   )  cos  sin(   ) cos i)
Z  r (sin i sin(   ))

7. Compute the velocity components, X&, Y&, Z&

& Xhe sin   h (cos  sin(  )  sin  cos(  ) cos i)


X
rp r
& Yhe sin   h (sin  sin(  )  cos  cos(  ) cos i)
Y
rp r
Zhe h
Z& sin   sin i cos(  )
rp r

1
8. To obtain ECF (Earth Centered and Fixed) coordinates

X  X   X&  X&  Y 
Y  Y   & & 
 TECF  TECF Y _   X 
ECI ECI
    Y 
 Z  ECF  Z  ECI ,  Z&  Z& 
 
ECF ECI

where    rotation rate of the earth (7.2921158553 x 10-5 rad/sec)

 cos  sin  0
T ECI
ECF    sin  cos  0 
 0 0 1 

 is the Greenwich hour angle of the Earth's prime meridian, i.e. the angle between the
inertial X-axis and the ECF X-axis.

You might also like