Changeset 1676
- Timestamp:
- Sep 1, 2004, 2:40:37 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r1675 r1676 1 %%% $Id: psLibSDRS.tex,v 1.10 1 2004-09-02 00:20:39price Exp $1 %%% $Id: psLibSDRS.tex,v 1.102 2004-09-02 00:40:37 price Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 1784 1784 points, it is faster to use the robust statistics. Default input 1785 1785 field values must be set by the \code{psStats} constructor. The input 1786 vector may be of type \code{ps U8}, \code{psU16}, \code{psF32},1786 vector may be of type \code{psS8}, \code{psU16}, \code{psF32}, 1787 1787 \code{psF64}; the mask must be of type \code{psU8}. 1788 1788 … … 2642 2642 image.ny >= NAXIS2, or z >= NAXIS3). If the image does not exist, 2643 2643 require x,y,z to be zero. This function will only write images of the 2644 native FITS image types (\code{psU8}, \code{ps U16}, \code{psU32},2644 native FITS image types (\code{psU8}, \code{psS16}, \code{psS32}, 2645 2645 \code{psF32}, \code{psF64}). The user is expected to convert the data 2646 2646 type as needed with \code{psImageCopy}. The return value must be 0 … … 3632 3632 where we have again excluded the cross-term ($x \times y$) by using the 3633 3633 mask. 3634 3635 Each of \code{psPlaneTransform} and \code{psPlaneDistort} has an 3636 appropriate allocator that takes the polynomial order in each 3637 dimension. Both the \code{x} and \code{y} polynomials shall be have 3638 the same dimensions. 3639 \begin{verbatim} 3640 psPlaneTransform *psPlaneTransformAlloc(int n1, int n2); 3641 psPlaneDistort *psPlaneDistortAlloc(int n1, int n2, int n3, int n4); 3642 \end{verbatim} 3634 3643 3635 3644 We require corresponding functions to apply the transformations to a
Note:
See TracChangeset
for help on using the changeset viewer.
