IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2189


Ignore:
Timestamp:
Oct 21, 2004, 12:53:03 PM (22 years ago)
Author:
Paul Price
Message:

Inputs to psTimeAdd, psTimeSubtract, psTimeDelta no longer need to be
TAI --- the functions will convert as required.

Location:
trunk/doc/pslib
Files:
2 edited

Legend:

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

    r2188 r2189  
    1 %%% $Id: ChangeLogSDRS.tex,v 1.37 2004-10-21 22:40:25 price Exp $
     1%%% $Id: ChangeLogSDRS.tex,v 1.38 2004-10-21 22:53:03 price Exp $
    22
    33\subsection{Changes from version 00 to version 01}
     
    354354\item Added \code{psLookupTable} section, and removed
    355355  \code{psTimeTableInterpolate} (now redundant).
     356\item Inputs to \code{psTimeAdd}, \code{psTimeSubtract},
     357  \code{psTimeDelta} no longer need to be TAI --- the functions will
     358  convert as required.
    356359\end{itemize}
  • trunk/doc/pslib/psLibSDRS.tex

    r2188 r2189  
    1 %%% $Id: psLibSDRS.tex,v 1.140 2004-10-21 22:39:57 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.141 2004-10-21 22:52:38 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    34403440
    34413441\begin{verbatim}
    3442 psTime *psTimeAdd(const psTime *tai1, psF64 delta);
     3442psTime *psTimeAdd(const psTime *time, psF64 delta);
    34433443psF64 psTimeSubtract(const psTime *time1, const psTime *time2);
    34443444psF64 psTimeDelta(const psTime *time1, const psTime *time2);
     
    34483448the absolute time difference between two times.
    34493449
    3450 Time math is only done on the \code{psTime} TAI type.
     3450Time math may only be done on the \code{psTime} TAI type, and so the
     3451functions shall internally convert the \code{psTime} inputs to TAI
     3452before performing the math.  The type of the time returned by
     3453\code{psTimeAdd} shall be the same as that of the input \code{time}.
    34513454
    34523455\subsubsection{Time Tables}
Note: See TracChangeset for help on using the changeset viewer.