ET2JD

From DavinciWiki
Jump to: navigation, search

Description

Convert Ephemeris Time to UTC Julian Date

Arguments and Return Values

Parameters: Numeric array specifying the Ephemeris Times to convert to UTC Julian Dates

Return Value: The corresponding set of Julian Dates

Usage

Syntax: ET2JD(ET)

The Julian Date (JD) is a continuous count of days since noon UTC on January 1, 4713 BCE in the proleptic Julian calendar. Coordinated Universal Time (UTC) is the basis for the time system used in everyday life. In order to keep UTC consistent with the Earth's slightly variable rate of rotation, leap seconds are occasionally inserted into UTC. Terrestrial Time (TT) is a time system with no leap seconds. UTC and TT run at the same rate and are referenced to the rotating Earth.

Ephemeris Time (ET) is the number of seconds since noon (ET) on January 1, 2000. ET is referenced to the solar system's barycenter (center of mass). It runs at the same rate as Barycentric Time (TB, a.k.a. Barycentric Dynamical Time or TDB).

Returns double-precision UTC Julian Dates, accurate to about one millisecond (1e-8 of a day, if the input is that accurate). Otherwise, the returned values are as accurate as the input. The accuracy may be further limited by uncertainty in Delta-T; see the function DeltaT for details.

For more information, see ftp://naif.jpl.nasa.gov/pub/naif/pds/data/ody-m-spice-6-v1.0/odsp_1000/data/lsk/naif0008.tls and http://heasarc.gsfc.nasa.gov/docs/xte/abc/time_tutorial.html.

When ET2JD() is entered without any arguments, it prints its description, as shown below.

Examples

dv> ET2JD()

Find UTC Julian Date, given ET
Works for array inputs
Returns double-precision UTC Julian Date
Accurate to about 1 millisecond (if the input is that accurate)
 The returned values are as accurate as the input, although that
 accuracy may be further limited by uncertainty in Delta-T. See
 the function DeltaT for details.
See ftp://naif.jpl.nasa.gov/pub/naif/pds/data/ody-m-spice-6-v1.0/
 odsp_1000/data/lsk/naif0008.tls
S.Marshall 08-02-2008

0
dv> a = ET2JD(0)
2451544.99925713
dv> JD2date(a, 3)

Saturday, January 1, 2000, 11:58:55.816 UTC

 (Gregorian calendar)

7x1x1 array of int, bsq format [28 bytes]
2000    1       1       11      58      55      0

DavinciWiki Mini-Nav Bar

Contents


Contact Developers

  • davinci-dev [AT] mars.asu.edu

All other topics

  • See navigation on the left

Major Sub-Functions

Recent Library Changes

Created On: 11-18-2009
Modified On: 05-07-2010

Personal tools