Go to the documentation of this file. 1 subroutine eci2ecef(time,ecivec,ecrvec)
20 common /gconst/
pi,radeg,
re,rem,
f,
omf2,omegae
21 data firstcall / .true. /
29 call gha2000(year,day+sec/86400.d0,gha)
31 call ecef(gha,ecivec(1),ecivec(4),ecrvec(1),ecrvec(4))
subroutine eci2ecef(time, ecivec, ecrvec)
subroutine ecef(gha, posi, veli, pose, vele)
subroutine jul2yds(jul, year, day, sec)