Chandra Data Archive

A Time Tutorial


RXTE Postscript version of this chapter


Introduction

This chapter aims at collecting brief definitions of the various time systems in use, as well as simple formulae for doing transformations. Information was gleaned from a number of sources, like the Explanatory Supplement to the Astronomical Ephemeris (1992), a paper by Soffel and Brumberg in Celestial Mechanics and Dynamical Astronomy 52, 355 (1991), and several papers in the Proceedings of the 6th European Frequency and Time Forum (ESA SP-340, 1992).

The last section describes the time as it is kept in the Chandra FITS tables. Information is available on absolute time calibration.


Time and Date Systems

See also the USNO Time Scales page.

  1. TAI (International Atomic Time): Based on the SI second and derived from a large number of clocks all over the world. Analyzed and published by by BIPM. Reduced to mean sea level.

  2. UTC (Universal Time, Coordinated): Based on the SI second, it knows days of 86400 and 86401 seconds. The latter are days with a so-called leap second. The objective is to keep UTC within a second of UT1, which is based on the earth's rotation. The offset from TAI is always an integer number of seconds (the accumulated leap seconds).

  3. TT (Terrestrial Time): An idealized time, for all practical purposes based on TAI, but with a constant offset to provide continuity with Ephemeris Time. Defined on the rotating geoid.

  4. TB (Barycentric Time): Also known as TDB (Barycentric Dynamical Time). This is basically TT transformed to the solar system barycenter.

  5. TCG (Geocentric Coordinate Time): A properly relativistic coordinate time, referred to the geocenter. The coordinate time equivalent of TT.

  6. TCB (Barycentric Coordinate Time): The coordinate time equivalent of TB.

  7. JD (Julian Date): Number of days since Greenwich mean noon on January 1, 4713 B.C. Note that JD may be used in conjunction with all of the above time systems; whenever the required accuracy dictates this, the time system used should be indicated: e.g., JD (TT).

  8. MJD (Modified Julian Date): Equals JD - 2400000.5. The same note applies as for JD concerning the time system in use. We shall continue to use MJD notwithstanding the IAU's recent decision not to recognize MJD anymore as an official time unit.


Useful Relations

  1. JD - MJD:

    JD-MJD=2400000.5

  2. TT - TAI:

    TT-TAI=32.184 seconds

  3. TAI - UTC: Since 1972, an integer number of seconds. Please consult this USNO document for the history of the leap seconds.

  4. TCB - TCG:

    TCB-TCG=LC*(JD-2443144.5)*86400+VE*(X-XE)/C**2+P seconds

    LC=1.480813E-8 +/- 1E-14)

    The vectors xe and ve denote the barycentric position and velocity of the earth's center of mass, and x is the barycentric position of the observer. The quantity P represents periodic terms which can be evaluated using analytical formulae. For observers on the Earth's surface, these are diurnal, with a maximum amplitude of 2.1 microseconds; for spacecraft, they presumably depend solely on the orbit.

    The origins of coordinate times have been arbitrarily set so that these times all coincide with TT at the geocenter of 1977.0 (TAI).

  5. TB - TT:

    TB-TT=0.001658*SIN(G)+0.000014*SIN(2*G) seconds, 
  approximately

    G=357.53+0.9856003*(JD-2451545.0) degrees

  6. TCG - TT:

    TCG-TB=LG*(JD-2443144.5)*86400 seconds

    LG=6.969291E-10 +/- 3E-16

  7. TCB - TB:

    TCB-TB=LB*(JD-2443144.5)*86400 seconds

    LB=1.550505E-8 +/- 3E-14


Other Useful Formulae

  1. Relation between time on the geoid (t') and time on a Low Earth Orbit spacecraft (tL):

    DTL=(1+G*M/(C**2*RE)-VL**2/(2*C**2)-G*M/(C**2*RL))*DT'

    This approximates to:

    DTL=(1+6.9534818E-10-6.652542E-03/RL)*DT'

    At an altitude of 500 km, the clock would loose approximately 8.5 ms per year, unless its frequency were adjusted.


Chandra FITS Tables

The time stamps presented by Chandra FITS tables as generated by XFF will be in TT.

It has been agreed that the Spacecraft Clock Seconds (SCCS), or Mission Elapsed Time (MET), will represent true elapsed seconds since January 1, 1998, at 0h0m0s TT, which corresponds to MJD = 50814.0 (TT). At this time, the leapsecond value (TT - UTC) was 63.184 s. Hence:

MJD (Jan 1, 1998, 0h TT) = 50814.0 (TT) = 50813.999268703704 (UTC)

Raw time stamps in the FITS tables created by XFF will be on this (SCCS or MET) time system. However, FITS times are to be taken as the sum of a Time value and the values of the MJDREF and TIMEZERO keywords.

The TIMEZERO keyword will provide a nominal clock correction that ensures an absolute accuracy of TBD (nominally 1) ms for the time stamps. The exact value of the tolerance will be based on experience in orbit; the goal is to provide reasonably accurate absolute time with a minimum effort.

To summarize the times in the FITS tables:

The relevant FITS table keywords are summarized below:

  Keyword      Value              Unit   Comment

  TTYPE1      'TIME'                s    Column 1 contains raw time in SCCS
  TIMESYS     'TT'                       Defines TT as fundamental time system
  MJDREF      50814.0               d    1998.0 (TT)
  TIMEZERO    <nominally 0.0>       s    Clock correction
Various transformations between MET, TT, and UTC in a variety of formats (seconds, calendar date/time, year-day-time, JD, MJD) can be performed using the tools axTime or axTime3.

Code to handle time is available from the CDA FTP site:

A Time Tutorial was written by Arnold Rots of the Chandra Data Archive Operations team.