Changeset 2809
- Timestamp:
- Dec 23, 2004, 10:03:24 AM (22 years ago)
- Location:
- trunk/doc/pslib
- Files:
-
- 2 edited
-
ChangeLogSDRS.tex (modified) (2 diffs)
-
psLibSDRS.tex (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/ChangeLogSDRS.tex
r2781 r2809 1 %%% $Id: ChangeLogSDRS.tex,v 1.5 3 2004-12-22 00:02:32price Exp $1 %%% $Id: ChangeLogSDRS.tex,v 1.54 2004-12-23 20:03:17 price Exp $ 2 2 3 3 \subsection{Changes from version 00 to version 01} … … 405 405 \item Updated \code{psSpline1D} to use a vector for the \code{knots}, and specified types. 406 406 \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 408 corresponding value shall not be used. Affected: polynomials (including plane transformations), 409 minimization. 410 \end{itemize} -
trunk/doc/pslib/psLibSDRS.tex
r2781 r2809 1 %%% $Id: psLibSDRS.tex,v 1.16 1 2004-12-22 00:02:35price Exp $1 %%% $Id: psLibSDRS.tex,v 1.162 2004-12-23 20:03:24 price Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 2259 2259 shall match that of the polynomial. In evaluation, those coefficients 2260 2260 that have the corresponding \code{mask} element non-zero shall not be 2261 masked.2261 evaluated. 2262 2262 2263 2263 \subsubsection{Splines} … … 2413 2413 \code{params}. 2414 2414 2415 Parameters that have a corresponding \code{paramMask} entry of2416 \code{0}are to be held fixed by the minimizer. It shall be an error2415 Parameters that have a corresponding \code{paramMask} entry that is 2416 non-zero are to be held fixed by the minimizer. It shall be an error 2417 2417 for \code{paramMask} not to be of the same dimension as \code{params}. 2418 2418 … … 4487 4487 % 4488 4488 where 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;}4489 the mask: \code{T.x->mask[1][1] = 1; T.y->mask[1][1] = 1;} 4490 4490 4491 4491 The \code{psPlaneDistort} represents an optical distortion. The
Note:
See TracChangeset
for help on using the changeset viewer.
