IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 1676


Ignore:
Timestamp:
Sep 1, 2004, 2:40:37 PM (22 years ago)
Author:
Paul Price
Message:

Added constructors for psPlane{Transform,Distort}.

File:
1 edited

Legend:

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

    r1675 r1676  
    1 %%% $Id: psLibSDRS.tex,v 1.101 2004-09-02 00:20:39 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.102 2004-09-02 00:40:37 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    17841784points, it is faster to use the robust statistics.  Default input
    17851785field values must be set by the \code{psStats} constructor.  The input
    1786 vector may be of type \code{psU8}, \code{psU16}, \code{psF32},
     1786vector may be of type \code{psS8}, \code{psU16}, \code{psF32},
    17871787\code{psF64}; the mask must be of type \code{psU8}.
    17881788
     
    26422642image.ny >= NAXIS2, or z >= NAXIS3).  If the image does not exist,
    26432643require x,y,z to be zero.  This function will only write images of the
    2644 native FITS image types (\code{psU8}, \code{psU16}, \code{psU32},
     2644native FITS image types (\code{psU8}, \code{psS16}, \code{psS32},
    26452645\code{psF32}, \code{psF64}).  The user is expected to convert the data
    26462646type as needed with \code{psImageCopy}.  The return value must be 0
     
    36323632where we have again excluded the cross-term ($x \times y$) by using the
    36333633mask.
     3634
     3635Each of \code{psPlaneTransform} and \code{psPlaneDistort} has an
     3636appropriate allocator that takes the polynomial order in each
     3637dimension.  Both the \code{x} and \code{y} polynomials shall be have
     3638the same dimensions.
     3639\begin{verbatim}
     3640psPlaneTransform *psPlaneTransformAlloc(int n1, int n2);
     3641psPlaneDistort *psPlaneDistortAlloc(int n1, int n2, int n3, int n4);
     3642\end{verbatim}
    36343643
    36353644We require corresponding functions to apply the transformations to a
Note: See TracChangeset for help on using the changeset viewer.