IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.