IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2193


Ignore:
Timestamp:
Oct 25, 2004, 10:59:03 AM (22 years ago)
Author:
Paul Price
Message:

Explanation of masks in polynomials.

Location:
trunk/doc/pslib
Files:
2 edited

Legend:

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

    r2189 r2193  
    1 %%% $Id: ChangeLogSDRS.tex,v 1.38 2004-10-21 22:53:03 price Exp $
     1%%% $Id: ChangeLogSDRS.tex,v 1.39 2004-10-25 20:59:03 price Exp $
    22
    33\subsection{Changes from version 00 to version 01}
     
    356356\item Inputs to \code{psTimeAdd}, \code{psTimeSubtract},
    357357  \code{psTimeDelta} no longer need to be TAI --- the functions will
    358   convert as required.
     358  convert as required.  API and requirement changes.
    359359\end{itemize}
  • trunk/doc/pslib/psLibSDRS.tex

    r2190 r2193  
    1 %%% $Id: psLibSDRS.tex,v 1.142 2004-10-22 00:14:20 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.143 2004-10-25 20:59:03 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    21642164\end{verbatim}
    21652165where \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.
     2166respectively.  The coefficients, errors and masks are set initially to
     2167zero.
    21672168
    21682169To evaluate the polynomials at specific coordinates, we define:
     
    21822183generate a warning, truncate the longer vector to the size of the
    21832184shorter, and continue.  The precision of the output \code{psVector}
    2184 shall match that of the polynomial.
     2185shall match that of the polynomial.  In evaluation, those coefficients
     2186that have the corresponding \code{mask} element non-zero shall not be
     2187masked.
    21852188
    21862189\subsubsection{Splines}
Note: See TracChangeset for help on using the changeset viewer.