Changeset 2809 for trunk/doc/pslib/psLibSDRS.tex
- Timestamp:
- Dec 23, 2004, 10:03:24 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
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.
