Changeset 2193
- Timestamp:
- Oct 25, 2004, 10:59:03 AM (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
r2189 r2193 1 %%% $Id: ChangeLogSDRS.tex,v 1.3 8 2004-10-21 22:53:03 price Exp $1 %%% $Id: ChangeLogSDRS.tex,v 1.39 2004-10-25 20:59:03 price Exp $ 2 2 3 3 \subsection{Changes from version 00 to version 01} … … 356 356 \item Inputs to \code{psTimeAdd}, \code{psTimeSubtract}, 357 357 \code{psTimeDelta} no longer need to be TAI --- the functions will 358 convert as required. 358 convert as required. API and requirement changes. 359 359 \end{itemize} -
trunk/doc/pslib/psLibSDRS.tex
r2190 r2193 1 %%% $Id: psLibSDRS.tex,v 1.14 2 2004-10-22 00:14:20price Exp $1 %%% $Id: psLibSDRS.tex,v 1.143 2004-10-25 20:59:03 price Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 2164 2164 \end{verbatim} 2165 2165 where \code{nX} and \code{nY} are the number of terms in x and y 2166 respectively. The coefficients and errors are set initially to 0.0. 2166 respectively. The coefficients, errors and masks are set initially to 2167 zero. 2167 2168 2168 2169 To evaluate the polynomials at specific coordinates, we define: … … 2182 2183 generate a warning, truncate the longer vector to the size of the 2183 2184 shorter, and continue. The precision of the output \code{psVector} 2184 shall match that of the polynomial. 2185 shall match that of the polynomial. In evaluation, those coefficients 2186 that have the corresponding \code{mask} element non-zero shall not be 2187 masked. 2185 2188 2186 2189 \subsubsection{Splines}
Note:
See TracChangeset
for help on using the changeset viewer.
