Changeset 2189
- Timestamp:
- Oct 21, 2004, 12:53:03 PM (22 years ago)
- Location:
- trunk/doc/pslib
- Files:
-
- 2 edited
-
ChangeLogSDRS.tex (modified) (2 diffs)
-
psLibSDRS.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/ChangeLogSDRS.tex
r2188 r2189 1 %%% $Id: ChangeLogSDRS.tex,v 1.3 7 2004-10-21 22:40:25price Exp $1 %%% $Id: ChangeLogSDRS.tex,v 1.38 2004-10-21 22:53:03 price Exp $ 2 2 3 3 \subsection{Changes from version 00 to version 01} … … 354 354 \item Added \code{psLookupTable} section, and removed 355 355 \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. 356 359 \end{itemize} -
trunk/doc/pslib/psLibSDRS.tex
r2188 r2189 1 %%% $Id: psLibSDRS.tex,v 1.14 0 2004-10-21 22:39:57price Exp $1 %%% $Id: psLibSDRS.tex,v 1.141 2004-10-21 22:52:38 price Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 3440 3440 3441 3441 \begin{verbatim} 3442 psTime *psTimeAdd(const psTime *t ai1, psF64 delta);3442 psTime *psTimeAdd(const psTime *time, psF64 delta); 3443 3443 psF64 psTimeSubtract(const psTime *time1, const psTime *time2); 3444 3444 psF64 psTimeDelta(const psTime *time1, const psTime *time2); … … 3448 3448 the absolute time difference between two times. 3449 3449 3450 Time math is only done on the \code{psTime} TAI type. 3450 Time math may only be done on the \code{psTime} TAI type, and so the 3451 functions shall internally convert the \code{psTime} inputs to TAI 3452 before performing the math. The type of the time returned by 3453 \code{psTimeAdd} shall be the same as that of the input \code{time}. 3451 3454 3452 3455 \subsubsection{Time Tables}
Note:
See TracChangeset
for help on using the changeset viewer.
