IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1619


Ignore:
Timestamp:
Aug 24, 2004, 6:37:48 PM (22 years ago)
Author:
Paul Price
Message:

Added psTimeLeapSeconds, removed psTimeFromLST, changed output of
psTimeToLST to psF64.

File:
1 edited

Legend:

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

    r1611 r1619  
    1 %%% $Id: psLibSDRS.tex,v 1.84 2004-08-24 20:01:50 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.85 2004-08-25 04:37:48 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    30803080and returned.
    30813081
    3082 To convert to or from Local Mean Sidereal Time, it is necessary to
    3083 provide the local longitude as well:
    3084 %
    3085 \begin{verbatim}
    3086 psTime *psTimeToLST(psTime *time, double longitude);
    3087 psTime *psTimeFromLST(psTime *time, double longitude);
     3082To convert to Local Mean Sidereal Time, it is necessary to provide the
     3083local longitude (specified in radians, positive East of Greenwich) as
     3084well:
     3085%
     3086\begin{verbatim}
     3087psF64 *psTimeToLST(psTime *time, psF64 longitude);
    30883088\end{verbatim}
    30893089%
     
    30973097double psTimeGetUT1Delta(const psTime *time);
    30983098psSphere *psTimeGetPoleCoords(const psTime *time);
     3099\end{verbatim}
     3100
     3101Leap seconds are added to UTC in order to keep it within 0.9s of UT1
     3102(which is defined relative to the Earth's rotation, and hence is
     3103useful for astronomical purposes).  The following function,
     3104\code{psTimeLeapSeconds}, shall calculate the number of leap seconds
     3105added between two times:
     3106%
     3107\begin{verbatim}
     3108long psTimeLeapSeconds(const psTime *time1, const psTime *time2);
    30993109\end{verbatim}
    31003110
Note: See TracChangeset for help on using the changeset viewer.