IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 2809


Ignore:
Timestamp:
Dec 23, 2004, 10:03:24 AM (22 years ago)
Author:
Paul Price
Message:

Synchronized use of mask throughout.

Location:
trunk/doc/pslib
Files:
2 edited

Legend:

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

    r2781 r2809  
    1 %%% $Id: ChangeLogSDRS.tex,v 1.53 2004-12-22 00:02:32 price Exp $
     1%%% $Id: ChangeLogSDRS.tex,v 1.54 2004-12-23 20:03:17 price Exp $
    22
    33\subsection{Changes from version 00 to version 01}
     
    405405\item Updated \code{psSpline1D} to use a vector for the \code{knots}, and specified types.
    406406\item \code{psHistogram.nums} changed to type F32 to accomodate errors in the values.
    407 \end{itemize}
     407\item Synchronized use of \code{mask} throughout.  A non-zero mask value means that the
     408corresponding value shall not be used.  Affected: polynomials (including plane transformations),
     409minimization.
     410\end{itemize}
  • trunk/doc/pslib/psLibSDRS.tex

    r2781 r2809  
    1 %%% $Id: psLibSDRS.tex,v 1.161 2004-12-22 00:02:35 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.162 2004-12-23 20:03:24 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    22592259shall match that of the polynomial.  In evaluation, those coefficients
    22602260that have the corresponding \code{mask} element non-zero shall not be
    2261 masked.
     2261evaluated.
    22622262
    22632263\subsubsection{Splines}
     
    24132413\code{params}.
    24142414
    2415 Parameters that have a corresponding \code{paramMask} entry of
    2416 \code{0} are to be held fixed by the minimizer.  It shall be an error
     2415Parameters that have a corresponding \code{paramMask} entry that is
     2416non-zero are to be held fixed by the minimizer.  It shall be an error
    24172417for \code{paramMask} not to be of the same dimension as \code{params}.
    24182418
     
    44874487%
    44884488where we have excluded the basic cross-term ($x \times y$) by using
    4489 the mask: \code{T.x->mask[1][1] = 0; T.y->mask[1][1] = 0;}
     4489the mask: \code{T.x->mask[1][1] = 1; T.y->mask[1][1] = 1;}
    44904490
    44914491The \code{psPlaneDistort} represents an optical distortion.  The
Note: See TracChangeset for help on using the changeset viewer.