IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 5525


Ignore:
Timestamp:
Nov 16, 2005, 11:34:48 AM (21 years ago)
Author:
Paul Price
Message:

Clarified psPlaneTransformAlloc, psPlaneDistortAlloc

Location:
trunk/doc/pslib
Files:
2 edited

Legend:

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

    r5484 r5525  
    1 %%% $Id: ChangeLogSDRS.tex,v 1.178 2005-11-07 22:31:36 price Exp $
     1%%% $Id: ChangeLogSDRS.tex,v 1.179 2005-11-16 21:34:48 price Exp $
    22
    33\subsection{Changes from version 00 to version 01}
     
    822822  psFitsWriteTable}.
    823823\item Added \code{psMetadataCopy}.
    824 \end{itemize}
     824\item Clarified \code{psPlaneTransformAlloc} and
     825  \code{psPlaneDistortAlloc}: arguments are polynomial order, not
     826  number of terms.
     827\end{itemize}
  • trunk/doc/pslib/psLibSDRS.tex

    r5484 r5525  
    1 %%% $Id: psLibSDRS.tex,v 1.354 2005-11-07 22:31:41 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.355 2005-11-16 21:34:48 price Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    64666466the same dimensions.
    64676467\begin{prototype}
    6468 psPlaneTransform *psPlaneTransformAlloc(int n1, int n2);
    6469 psPlaneDistort *psPlaneDistortAlloc(int n1, int n2, int n3, int n4);
     6468psPlaneTransform *psPlaneTransformAlloc(int order1, int order2);
     6469psPlaneDistort *psPlaneDistortAlloc(int order1, int order2, int order3, int order4);
    64706470\end{prototype}
    64716471
Note: See TracChangeset for help on using the changeset viewer.