IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1669


Ignore:
Timestamp:
Sep 1, 2004, 12:22:57 PM (22 years ago)
Author:
Paul Price
Message:

Fixed sign of TAI-UTC, bug 169.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/pslib/psLibADD.tex

    r1668 r1669  
    1 %%% $Id: psLibADD.tex,v 1.33 2004-09-01 21:50:40 price Exp $
     1%%% $Id: psLibADD.tex,v 1.34 2004-09-01 22:22:57 price Exp $
    22\documentclass[panstarrs]{panstarrs}
    33
     
    716716insertion of leap second whenever UTC-UT1 $\ge$ 0.9s.  By definition
    717717UTC-TAI is an integer number of seconds.  UTC went into effect on
    718 "1972-01-01T00:00:00" and is defined as being UTC-TAI = 10s on that
    719 date.  For dates prior to 1972-01-01 a fixed offset of +10s relative
     718"1972-01-01T00:00:00" and is defined as being TAI-UTC = 10s on that
     719date.  For dates prior to 1972-01-01 a fixed offset of 10s relative
    720720to TAI will be assumed.
    721721
    722722\begin{equation}
    723 UTC = TAI + 10s + leapseconds
     723UTC = TAI - 10s - leapseconds
    724724\end{equation}
    725725
     
    740740system of time defined by the Bureau International des Poids et
    741741Mesures (BIPM) with SI length seconds as measured at sea level.  To
    742 convert from UTC to TAI subtract the base delta of $10s$ and all of
     742convert from UTC to TAI add the base delta of $10s$ and all of
    743743the accumulated leapsecons since 1972-01-01 up until the UTC date
    744744being converted.
    745745
    746746\begin{equation}
    747 {\rm TAI} = {\rm UTC} - 10{\rm s} - {\rm leapseconds}
     747{\rm TAI} = {\rm UTC} + 10{\rm s} + {\rm leapseconds}
    748748\end{equation}
    749749
Note: See TracChangeset for help on using the changeset viewer.