SLA_EVP

Earth Position & Velocity

ACTION:
Barycentric and heliocentric velocity and position of the Earth.
CALL:
CALL sla_EVP (DATE, DEQX, DVB, DPB, DVH, DPH)
GIVEN:

DATE

D

TDB (formerly ET) as a Modified Julian Date (JD2400000.5)

DEQX

D

Julian Epoch (e.g. 2000D0) of mean equator and equinox of the vectors returned. If DEQX  < 0, all vectors are referred to the mean equator and equinox (FK5) of date DATE.


RETURNED:

DVB

D(3)

barycentric [, , ż], AU s1

DPB

D(3)

barycentric [x, y, z], AU

DVH

D(3)

heliocentric [, , ż], AU s1

DPH

D(3)

heliocentric [x, y, z], AU


NOTES:
(1)
This routine is accurate enough for many purposes but faster and more compact than the sla_EPV routine. The maximum deviations from the JPL DE96 ephemeris are as follows:
  • velocity (barycentric or heliocentric): 420 mm s1
  • position (barycentric): 6900 km
  • position (heliocentric): 1600 km
(2)
The routine is adapted from the BARVEL and BARCOR subroutines of Stumpff (1980). Most of the changes are merely cosmetic and do not affect the results at all. However, some adjustments have been made so as to give results that refer to the IAU 1976 ‘FK5’ equinox and precession, although the differences these changes make relative to the results from Stumpff’s original ‘FK4’ version are smaller than the inherent accuracy of the algorithm. One minor shortcoming in the original routines that has not been corrected is that slightly better numerical accuracy could be achieved if the various polynomial evaluations were to be so arranged that the smallest terms were computed first.
REFERENCE:
Stumpff, P., 1980., Astron.Astrophys.Suppl.Ser. 41, 1-8.