IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 3429


Ignore:
Timestamp:
Mar 15, 2005, 3:49:30 PM (21 years ago)
Author:
jhoblitt
Message:

updated definition of UT1 (Ed Pier)

Location:
trunk/doc/pslib
Files:
1 added
2 edited

Legend:

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

    r3428 r3429  
    2828\item Added section on FITS WCS.
    2929\item Renamed TDT to TT plus misc. cleanups in the Time section.
     30\item Updated definition of UT1.
    3031\end{itemize}
  • trunk/doc/pslib/psLibADD.tex

    r3428 r3429  
    1 %%% $Id: psLibADD.tex,v 1.64 2005-03-16 00:29:31 jhoblitt Exp $
     1%%% $Id: psLibADD.tex,v 1.65 2005-03-16 01:49:30 jhoblitt Exp $
    22\documentclass[panstarrs]{panstarrs}
    33
    44\usepackage{amsmath}
     5\usepackage{verbatim}
    56
    67% basic document variables
     
    961962\label{sec:ut1}
    962963
    963 Univseral Time is a measure of the rotation angle of the Earth.  When
    964 corrected for polar motion it is referred to as UT1.  This is distict
    965 from UT0 which does not involve corrections for polar motion.  UT1 may
    966 be calculated from UTC through a table lookup of the appropriate value
    967 of UTC - UT1.
     964UT1 is directly tied to the rotation of the Earth.  Historically, time has been
     965measured with respect to the rising and setting of the Sun. However, in the
     966modern era of atomic clocks, the rotation of the Earth makes for a highly
     967unstable time standard. Tidal effects, changes in the angular momentum of the
     968atmosphere, seasonal changes in the polar ice caps, movement within the Earth's
     969core, and other effects all cause measurable changes in the Earth's rotation on
     970a daily basis.  However, UT1 is still vitally important for determining the
     971orientation of the Earth with respect to the sky.
     972
     973Since 2003-01-01, UT1 has been defined as directly proportional to the Earth
     974Rotation Angle (see IERS Technical Note 32\footnote{IERS Technical Note 32 -
     975http://maia.usno.navy.mil/conv2003.html}).  Previous to that date, a different
     976definition was in effect (see IERS Technical Note 21\footnote{IERS Technical
     977Note 21 - http://maia.usno.navy.mil/conventions.html}).  We will always use the
     978post-2003 definition.
     979
     980UT1 is continuously measured by the International Earth Rotation
     981Service\footnote{IERS - http://maia.usno.navy.mil/}, and tabulated values of the
     982offset of UT1 from UTC are published at regular intervals, along with predicted
     983future values.  IERS Bulletin A gives "rapid response" values necessary for
     984real-time and near real-time data analysis (such as Pan-STARRS Otis and IPP
     985subsystems). Bulletin B gives the results of a final, definitive data
     986reduction.  An amalgam of Bulletin A and B values is published daily on the
     987IERS website\footnote{IERS Bulletin A \& B -
     988http://maia.usno.navy.mil/ser7/finals2000A.daily} along with a desciption of
     989the format\footnote{IERS finals2000A.daily table format -
     990http://maia.usno.navy.mil/ser7/readme.finals2000A}.
     991
     992The UT1 offsets should be interpolated using the prescription of IERS Gazette
     993\#13\footnote{IERS Gazette \#13 - http://maia.usno.navy.mil/iers-gaz13}.  This
     994entails using a third order polynomial to interpolate the table values, and
     995then applying a model for diurnal and semi-diurnal fluctuations due to tidal
     996effects.  An example implimentation\footnote{interp.f
     997ftp://maia.usno.navy.mil/dist/interp.f} written in Fortran is available.
     998
     999\verbatiminput{interp.f}
     1000
     1001The Polar motion X, and Y coordinates are also important for determining the
     1002orientation of the Earth with respect to the sky. This is also given in the
     1003IERS publications references above, and should be interpolated in the same way.
    9681004
    9691005\paragraph{Julian Day and Modified Julian Day}
Note: See TracChangeset for help on using the changeset viewer.